From 76e0e5cc5c0a0e00c9c35f6d336bc47a632ce37f Mon Sep 17 00:00:00 2001 From: Baptiste DURAND Date: Mon, 1 Jun 2015 16:56:45 +0200 Subject: [PATCH] Sync configuration option with TIZEN OS ones Change-Id: I6c35d1c9dc736594e7fee93852302962c604781b Signed-off-by: Baptiste DURAND --- meta-tizen-common-base/recipes-core/systemd/systemd_git.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-tizen-common-base/recipes-core/systemd/systemd_git.bb b/meta-tizen-common-base/recipes-core/systemd/systemd_git.bb index 0247fa3..be8cd67 100644 --- a/meta-tizen-common-base/recipes-core/systemd/systemd_git.bb +++ b/meta-tizen-common-base/recipes-core/systemd/systemd_git.bb @@ -71,11 +71,16 @@ EXTRA_OECONF = " --with-rootprefix=${rootprefix} \ --disable-kdbus \ --enable-split-usr \ --without-python \ - --with-sysvrcnd-path=${sysconfdir} \ + --with-sysvrcnd-path= \ --with-firmware-path=/lib/firmware \ --enable-compat-libs \ ac_cv_path_KILL=${base_bindir}/kill \ " + +EXTRA_OECONF += " --enable-bootchart --disable-sysusers --disable-firstboot --disable-timesyncd --disable-resolved --disable-networkd --libexecdir=${prefix}/lib --docdir=${prefix}/share/doc/packages/systemd --disable-static --disable-libcurl --with-sysvinit-path= --with-smack-run-label=System cc_cv_CFLAGS__flto=no" + + + # uclibc does not have NSS EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname " -- 2.7.4