summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libftdi/libftdi_1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libftdi/libftdi_1.4.bb')
-rw-r--r--meta-oe/recipes-support/libftdi/libftdi_1.4.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb b/meta-oe/recipes-support/libftdi/libftdi_1.4.bb
index a1576b561..98c5995a5 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_1.4.bb
@@ -3,7 +3,6 @@ FT232BM/245BM, FT2232C/D and FT232/245R using libusb,\
3including the popular bitbang mode." 3including the popular bitbang mode."
4HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/" 4HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/"
5SECTION = "libs" 5SECTION = "libs"
6
7LICENSE = "LGPLv2.1 & GPLv2" 6LICENSE = "LGPLv2.1 & GPLv2"
8LIC_FILES_CHKSUM= "\ 7LIC_FILES_CHKSUM= "\
9 file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ 8 file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
@@ -13,17 +12,16 @@ LIC_FILES_CHKSUM= "\
13DEPENDS = "libusb1" 12DEPENDS = "libusb1"
14 13
15SRC_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"
16
17SRC_URI[md5sum] = "0c09fb2bb19a57c839fa6845c6c780a2" 15SRC_URI[md5sum] = "0c09fb2bb19a57c839fa6845c6c780a2"
18SRC_URI[sha256sum] = "ec36fb49080f834690c24008328a5ef42d3cf584ef4060f3a35aa4681cb31b74" 16SRC_URI[sha256sum] = "ec36fb49080f834690c24008328a5ef42d3cf584ef4060f3a35aa4681cb31b74"
19 17
20S = "${WORKDIR}/${BPN}1-${PV}" 18S = "${WORKDIR}/${BPN}1-${PV}"
21 19
20inherit cmake binconfig pkgconfig
21
22PACKAGECONFIG ??= "" 22PACKAGECONFIG ??= ""
23PACKAGECONFIG[cpp-wrapper] = "-DFTDI_BUILD_CPP=on -DFTDIPP=on,-DFTDI_BUILD_CPP=off -DFTDIPP=off,boost" 23PACKAGECONFIG[cpp-wrapper] = "-DFTDI_BUILD_CPP=on -DFTDIPP=on,-DFTDI_BUILD_CPP=off -DFTDIPP=off,boost"
24 24
25inherit cmake binconfig pkgconfig
26
27EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" 25EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}"
28 26
29BBCLASSEXTEND = "native" 27BBCLASSEXTEND = "native"