summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-06-26 16:07:32 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:18:44 +0100
commit74221a49871978a8f9f4d6303efb014d2a58825f (patch)
treef006a84f405e01b6df907fcf1c3fa3ef49ca7252
parenta5af9cfb4c9da5590335d4e1df88c61aaf7dcb12 (diff)
downloadpoky-74221a49871978a8f9f4d6303efb014d2a58825f.tar.gz
bluez4_4.66.bb: Fix recipe metadata
Fix LICENSE information Add HOMEPAGE and LIC_FILES_CHKSUM Adjust variables order according to styleguide Use blank space to replace tab Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r--meta/packages/bluez/bluez4_4.66.bb20
1 files changed, 12 insertions, 8 deletions
diff --git a/meta/packages/bluez/bluez4_4.66.bb b/meta/packages/bluez/bluez4_4.66.bb
index 59193c2f99..6443938693 100644
--- a/meta/packages/bluez/bluez4_4.66.bb
+++ b/meta/packages/bluez/bluez4_4.66.bb
@@ -1,9 +1,13 @@
1DESCRIPTION = "Linux Bluetooth Stack Userland V4" 1DESCRIPTION = "Linux Bluetooth Stack Userland V4"
2HOMEPAGE = "http://www.bluez.org"
2SECTION = "libs" 3SECTION = "libs"
3PRIORITY = "optional" 4PRIORITY = "optional"
4DEPENDS = "gst-plugins-base alsa-lib libusb-compat dbus-glib" 5LICENSE = "GPLv2+ & LGPLv2.1+"
5HOMEPAGE = "http://www.bluez.org" 6LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
6LICENSE = "GPL" 7 file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
8 file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e \
9 file://sbc/sbc.c;beginline=1;endline=25;md5=1a40781ed30d50d8639323a184aeb191"
10DEPENDS = "gst-plugins-base alsa-lib libusb-compat dbus-glib libnl"
7 11
8# For angstrom we want this to replace at least bluez-libs 12# For angstrom we want this to replace at least bluez-libs
9PROVIDES_append_angstrom = " bluez-utils bluez-libs" 13PROVIDES_append_angstrom = " bluez-utils bluez-libs"
@@ -44,11 +48,11 @@ EXTRA_OECONF = "\
44" 48"
45 49
46do_install_append() { 50do_install_append() {
47 install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/ 51 install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
48 install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/ 52 install -m 0644 ${S}/network/network.conf ${D}/${sysconfdir}/bluetooth/
49 install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/ 53 install -m 0644 ${S}/input/input.conf ${D}/${sysconfdir}/bluetooth/
50 # at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT 54 # at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT
51 install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/ 55 install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/
52} 56}
53 57
54PACKAGES =+ "gst-plugin-bluez libasound-module-bluez" 58PACKAGES =+ "gst-plugin-bluez libasound-module-bluez"