From e9fa640dd7e5f2fa2965e4e5169e011f961947d2 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 26 Jul 2018 22:13:10 +1000 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/libftdi/libftdi_1.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"