[oe-commits] Ross Burton : avahi: explicitly disable systemd if we don't want it enabled

git at git.openembedded.org git at git.openembedded.org
Fri Mar 15 01:52:03 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 6126e7801542803aee1756aab41ba10a79bee092
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6126e7801542803aee1756aab41ba10a79bee092

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Mar  7 15:16:32 2013 +0000

avahi: explicitly disable systemd if we don't want it enabled

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-connectivity/avahi/avahi.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index 28e37b9..d8d9a9d 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -56,7 +56,7 @@ EXTRA_OECONF = "--disable-introspection \
 
 # The distro choice determines what init scripts are installed
 EXTRA_OECONF_SYSVINIT = "${@base_contains('DISTRO_FEATURES','sysvinit','--with-distro=debian','--with-distro=none',d)}"
-EXTRA_OECONF_SYSTEMD = "${@base_contains('DISTRO_FEATURES','systemd','--with-systemdsystemunitdir=${systemd_unitdir}/system/','',d)}"
+EXTRA_OECONF_SYSTEMD = "${@base_contains('DISTRO_FEATURES','systemd','--with-systemdsystemunitdir=${systemd_unitdir}/system/','--without-systemdsystemunitdir',d)}"
 
 AVAHI_GTK ?= "--disable-gtk --disable-gtk3"
 





More information about the Openembedded-commits mailing list