summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libftdi/libftdi_1.4.bb
diff options
context:
space:
mode:
authorMatthias Klein <matthias@extraklein.de>2022-08-09 13:01:05 +0200
committerKhem Raj <raj.khem@gmail.com>2022-08-09 22:59:41 -0700
commit73b09ba5cbaa7d7b9b4366c2b1429a3d511a791b (patch)
treefbe851711d02c180de85d418d650491cfa2cf23a /meta-oe/recipes-support/libftdi/libftdi_1.4.bb
parenta8e33c970159e92e11f16adedea79382969becb7 (diff)
downloadmeta-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.bb33
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 @@
1DESCRIPTION = "libftdi is a library to talk to FTDI chips.\
2FT232BM/245BM, FT2232C/D and FT232/245R using libusb,\
3including the popular bitbang mode."
4HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/"
5SECTION = "libs"
6LICENSE = "LGPL-2.1-only & GPL-2.0-only"
7LIC_FILES_CHKSUM= "\
8 file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
9 file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
10"
11
12DEPENDS = "libusb1 python3 swig-native"
13
14SRC_URI = "http://www.intra2net.com/en/developer/${BPN}/download/${BPN}1-${PV}.tar.bz2"
15SRC_URI[md5sum] = "0c09fb2bb19a57c839fa6845c6c780a2"
16SRC_URI[sha256sum] = "ec36fb49080f834690c24008328a5ef42d3cf584ef4060f3a35aa4681cb31b74"
17
18S = "${WORKDIR}/${BPN}1-${PV}"
19
20inherit cmake binconfig pkgconfig python3native
21
22PACKAGECONFIG ??= ""
23PACKAGECONFIG[cpp-wrapper] = "-DFTDI_BUILD_CPP=on -DFTDIPP=on,-DFTDI_BUILD_CPP=off -DFTDIPP=off,boost"
24
25EXTRA_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
29BBCLASSEXTEND = "native nativesdk"
30
31PACKAGES += "${PN}-python"
32
33FILES:${PN}-python = "${libdir}/${PYTHON_DIR}/site-packages/"