[oe-commits] [meta-openembedded] 04/11: libfann: Define LIB_SUFFIX suitable for OE multilib needs

git at git.openembedded.org git at git.openembedded.org
Thu Dec 19 19:02:53 UTC 2019


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 d6b848261180c50adff51ad6e304f4a4a6ed21d9
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Dec 18 20:23:49 2019 -0800

    libfann: Define LIB_SUFFIX suitable for OE multilib needs
    
    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 c986e17..eae2446 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', '')}"

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


More information about the Openembedded-commits mailing list