diff options
-rw-r--r-- | meta-oe/recipes-support/libftdi/libftdi_1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.1.bb b/meta-oe/recipes-support/libftdi/libftdi_1.1.bb index d8b189be95..44e040cc5a 100644 --- a/meta-oe/recipes-support/libftdi/libftdi_1.1.bb +++ b/meta-oe/recipes-support/libftdi/libftdi_1.1.bb | |||
@@ -24,6 +24,8 @@ PACKAGECONFIG[cpp-wrapper] = "-DFTDI_BUILD_CPP=on,-DFTDI_BUILD_CPP=off,boost" | |||
24 | 24 | ||
25 | inherit cmake binconfig pkgconfig | 25 | inherit cmake binconfig pkgconfig |
26 | 26 | ||
27 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib', True).replace('lib', '')}" | ||
28 | |||
27 | FILES_${PN}-dev += "${libdir}/cmake" | 29 | FILES_${PN}-dev += "${libdir}/cmake" |
28 | 30 | ||
29 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |