summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_219.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
index 5ecdda9e5b..f2d3c13e70 100644
--- a/meta/recipes-core/systemd/systemd_219.bb
+++ b/meta/recipes-core/systemd/systemd_219.bb
@@ -112,7 +112,7 @@ EXTRA_OECONF = " --with-rootprefix=${rootprefix} \
112 --enable-split-usr \ 112 --enable-split-usr \
113 --without-python \ 113 --without-python \
114 --with-sysvrcnd-path=${sysconfdir} \ 114 --with-sysvrcnd-path=${sysconfdir} \
115 --with-firmware-path=${rootlibdir}/firmware \ 115 --with-firmware-path=/lib/firmware \
116 " 116 "
117# uclibc does not have NSS 117# uclibc does not have NSS
118EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname " 118EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname "