]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez-hcidump: remove unrecognised options
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 28 Dec 2013 12:52:48 +0000 (20:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 10:41:58 +0000 (10:41 +0000)
Remove the following two options since they are not needed any more:
* --with-bluez-libs
* --with-bluez-includes

  commit 78631c5f66f0580695ff3aac4dc8831e3795b735
  Author: Marcel Holtmann <marcel@holtmann.org>
  Date:   Wed Aug 31 00:57:30 2011 -0700

      Change includes to use local copy of Bluetooth library

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb

index 6bddcbacc3188c527017b0da66e92abaa0409a0d..8af5c6b99b48e37a4b912fed70b9f5c7a7cdf1d6 100644 (file)
@@ -17,6 +17,4 @@ SRC_URI[md5sum] = "2eab54bbd2b59a2ed4274ebb9390cf18"
 SRC_URI[sha256sum] = "9b7c52b375081883738cf049ecabc103b97d094b19c6544fb241267905d88881"
 S = "${WORKDIR}/bluez-hcidump-${PV}"
 
-EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
-
 inherit autotools