diff mbox series

[yocto-autobuilder-helper] auh-config: systemd now requires usrmerge

Message ID 20230815080653.954630-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder-helper] auh-config: systemd now requires usrmerge | expand

Commit Message

Alexander Kanavin Aug. 15, 2023, 8:06 a.m. UTC
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 scripts/auh-config/local.conf.append | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/auh-config/local.conf.append b/scripts/auh-config/local.conf.append
index 52e507f..ee7ee2d 100644
--- a/scripts/auh-config/local.conf.append
+++ b/scripts/auh-config/local.conf.append
@@ -1,5 +1,5 @@ 
 
 INHERIT += "buildhistory"
 LICENSE_FLAGS_ACCEPTED = "commercial"
-DISTRO_FEATURES:append:libc-glibc = ' systemd'
+DISTRO_FEATURES:append:libc-glibc = ' systemd usrmerge'
 DISTRO_FEATURES:append = ' pam'