diff options
Diffstat (limited to 'meta-oe/recipes-support/libftdi/libftdi_1.5.bb')
-rw-r--r-- | meta-oe/recipes-support/libftdi/libftdi_1.5.bb | 14 |
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." | |||
4 | HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" | 4 | HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "LGPL-2.1-only & GPL-2.0-only" | 6 | LICENSE = "LGPL-2.1-only & GPL-2.0-only" |
7 | LIC_FILES_CHKSUM= "\ | 7 | LIC_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 | ||
12 | DEPENDS = "libusb1 python3 swig-native" | 12 | DEPENDS = "libusb1 python3 swig-native" |
13 | 13 | ||
14 | SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2" | 14 | SRC_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 | " | ||
15 | SRC_URI[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049" | 21 | SRC_URI[sha256sum] = "7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049" |
16 | 22 | ||
17 | S = "${WORKDIR}/${BPN}1-${PV}" | 23 | UPSTREAM_CHECK_URI = "http://www.intra2net.com/en/developer/libftdi/download.php" |
24 | |||
25 | S = "${UNPACKDIR}/${BPN}1-${PV}" | ||
18 | 26 | ||
19 | inherit cmake binconfig pkgconfig python3native | 27 | inherit cmake binconfig pkgconfig python3native |
20 | 28 | ||