Upgrade BlueZ to 2.18
authorMichael Lauer <mickey@vanille-media.de>
Mon, 11 Jul 2005 09:16:26 +0000 (09:16 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 11 Jul 2005 09:16:26 +0000 (09:16 +0000)
packages/bluez-libs/bluez-libs_2.14.bb [deleted file]
packages/bluez-libs/bluez-libs_2.15.bb [deleted file]
packages/bluez-libs/bluez-libs_2.18.bb [moved from packages/bluez-libs/bluez-libs_2.17.bb with 100% similarity]
packages/bluez-utils/bluez-utils-common_2.18.inc [moved from packages/bluez-utils/bluez-utils-common_2.17.inc with 100% similarity]
packages/bluez-utils/bluez-utils-dbus_2.18.bb [moved from packages/bluez-utils/bluez-utils-dbus_2.17.bb with 100% similarity]
packages/bluez-utils/bluez-utils-nodbus_2.18.bb [moved from packages/bluez-utils/bluez-utils-nodbus_2.17.bb with 100% similarity]

diff --git a/packages/bluez-libs/bluez-libs_2.14.bb b/packages/bluez-libs/bluez-libs_2.14.bb
deleted file mode 100644 (file)
index 5814294..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Linux Bluetooth Stack Userland Libaries."
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL"
-
-SRC_URI = "http://bluez.sourceforge.net/download/bluez-libs-${PV}.tar.gz"
-
-inherit autotools 
-
-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"
-
-do_stage() {
-        oe_libinstall -a -so -C src libbluetooth ${STAGING_LIBDIR}
-
-        install -d ${STAGING_INCDIR}/bluetooth/
-        for f in ${HEADERS}
-        do
-               install -m 0644 include/$f ${STAGING_INCDIR}/bluetooth/$f
-        done
-}
diff --git a/packages/bluez-libs/bluez-libs_2.15.bb b/packages/bluez-libs/bluez-libs_2.15.bb
deleted file mode 100644 (file)
index 5814294..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Linux Bluetooth Stack Userland Libaries."
-SECTION = "libs"
-PRIORITY = "optional"
-LICENSE = "GPL"
-
-SRC_URI = "http://bluez.sourceforge.net/download/bluez-libs-${PV}.tar.gz"
-
-inherit autotools 
-
-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"
-
-do_stage() {
-        oe_libinstall -a -so -C src libbluetooth ${STAGING_LIBDIR}
-
-        install -d ${STAGING_INCDIR}/bluetooth/
-        for f in ${HEADERS}
-        do
-               install -m 0644 include/$f ${STAGING_INCDIR}/bluetooth/$f
-        done
-}