diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-12-28 20:52:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 10:41:58 +0000 |
commit | 42877cedf24629fe61855ce3de5831e55d53a9bc (patch) | |
tree | a9c4438561028390a6c84d40f6a31dbb90b192b7 | |
parent | 246119c1ec216c66395c26292938168c27b73f69 (diff) | |
download | openembedded-core-42877cedf24629fe61855ce3de5831e55d53a9bc.tar.gz openembedded-core-42877cedf24629fe61855ce3de5831e55d53a9bc.tar.bz2 openembedded-core-42877cedf24629fe61855ce3de5831e55d53a9bc.zip |
bluez-hcidump: remove unrecognised options
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>
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb index 6bddcbacc3..8af5c6b99b 100644 --- a/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.5.bb @@ -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 |