From: Peter A. Bigot Date: Mon, 10 Nov 2014 21:12:59 +0000 (-0600) Subject: bluez5: fix QA error from configure option X-Git-Tag: 2015-4~1191 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8c9c08112d7b3bde48fb4dd5e15429948aca0dd6;p=openembedded-core.git bluez5: fix QA error from configure option The systemdunitdir option was split into systemdsystemunitdir and systemduserunitdir before bluez5 was ever released, so this produced a QA error and was ignored. There appears to be no reason to override the inferred default, so replace it with an explicit --enable-systemd. Signed-off-by: Peter A. Bigot Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index c3dd946517..28c014fd66 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc @@ -26,7 +26,7 @@ EXTRA_OECONF = "\ --disable-cups \ --enable-test \ --enable-datafiles \ - ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--disable-systemd', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd', '--disable-systemd', d)} \ --enable-library \ "