summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-10 00:47:00 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-10 00:50:59 -0800
commit425ae63835dbfcfe5d80ab4a9897e0b97b7846ce (patch)
tree9d704f3c4af51dc0f58f68dfbb013578fff9076f /meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb
parentc8ca82feb5d6ceb843aad33dada947b456f7fcac (diff)
downloadmeta-openembedded-425ae63835dbfcfe5d80ab4a9897e0b97b7846ce.tar.gz
cmpi-bindings: append PYTHON_ABI suffix to libpython soname
This makes it independent of python vesion 3.7 or 3.8 where with python 3.7 has 'm' as abi suffix but 3.8 wont Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb')
-rw-r--r--meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb
index 251c5d0f5..6c71d534b 100644
--- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb
+++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb
@@ -22,7 +22,9 @@ S = "${WORKDIR}/git"
22inherit cmake python3native 22inherit cmake python3native
23 23
24EXTRA_OECMAKE = "-DLIB='${baselib}' \ 24EXTRA_OECMAKE = "-DLIB='${baselib}' \
25 -DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION}" 25 -DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION} \
26 -DPYTHON_ABI=${PYTHON_ABI} \
27 "
26 28
27# With Ninja it fails with: 29# With Ninja it fails with:
28# ninja: error: build.ninja:282: bad $-escape (literal $ must be written as $$) 30# ninja: error: build.ninja:282: bad $-escape (literal $ must be written as $$)