aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2016-06-05 01:06:57 +1000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-08 14:55:29 +0200
commit3ff2e225b7125f5c65d482e7c65f43bdfd37c850 (patch)
tree3d6d255d08b68c8840a801f4ed4e4c6885caa758 /meta-oe
parent8b32e60c3c3221f2943040c9ab16ba883f546060 (diff)
downloadmeta-openembedded-contrib-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')
-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 9b290fb6f8..5eee0dbf3f 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"
LICENSE = "LGPLv2.1 & GPLv2"
LIC_FILES_CHKSUM= "\
file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
- file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \
+ file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
"
DEPENDS = "libusb1"
SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2"
-SRC_URI[md5sum] = "89dff802d89c4c0d55d8b4665fd52d0b"
-SRC_URI[sha256sum] = "a6ea795c829219015eb372b03008351cee3fb39f684bff3bf8a4620b558488d6"
+SRC_URI[md5sum] = "156cdf40cece9f8a3ce1582db59a502a"
+SRC_URI[sha256sum] = "9a8c95c94bfbcf36584a0a58a6e2003d9b133213d9202b76aec76302ffaa81f4"
S = "${WORKDIR}/${BPN}1-${PV}"