diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-12-03 14:46:08 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:24 +0000 |
commit | 88697edaaa3ee1e666b62e931f44abc802130b3a (patch) | |
tree | 963ba3fbbc37a0658f4512463f70636d19a831b7 | |
parent | 4bbb8a92674ff8d29d21731a0ca7e37468bffe4e (diff) | |
download | poky-88697edaaa3ee1e666b62e931f44abc802130b3a.tar.gz |
bluez-hcidump: update LICENSE and LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb index 8d4e41b0cd..d974dc588c 100644 --- a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb | |||
@@ -5,7 +5,9 @@ and displays the commands, events and data in a human-readable form." | |||
5 | SECTION = "console" | 5 | SECTION = "console" |
6 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
7 | DEPENDS = "bluez4" | 7 | DEPENDS = "bluez4" |
8 | LICENSE = "GPL" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | ||
10 | file://src/hcidump.c;beginline=1;endline=23;md5=22f51010959a0cd483c4d7f0bd77aaa3" | ||
9 | PR = "r0" | 11 | PR = "r0" |
10 | 12 | ||
11 | SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" | 13 | SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" |