Sync configuration option with TIZEN OS ones 23/41523/2
authorBaptiste DURAND <baptiste.durand@gmail.com>
Mon, 1 Jun 2015 14:56:45 +0000 (16:56 +0200)
committerJean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Tue, 16 Jun 2015 12:31:26 +0000 (14:31 +0200)
Change-Id: I6c35d1c9dc736594e7fee93852302962c604781b
Signed-off-by: Baptiste DURAND <baptiste.durand@gmail.com>
meta-tizen-common-base/recipes-core/systemd/systemd_git.bb

index 0247fa3..be8cd67 100644 (file)
@@ -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 "