From patchwork Tue Oct 9 12:04:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] libftdi: Change to use GPLv2 intead of GPLv2-REL Date: Tue, 09 Oct 2012 12:04:25 -0000 From: Martin Ertsaas X-Patchwork-Id: 38023 Message-Id: <1349784265-25901-1-git-send-email-mertsas@cisco.com> To: openembedded-devel@lists.openembedded.org According to http://www.intra2net.com/en/developer/libftdi/, 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-REL variation of GPLv2, and so we should use GPLv2 instead of GPLv2-REL. Signed-off-by: Martin Ertsaas --- meta-oe/recipes-support/libftdi/libftdi_0.19.bb | 2 +- 1 files changed, 1 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 2dba3f4..0842aaf 100644 --- a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb +++ b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb @@ -4,7 +4,7 @@ including the popular bitbang mode." HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" SECTION = "libs" -LICENSE = "LGPLv2.1 GPLv2-RLE" +LICENSE = "LGPLv2.1 GPLv2" LIC_FILES_CHKSUM= "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \ "