diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-08 17:54:14 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-08 17:54:14 +0200 |
commit | 513b1f23073a5053c526f9441e996f65ba962709 (patch) | |
tree | 3e160b83d5fd912f2baf6a4e73dd0776272c9b85 | |
parent | f439f33a23711a4f79b20cabbee34c6488f63c9f (diff) |
urjtag: fixed license (GPL -> GPLv2)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/urjtag/urjtag_0.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |