]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez5: fix QA error from configure option
authorPeter A. Bigot <pab@pabigot.com>
Mon, 10 Nov 2014 21:12:59 +0000 (15:12 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Nov 2014 15:38:53 +0000 (15:38 +0000)
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@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bluez5/bluez5.inc

index c3dd94651762ab00b0e91b4c44c109d2c0f92a0f..28c014fd66c4f748e1d0a3d2e9859a2ddbe3ee36 100644 (file)
@@ -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 \
 "