aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Ertsaas <mertsas@cisco.com>2012-10-10 06:00:31 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-10 12:34:14 +0200
commitca82ad8f882427d3448b78840e51de96463331cc (patch)
tree50fb52a16734f033ad368bd9a1a096a275de9639 /meta-oe
parent97350f52280ea9b2f3d7b36ef248be5ba3e7c696 (diff)
downloadmeta-openembedded-ca82ad8f882427d3448b78840e51de96463331cc.tar.gz
libftid: Change to use GPLv2 intead of GPLv2-RLE.
libftdi itself is licensed under LGPLv2, with some parts (eeprom programmer) is licensed under GPLv2. There doesn't seem to be any part licensed under a GPLv2-RLE variation of GPLv2, and so we should use GPLv2 instead of GPLv2-RLE. Signed-off-by: Martin Ertsaas <mertsas@cisco.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/libftdi/libftdi_0.19.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
index 2dba3f445d..0bfbe2212d 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
@@ -4,7 +4,9 @@ including the popular bitbang mode."
HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/"
SECTION = "libs"
-LICENSE = "LGPLv2.1 GPLv2-RLE"
+PR = "r1"
+
+LICENSE = "LGPLv2.1 GPLv2"
LIC_FILES_CHKSUM= "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \
"