diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-07 09:04:56 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-09-07 09:04:56 +0000 |
commit | 8a0e92acfd3c693b7508408ae6756b6e60ef11a1 (patch) | |
tree | ad7c72499544ad5af3818696630ca2309aa34ae2 | |
parent | 6b728c4ad4bf63a79f51ee1318a19089f78ffb48 (diff) | |
download | openembedded-core-8a0e92acfd3c693b7508408ae6756b6e60ef11a1.tar.gz openembedded-core-8a0e92acfd3c693b7508408ae6756b6e60ef11a1.tar.bz2 openembedded-core-8a0e92acfd3c693b7508408ae6756b6e60ef11a1.zip |
bluez: dropped old versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2716 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/bluez/bluez-hcidump_1.32.bb | 13 | ||||
-rw-r--r-- | meta/packages/bluez/bluez-libs_3.4.bb | 22 |
2 files changed, 0 insertions, 35 deletions
diff --git a/meta/packages/bluez/bluez-hcidump_1.32.bb b/meta/packages/bluez/bluez-hcidump_1.32.bb deleted file mode 100644 index 877c8db33c..0000000000 --- a/meta/packages/bluez/bluez-hcidump_1.32.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool." -SECTION = "console" -PRIORITY = "optional" -DEPENDS = "bluez-libs" -LICENSE = "GPL" -PR = "r0" - -SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" -S = "${WORKDIR}/bluez-hcidump-${PV}" - -EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}" - -inherit autotools diff --git a/meta/packages/bluez/bluez-libs_3.4.bb b/meta/packages/bluez/bluez-libs_3.4.bb deleted file mode 100644 index d740bd80a9..0000000000 --- a/meta/packages/bluez/bluez-libs_3.4.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Linux Bluetooth Stack Userland Libaries." -SECTION = "libs" -PRIORITY = "optional" -HOMEPAGE = "http://www.bluez.org" -LICENSE = "GPL" -PR = "r0" - -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 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 -} |