[oe-commits] [meta-openembedded] 39/71: libftdi: Extend for nativesdk

git at git.openembedded.org git at git.openembedded.org
Sun Jul 29 15:54:03 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit e9fa640dd7e5f2fa2965e4e5169e011f961947d2
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Thu Jul 26 22:13:10 2018 +1000

    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 at nathanrossi.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 98c5995..4fc6eb0 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list