libfann: Define LIB_SUFFIX suitable for OE multilib needs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2019-12-18 20:23:49 -08:00
parent 2f6c043c0c
commit d6b8482611

View File

@ -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', '')}"