aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libfann
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-18 20:23:49 -0800
committerKhem Raj <raj.khem@gmail.com>2019-12-19 11:02:29 -0800
commitd6b848261180c50adff51ad6e304f4a4a6ed21d9 (patch)
tree9474f4ec9e1ae7c4ac039ff46eb650087c3b61d6 /meta-oe/recipes-support/libfann
parent2f6c043c0c99ccf71f9eb9088adbe42972b9d8a0 (diff)
downloadmeta-openembedded-d6b848261180c50adff51ad6e304f4a4a6ed21d9.tar.gz
libfann: Define LIB_SUFFIX suitable for OE multilib needs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libfann')
-rw-r--r--meta-oe/recipes-support/libfann/libfann_git.bb2
1 files changed, 2 insertions, 0 deletions
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', '')}"