summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libftdi/libftdi_1.5.bb')
-rw-r--r--meta-oe/recipes-support/libftdi/libftdi_1.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
index eae1c02f0..24dc5b228 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
@@ -14,6 +14,8 @@ DEPENDS = "libusb1 python3 swig-native"
14SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2" 14SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2"
15SRC_URI[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049" 15SRC_URI[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049"
16 16
17UPSTREAM_CHECK_URI = "http://www.intra2net.com/en/developer/libftdi/download.php"
18
17S = "${WORKDIR}/${BPN}1-${PV}" 19S = "${WORKDIR}/${BPN}1-${PV}"
18 20
19inherit cmake binconfig pkgconfig python3native 21inherit cmake binconfig pkgconfig python3native