diff options
author | Jonathan Liu <net147@gmail.com> | 2016-06-05 01:06:57 +1000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 14:55:29 +0200 |
commit | 3ff2e225b7125f5c65d482e7c65f43bdfd37c850 (patch) | |
tree | 3d6d255d08b68c8840a801f4ed4e4c6885caa758 /meta-oe/recipes-support/libftdi | |
parent | 8b32e60c3c3221f2943040c9ab16ba883f546060 (diff) | |
download | meta-openembedded-3ff2e225b7125f5c65d482e7c65f43bdfd37c850.tar.gz |
libftdi: update to 1.3
COPYING.LIB license checksum has changed to fix the FSF address.
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libftdi')
-rw-r--r-- | meta-oe/recipes-support/libftdi/libftdi_1.3.bb (renamed from meta-oe/recipes-support/libftdi/libftdi_1.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.2.bb b/meta-oe/recipes-support/libftdi/libftdi_1.3.bb index 9b290fb6f..5eee0dbf3 100644 --- a/meta-oe/recipes-support/libftdi/libftdi_1.2.bb +++ b/meta-oe/recipes-support/libftdi/libftdi_1.3.bb | |||
@@ -7,15 +7,15 @@ SECTION = "libs" | |||
7 | LICENSE = "LGPLv2.1 & GPLv2" | 7 | LICENSE = "LGPLv2.1 & GPLv2" |
8 | LIC_FILES_CHKSUM= "\ | 8 | LIC_FILES_CHKSUM= "\ |
9 | file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ | 9 | file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ |
10 | file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \ | 10 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
11 | " | 11 | " |
12 | 12 | ||
13 | DEPENDS = "libusb1" | 13 | DEPENDS = "libusb1" |
14 | 14 | ||
15 | SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2" | 15 | SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "89dff802d89c4c0d55d8b4665fd52d0b" | 17 | SRC_URI[md5sum] = "156cdf40cece9f8a3ce1582db59a502a" |
18 | SRC_URI[sha256sum] = "a6ea795c829219015eb372b03008351cee3fb39f684bff3bf8a4620b558488d6" | 18 | SRC_URI[sha256sum] = "9a8c95c94bfbcf36584a0a58a6e2003d9b133213d9202b76aec76302ffaa81f4" |
19 | 19 | ||
20 | S = "${WORKDIR}/${BPN}1-${PV}" | 20 | S = "${WORKDIR}/${BPN}1-${PV}" |
21 | 21 | ||