From: Frans Meulenbroeks Date: Sun, 8 Aug 2010 15:54:14 +0000 (+0200) Subject: urjtag: fixed license (GPL -> GPLv2) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513b1f23073a5053c526f9441e996f65ba962709;p=openembedded.git urjtag: fixed license (GPL -> GPLv2) Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/urjtag/urjtag_0.10.bb b/recipes/urjtag/urjtag_0.10.bb index e226214323..c7db2521b3 100644 --- a/recipes/urjtag/urjtag_0.10.bb +++ b/recipes/urjtag/urjtag_0.10.bb @@ -1,6 +1,6 @@ DESCRIPTION = "UrJTAG is a universal JTAG library, servers and tools" HOMEPAGE = "http://urjtag.org/" -LICENSE = "GPL" +LICENSE = "GPLv2" DEPENDS = "libftdi libusb gettext readline" PR = "r0"