[oe-commits] Peter A. Bigot : bluez5: fix QA error from configure option

git at git.openembedded.org git at git.openembedded.org
Thu Nov 20 14:08:40 UTC 2014


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

Author: Peter A. Bigot <pab at pabigot.com>
Date:   Mon Nov 10 15:12:59 2014 -0600

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 <pab at pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/bluez5/bluez5.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index c3dd946..28c014f 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 \
 "
 



More information about the Openembedded-commits mailing list