summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
15SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2" 15SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2"
16 16
17SRC_URI[md5sum] = "b79a6356978aa8e69f8eecc3a720ff79" 17SRC_URI[md5sum] = "89dff802d89c4c0d55d8b4665fd52d0b"
18SRC_URI[sha256sum] = "c0b1af1a13e2c6682a1d8041e5b164a1e0d90267cd378bb51e059bd62f821e21" 18SRC_URI[sha256sum] = "a6ea795c829219015eb372b03008351cee3fb39f684bff3bf8a4620b558488d6"
19 19
20S = "${WORKDIR}/${BPN}1-${PV}" 20S = "${WORKDIR}/${BPN}1-${PV}"
21 21