diff options
author | 2015-06-24 18:39:53 +0200 | |
---|---|---|
committer | 2015-09-09 19:24:00 +0900 | |
commit | 432ca39da4103e3cd97758f72951f3bf67ae661a (patch) | |
tree | 1effa51dbfef46a3ba1c17f0b0c214dfb595142c /meta-ivi/recipes-connectivity/bluez5/bluez5_%.bbappend | |
parent | 8fd825b1203379960768677cabde919d3870492d (diff) | |
download | meta-ivi-432ca39da4103e3cd97758f72951f3bf67ae661a.tar.gz meta-ivi-432ca39da4103e3cd97758f72951f3bf67ae661a.tar.bz2 meta-ivi-432ca39da4103e3cd97758f72951f3bf67ae661a.zip |
bluez5: Remove EXTRA_OECONF hack as fix is in poky already
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Diffstat (limited to 'meta-ivi/recipes-connectivity/bluez5/bluez5_%.bbappend')
-rw-r--r-- | meta-ivi/recipes-connectivity/bluez5/bluez5_%.bbappend | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/meta-ivi/recipes-connectivity/bluez5/bluez5_%.bbappend b/meta-ivi/recipes-connectivity/bluez5/bluez5_%.bbappend index ad86f55..4c776c6 100644 --- a/meta-ivi/recipes-connectivity/bluez5/bluez5_%.bbappend +++ b/meta-ivi/recipes-connectivity/bluez5/bluez5_%.bbappend @@ -21,23 +21,7 @@ SRC_URI_append = " \ file://0011-plugins-service-Add-Blocked-property.patch \ " -# we copy the EXTRA_OECONF from Poky's bluez5.inc, fix the following QA issue -# on the way and enable the Service API (--enable-service) option. -# WARNING: QA Issue: bluez5: configure was passed unrecognised options: -# --with-systemdunitdir [unknown-configure-option] -# Note: this is an issue only with the Poky "dizzy" branch and should be -# removed in case of future/later Poky versions. -# Poky rev: 419a37e09565a820fdeb2d49104cc27f6720af5a -EXTRA_OECONF = "\ - --enable-tools \ - --disable-cups \ - --enable-test \ - --enable-datafiles \ - ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd', '--disable-systemd', d)} \ - --enable-library \ - --enable-service \ -" +EXTRA_OECONF += "--enable-service" PACKAGES =+ " libbluetooth-plugins-service " - FILES_libbluetooth-plugins-service = "${libdir}/bluetooth/plugins/*.so" |