aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bluez
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2010-05-17 16:14:25 -0400
committerDenys Dmytriyenko <denis@denix.org>2010-05-17 16:14:25 -0400
commit9e3ba6b92ae6abfac538531b3d383d66bbc0b922 (patch)
tree33c581550a5b8c206c49bf16f0f7dca7c7051b7d /recipes/bluez
parent8a18828d82969abefcd257b6e49e40837fc433e5 (diff)
downloadopenembedded-9e3ba6b92ae6abfac538531b3d383d66bbc0b922.tar.gz
bluez-hcidump: set the LICENSE to more specific GPLv2
Diffstat (limited to 'recipes/bluez')
-rw-r--r--recipes/bluez/bluez-hcidump_1.42.bb4
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}"