diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-05-17 16:14:25 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-05-17 16:14:25 -0400 |
commit | 9e3ba6b92ae6abfac538531b3d383d66bbc0b922 (patch) | |
tree | 33c581550a5b8c206c49bf16f0f7dca7c7051b7d /recipes/bluez/bluez-hcidump_1.42.bb | |
parent | 8a18828d82969abefcd257b6e49e40837fc433e5 (diff) |
bluez-hcidump: set the LICENSE to more specific GPLv2
Diffstat (limited to 'recipes/bluez/bluez-hcidump_1.42.bb')
-rw-r--r-- | recipes/bluez/bluez-hcidump_1.42.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/bluez/bluez-hcidump_1.42.bb b/recipes/bluez/bluez-hcidump_1.42.bb index ef0209c5cd..e83729de05 100644 --- a/recipes/bluez/bluez-hcidump_1.42.bb +++ b/recipes/bluez/bluez-hcidump_1.42.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool." SECTION = "console" PRIORITY = "optional" DEPENDS = "bluez-libs" -LICENSE = "GPL" -PR = "r0" +LICENSE = "GPLv2" +PR = "r1" SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz" S = "${WORKDIR}/bluez-hcidump-${PV}" |