diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-09-28 18:43:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-09-28 18:43:30 +0000 |
commit | 001012e9df8a01975b0d69e7d069d8e9429424d6 (patch) | |
tree | 65de762e5dde94547c35f5c6930c8b0e63c2b4f4 /packages/bluez | |
parent | 3c49f3ee237a1ff590c2fdbc119141ba62683117 (diff) |
add bluez4, lets see what this can do and how much it breaks apps
Diffstat (limited to 'packages/bluez')
-rw-r--r-- | packages/bluez/bluez4_4.7.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/bluez/bluez4_4.7.bb b/packages/bluez/bluez4_4.7.bb new file mode 100644 index 0000000000..ae579dd0ae --- /dev/null +++ b/packages/bluez/bluez4_4.7.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Linux Bluetooth Stack Userland." +SECTION = "libs" +PRIORITY = "optional" +HOMEPAGE = "http://www.bluez.org" +LICENSE = "GPL" +PR = "r0" + +SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz" +S = "${WORKDIR}/bluez-${PV}" + +inherit autotools pkgconfig |