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.bb14
1 files changed, 11 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
index eae1c02f04..6faab82ad5 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_1.5.bb
@@ -4,17 +4,25 @@ including the popular bitbang mode."
4HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" 4HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/"
5SECTION = "libs" 5SECTION = "libs"
6LICENSE = "LGPL-2.1-only & GPL-2.0-only" 6LICENSE = "LGPL-2.1-only & GPL-2.0-only"
7LIC_FILES_CHKSUM= "\ 7LIC_FILES_CHKSUM = "\
8 file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ 8 file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
9 file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ 9 file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
10" 10"
11 11
12DEPENDS = "libusb1 python3 swig-native" 12DEPENDS = "libusb1 python3 swig-native"
13 13
14SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2" 14SRC_URI = "\
15 http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2 \
16 file://CMakeLists-txt-fix-paths-when-FTDIPP-is-set.patch \
17 file://0001-CMake-bump-the-minimal-required-version-to-2.8.12.patch \
18 file://0002-CMake-require-2.8.12-for-cmake_example.patch \
19 file://0003-CMake-bump-the-minimal-required-version-to-3.5.patch \
20"
15SRC_URI[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049" 21SRC_URI[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049"
16 22
17S = "${WORKDIR}/${BPN}1-${PV}" 23UPSTREAM_CHECK_URI = "http://www.intra2net.com/en/developer/libftdi/download.php"
24
25S = "${UNPACKDIR}/${BPN}1-${PV}"
18 26
19inherit cmake binconfig pkgconfig python3native 27inherit cmake binconfig pkgconfig python3native
20 28