diff options
| author | Matthias Klein <matthias@extraklein.de> | 2022-08-09 13:01:05 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-09 22:59:41 -0700 |
| commit | 73b09ba5cbaa7d7b9b4366c2b1429a3d511a791b (patch) | |
| tree | fbe851711d02c180de85d418d650491cfa2cf23a /meta-oe/recipes-support/libftdi/libftdi_1.4.bb | |
| parent | a8e33c970159e92e11f16adedea79382969becb7 (diff) | |
| download | meta-openembedded-73b09ba5cbaa7d7b9b4366c2b1429a3d511a791b.tar.gz | |
libftdi: update to 1.5
Signed-off-by: Matthias Klein <matthias@extraklein.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libftdi/libftdi_1.4.bb')
| -rw-r--r-- | meta-oe/recipes-support/libftdi/libftdi_1.4.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb b/meta-oe/recipes-support/libftdi/libftdi_1.4.bb deleted file mode 100644 index f142cb2287..0000000000 --- a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | DESCRIPTION = "libftdi is a library to talk to FTDI chips.\ | ||
| 2 | FT232BM/245BM, FT2232C/D and FT232/245R using libusb,\ | ||
| 3 | including the popular bitbang mode." | ||
| 4 | HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" | ||
| 5 | SECTION = "libs" | ||
| 6 | LICENSE = "LGPL-2.1-only & GPL-2.0-only" | ||
| 7 | LIC_FILES_CHKSUM= "\ | ||
| 8 | file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ | ||
| 9 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | ||
| 10 | " | ||
| 11 | |||
| 12 | DEPENDS = "libusb1 python3 swig-native" | ||
| 13 | |||
| 14 | SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2" | ||
| 15 | SRC_URI[md5sum] = "0c09fb2bb19a57c839fa6845c6c780a2" | ||
| 16 | SRC_URI[sha256sum] = "ec36fb49080f834690c24008328a5ef42d3cf584ef4060f3a35aa4681cb31b74" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/${BPN}1-${PV}" | ||
| 19 | |||
| 20 | inherit cmake binconfig pkgconfig python3native | ||
| 21 | |||
| 22 | PACKAGECONFIG ??= "" | ||
| 23 | PACKAGECONFIG[cpp-wrapper] = "-DFTDI_BUILD_CPP=on -DFTDIPP=on,-DFTDI_BUILD_CPP=off -DFTDIPP=off,boost" | ||
| 24 | |||
| 25 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \ | ||
| 26 | -DPYTHON_LIBRARY=${STAGING_LIBDIR}/lib${PYTHON_DIR}${PYTHON_ABI}.so \ | ||
| 27 | -DPYTHON_INCLUDE_DIR=${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}" | ||
| 28 | |||
| 29 | BBCLASSEXTEND = "native nativesdk" | ||
| 30 | |||
| 31 | PACKAGES += "${PN}-python" | ||
| 32 | |||
| 33 | FILES:${PN}-python = "${libdir}/${PYTHON_DIR}/site-packages/" | ||
