[oe-commits] Tom Rini : bluez4: Remove old and unused versions.

git version control git at git.openembedded.org
Mon Apr 25 23:02:28 UTC 2011


Module: openembedded.git
Branch: master
Commit: c1fdf6f4567f82bfc394537633bd28797c2169ac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c1fdf6f4567f82bfc394537633bd28797c2169ac

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Apr 25 15:38:01 2011 -0700

bluez4: Remove old and unused versions.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/bluez/bluez4_4.31.bb |   67 ------------------------------------------
 recipes/bluez/bluez4_4.41.bb |    7 ----
 recipes/bluez/bluez4_4.56.bb |   18 -----------
 recipes/bluez/bluez4_4.59.bb |   18 -----------
 recipes/bluez/bluez4_4.66.bb |   16 ----------
 recipes/bluez/bluez4_4.75.bb |   17 ----------
 6 files changed, 0 insertions(+), 143 deletions(-)

diff --git a/recipes/bluez/bluez4_4.31.bb b/recipes/bluez/bluez4_4.31.bb
deleted file mode 100644
index 17fd98f..0000000
--- a/recipes/bluez/bluez4_4.31.bb
+++ /dev/null
@@ -1,67 +0,0 @@
-DESCRIPTION = "Linux Bluetooth Stack Userland V4"
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "gst-plugins-base alsa-lib virtual/libusb0 dbus-glib"
-HOMEPAGE = "http://www.bluez.org"
-LICENSE = "GPL"
-PR = "r7"
-
-SRC_URI = "\
-  http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \
-  file://fix-dfutool-usb-declaration-mismatch.patch \
-  file://sbc-thumb.patch \
-  file://bluetooth.conf \
-#  file://hid2hci_usb_init.patch \
-"
-S = "${WORKDIR}/bluez-${PV}"
-
-inherit autotools pkgconfig
-
-OE_LT_RPATH_ALLOW = "any"
-OE_LT_RPATH_ALLOW[export] = "1"
-
-EXTRA_OECONF = "\
-  --enable-gstreamer \
-  --enable-alsa \
-  --enable-usb \
-  --enable-netlink \
-  --enable-tools \
-  --enable-bccmd \
-  --enable-hid2hci \
-  --enable-dfutool \
-  --enable-hidd \
-  --enable-pand \
-  --enable-dund \
-  --disable-cups \
-  --enable-test \
-  --enable-manpages \
-  --enable-configfiles \
-  --enable-initscripts \
-  --disable-pcmciarules \
-"
-
-do_install_append() {
-        install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
-        install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/
-        install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/
-        # at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT
-        install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/
-}
-
-PACKAGES =+ "gst-plugin-bluez libasound-module-bluez"
-
-FILES_gst-plugin-bluez = "${libdir}/gstreamer-0.10/lib*.so"
-FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so"
-FILES_${PN} += "${libdir}/bluetooth/plugins/*.so"
-FILES_${PN}-dev += "\
-  ${libdir}/bluetooth/plugins/*.la \
-  ${libdir}/alsa-lib/*.la \
-  ${libdir}/gstreamer-0.10/*.la \
-"
-FILES_${PN}-dbg += "\
-  ${libdir}/bluetooth/plugins/.debug \
-  ${libdir}/*/.debug \
-"
-
-SRC_URI[md5sum] = "53a3347a1c38971bee4c4016b45bcf6d"
-SRC_URI[sha256sum] = "f6cfceb541a10849805f853b790bc8343309e7b21078a9c18a7a6a8cf2f94e3b"
diff --git a/recipes/bluez/bluez4_4.41.bb b/recipes/bluez/bluez4_4.41.bb
deleted file mode 100644
index 4e58804..0000000
--- a/recipes/bluez/bluez4_4.41.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require bluez4.inc
-
-PR = "${INC_PR}.1"
-
-
-SRC_URI[md5sum] = "4629236517df280be321f009917a52be"
-SRC_URI[sha256sum] = "0b22f518085528b71aa9eab8bbc44d2696458c85d902c6a6686076ae10d64549"
diff --git a/recipes/bluez/bluez4_4.56.bb b/recipes/bluez/bluez4_4.56.bb
deleted file mode 100644
index 26b32f5..0000000
--- a/recipes/bluez/bluez4_4.56.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-require bluez4.inc
-
-DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_shr = "1"
-
-DEPENDS += "libsndfile1"
-
-PR = "${INC_PR}.0"
-
-# Not all distros have a recent enough udev
-BTUDEV = " --disable-udevrules"
-BTUDEV_angstrom = " --enable-udevrules"
-BTUDEV_shr = " --enable-udevrules"
-EXTRA_OECONF += "${BTUDEV}"
-
-
-SRC_URI[md5sum] = "92ea2e86a5489f0d16567920f2ec9b36"
-SRC_URI[sha256sum] = "24c8ce0626edb9ef8799a95ecfc252635842038242fba8fe90301f1e0eabfb8b"
diff --git a/recipes/bluez/bluez4_4.59.bb b/recipes/bluez/bluez4_4.59.bb
deleted file mode 100644
index 98acf5c..0000000
--- a/recipes/bluez/bluez4_4.59.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-require bluez4.inc
-
-DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_shr = "1"
-
-DEPENDS += "libsndfile1"
-
-PR = "${INC_PR}.0"
-
-# Not all distros have a recent enough udev
-BTUDEV = " --disable-udevrules"
-BTUDEV_angstrom = " --enable-udevrules"
-BTUDEV_shr = " --enable-udevrules"
-EXTRA_OECONF += "${BTUDEV}"
-
-
-SRC_URI[md5sum] = "1c7cee215bc84656b1edee019cee78f5"
-SRC_URI[sha256sum] = "c1f4496a1c23038fc7924d0b3eaf83c6dfb22611196e2d07d4a81efef8ca55e5"
diff --git a/recipes/bluez/bluez4_4.66.bb b/recipes/bluez/bluez4_4.66.bb
deleted file mode 100644
index 782e2fa..0000000
--- a/recipes/bluez/bluez4_4.66.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-require bluez4.inc
-
-SRC_URI[md5sum] = "3c82575778d5dcdd68ea961626b02109"
-SRC_URI[sha256sum] = "c223cbb80df0b1f17f6ef4efd0be1fe35ae640bd979f852cfbcc452abc0a7ea5"
-
-DEFAULT_PREFERENCE = "-1"
-
-DEPENDS += "libnl libsndfile1"
-
-PR = "${INC_PR}.0"
-
-# Not all distros have a recent enough udev
-BTUDEV = " --disable-udevrules"
-BTUDEV_angstrom = " --enable-udevrules"
-BTUDEV_shr = " --enable-udevrules"
-EXTRA_OECONF += "${BTUDEV}"
diff --git a/recipes/bluez/bluez4_4.75.bb b/recipes/bluez/bluez4_4.75.bb
deleted file mode 100644
index 20b5a6a..0000000
--- a/recipes/bluez/bluez4_4.75.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-require bluez4.inc
-
-SRC_URI[md5sum] = "ee95086aef5955b25f1226b9e45bd6be"
-SRC_URI[sha256sum] = "fd861de5c966dc563e6a1c34400bb0c0fe1277e37655ab3ce3f48356035f61b8"
-
-DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_angstrom = "1"
-
-DEPENDS += "libnl libsndfile1"
-
-PR = "${INC_PR}.0"
-
-# Not all distros have a recent enough udev
-BTUDEV = " --disable-udevrules"
-BTUDEV_angstrom = " --enable-udevrules"
-BTUDEV_shr = " --enable-udevrules"
-EXTRA_OECONF += "${BTUDEV}"





More information about the Openembedded-commits mailing list