From: Denys Dmytriyenko Date: Mon, 17 May 2010 20:14:25 +0000 (-0400) Subject: bluez-hcidump: set the LICENSE to more specific GPLv2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e3ba6b92ae6abfac538531b3d383d66bbc0b922;p=openembedded.git bluez-hcidump: set the LICENSE to more specific GPLv2 --- 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}"