aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libftdi
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2018-07-26 22:13:10 +1000
committerKhem Raj <raj.khem@gmail.com>2018-07-27 07:19:16 -0700
commite9fa640dd7e5f2fa2965e4e5169e011f961947d2 (patch)
treef809fa5c3b46508c642cfcd6529c18c043473aa6 /meta-oe/recipes-support/libftdi
parentc4eaf6e9536109b0c3a05e8e0fe4fdc97c94717a (diff)
downloadmeta-openembedded-contrib-e9fa640dd7e5f2fa2965e4e5169e011f961947d2.tar.gz
libftdi: Extend for nativesdk
Enable the building of libftdi for nativesdk targets. Enabling nativesdk builds allows for the building and packaging of tools that use libftdi for programming/debugging of boards and devices. This enables the ability to package a complete set of development tools for a target device as a buildtools-tarball deployable. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libftdi')
-rw-r--r--meta-oe/recipes-support/libftdi/libftdi_1.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb b/meta-oe/recipes-support/libftdi/libftdi_1.4.bb
index 98c5995a5f..4fc6eb0907 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_1.4.bb
@@ -24,4 +24,4 @@ PACKAGECONFIG[cpp-wrapper] = "-DFTDI_BUILD_CPP=on -DFTDIPP=on,-DFTDI_BUILD_CPP=o
EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"