summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-11 09:30:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-11 09:30:08 +0000
commit93490a9f10e649838605b1cb4ad63e48e499b96f (patch)
treebf55fcf7705da5a1e8ae2b1344a4e44e4a464f3f
parent03749d3c42903056fb4d22a1025613431a10919c (diff)
Bluez-libs: adjust for removed headers
-rw-r--r--packages/bluez-libs/bluez-libs_2.18.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/bluez-libs/bluez-libs_2.18.bb b/packages/bluez-libs/bluez-libs_2.18.bb
index 7a5df4ebe4..d740bd80a9 100644
--- a/packages/bluez-libs/bluez-libs_2.18.bb
+++ b/packages/bluez-libs/bluez-libs_2.18.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "Linux Bluetooth Stack Userland Libaries."
SECTION = "libs"
PRIORITY = "optional"
+HOMEPAGE = "http://www.bluez.org"
LICENSE = "GPL"
PR = "r0"
@@ -8,7 +9,7 @@ SRC_URI = "http://bluez.sourceforge.net/download/bluez-libs-${PV}.tar.gz"
inherit autotools pkgconfig
-HEADERS = "bluetooth.h bnep.h cmtp.h hci.h hci_lib.h hci_uart.h hci_vhci.h hidp.h l2cap.h rfcomm.h sco.h sdp.h sdp_lib.h"
+HEADERS = "bluetooth.h bnep.h cmtp.h hci.h hci_lib.h hidp.h l2cap.h rfcomm.h sco.h sdp.h sdp_lib.h"
do_stage() {
oe_libinstall -a -so -C src libbluetooth ${STAGING_LIBDIR}