diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-24 11:08:46 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-24 11:08:46 +0200 |
commit | 851c3641b59a93b582774e626710360bbdddd7d4 (patch) | |
tree | cc36c36dc146b121e57af80628e5da1c2657e67d | |
parent | 6bd858afbb69cdad533dc8d1e1a1c67a066b26d4 (diff) |
bluez: update bluez-libs to 4.42. unify.
-rw-r--r-- | recipes/bluez/bluez-libs_4.42.bb | 4 | ||||
-rw-r--r-- | recipes/bluez/bluez4-libs.inc (renamed from recipes/bluez/bluez-libs_4.40.bb) | 5 |
2 files changed, 6 insertions, 3 deletions
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/bluez-libs_4.40.bb b/recipes/bluez/bluez4-libs.inc index 578afaa5ec..4da389cdbb 100644 --- a/recipes/bluez/bluez-libs_4.40.bb +++ b/recipes/bluez/bluez4-libs.inc @@ -1,10 +1,9 @@ -DESCRIPTION = "Linux Bluetooth Stack Userland V4" +DESCRIPTION = "Linux Bluetooth Stack Userland libraries V4" SECTION = "libs" PRIORITY = "optional" HOMEPAGE = "http://www.bluez.org" LICENSE = "GPL" - -DEFAULT_PREFERENCE = "-1" +INC_PR = "r1" SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ file://avinfo-link.patch;patch=1;pnum=0" |