diff options
-rw-r--r-- | meta-oe/recipes-support/libftdi/libftdi_0.19.bb | 4 |
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 2dba3f445..0bfbe2212 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." | |||
4 | HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" | 4 | HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | LICENSE = "LGPLv2.1 GPLv2-RLE" | 7 | PR = "r1" |
8 | |||
9 | LICENSE = "LGPLv2.1 GPLv2" | ||
8 | LIC_FILES_CHKSUM= "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ | 10 | LIC_FILES_CHKSUM= "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ |
9 | file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \ | 11 | file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \ |
10 | " | 12 | " |