[oe] [meta-oe][PATCH 4/8] libfann: Define LIB_SUFFIX suitable for OE multilib needs

Khem Raj raj.khem at gmail.com
Thu Dec 19 15:25:25 UTC 2019


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/libfann/libfann_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/libfann/libfann_git.bb b/meta-oe/recipes-support/libfann/libfann_git.bb
index c986e17757..eae24461dc 100644
--- a/meta-oe/recipes-support/libfann/libfann_git.bb
+++ b/meta-oe/recipes-support/libfann/libfann_git.bb
@@ -15,3 +15,5 @@ SRC_URI = "git://github.com/libfann/fann.git;branch=master \
 PV = "2.2.0+git${SRCPV}"
 
 S = "${WORKDIR}/git"
+
+EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}"
-- 
2.24.1



More information about the Openembedded-devel mailing list