git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a18828
)
bluez-hcidump: set the LICENSE to more specific GPLv2
author
Denys Dmytriyenko
<denis@denix.org>
Mon, 17 May 2010 20:14:25 +0000
(16:14 -0400)
committer
Denys Dmytriyenko
<denis@denix.org>
Mon, 17 May 2010 20:14:25 +0000
(16:14 -0400)
recipes/bluez/bluez-hcidump_1.42.bb
patch
|
blob
|
history
diff --git
a/recipes/bluez/bluez-hcidump_1.42.bb
b/recipes/bluez/bluez-hcidump_1.42.bb
index
ef0209c
..
e83729d
100644
(file)
--- 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 = "r
0
"
+LICENSE = "GPL
v2
"
+PR = "r
1
"
SRC_URI = "http://bluez.sourceforge.net/download/bluez-hcidump-${PV}.tar.gz"
S = "${WORKDIR}/bluez-hcidump-${PV}"