From 851c3641b59a93b582774e626710360bbdddd7d4 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Wed, 24 Jun 2009 11:08:46 +0200 Subject: bluez: update bluez-libs to 4.42. unify. --- recipes/bluez/bluez-libs_4.40.bb | 26 -------------------------- recipes/bluez/bluez-libs_4.42.bb | 4 ++++ recipes/bluez/bluez4-libs.inc | 25 +++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 26 deletions(-) delete mode 100644 recipes/bluez/bluez-libs_4.40.bb create mode 100644 recipes/bluez/bluez-libs_4.42.bb create mode 100644 recipes/bluez/bluez4-libs.inc (limited to 'recipes') diff --git a/recipes/bluez/bluez-libs_4.40.bb b/recipes/bluez/bluez-libs_4.40.bb deleted file mode 100644 index 578afaa5ec..0000000000 --- a/recipes/bluez/bluez-libs_4.40.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Linux Bluetooth Stack Userland V4" -SECTION = "libs" -PRIORITY = "optional" -HOMEPAGE = "http://www.bluez.org" -LICENSE = "GPL" - -DEFAULT_PREFERENCE = "-1" - -SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ - file://avinfo-link.patch;patch=1;pnum=0" - -S = "${WORKDIR}/bluez-${PV}" - -inherit autotools_stage -AUTOTOOLS_STAGE_PKGCONFIG = "1" - -EXTRA_OECONF = "\ - --disable-tools \ - --disable-audio \ - --disable-network \ - --disable-serial \ - --disable-service \ - --disable-usb \ -" - -FILES_${PN} = "${libdir}/libbluetooth.so.*" diff --git a/recipes/bluez/bluez-libs_4.42.bb b/recipes/bluez/bluez-libs_4.42.bb new file mode 100644 index 0000000000..524b6643d6 --- /dev/null +++ b/recipes/bluez/bluez-libs_4.42.bb @@ -0,0 +1,4 @@ +require bluez4-libs.inc + +PR = "${INC_PR}.1" +DEFAULT_PREFERENCE = "-1" diff --git a/recipes/bluez/bluez4-libs.inc b/recipes/bluez/bluez4-libs.inc new file mode 100644 index 0000000000..4da389cdbb --- /dev/null +++ b/recipes/bluez/bluez4-libs.inc @@ -0,0 +1,25 @@ +DESCRIPTION = "Linux Bluetooth Stack Userland libraries V4" +SECTION = "libs" +PRIORITY = "optional" +HOMEPAGE = "http://www.bluez.org" +LICENSE = "GPL" +INC_PR = "r1" + +SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ + file://avinfo-link.patch;patch=1;pnum=0" + +S = "${WORKDIR}/bluez-${PV}" + +inherit autotools_stage +AUTOTOOLS_STAGE_PKGCONFIG = "1" + +EXTRA_OECONF = "\ + --disable-tools \ + --disable-audio \ + --disable-network \ + --disable-serial \ + --disable-service \ + --disable-usb \ +" + +FILES_${PN} = "${libdir}/libbluetooth.so.*" -- cgit v1.2.3