diff options
author | Jonathan Liu <net147@gmail.com> | 2015-09-17 15:58:51 +1000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:40:40 +0200 |
commit | 805cae56ddab596ab11840f494639888c528d3da (patch) | |
tree | a83f3cb6cf0951b6e71313c33ad532d42234e5dd | |
parent | a01fd273804b31b22f5b9686706cefa62720081e (diff) | |
download | meta-openembedded-805cae56ddab596ab11840f494639888c528d3da.tar.gz |
libftdi: update to 1.2
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libftdi/libftdi_1.2.bb (renamed from meta-oe/recipes-support/libftdi/libftdi_1.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.1.bb b/meta-oe/recipes-support/libftdi/libftdi_1.2.bb index 44e040cc5..eb4d86c3b 100644 --- a/meta-oe/recipes-support/libftdi/libftdi_1.1.bb +++ b/meta-oe/recipes-support/libftdi/libftdi_1.2.bb | |||
@@ -14,8 +14,8 @@ 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] = "b79a6356978aa8e69f8eecc3a720ff79" | 17 | SRC_URI[md5sum] = "89dff802d89c4c0d55d8b4665fd52d0b" |
18 | SRC_URI[sha256sum] = "c0b1af1a13e2c6682a1d8041e5b164a1e0d90267cd378bb51e059bd62f821e21" | 18 | SRC_URI[sha256sum] = "a6ea795c829219015eb372b03008351cee3fb39f684bff3bf8a4620b558488d6" |
19 | 19 | ||
20 | S = "${WORKDIR}/${BPN}1-${PV}" | 20 | S = "${WORKDIR}/${BPN}1-${PV}" |
21 | 21 | ||