diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-10 00:47:00 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-10 00:50:59 -0800 |
commit | 425ae63835dbfcfe5d80ab4a9897e0b97b7846ce (patch) | |
tree | 9d704f3c4af51dc0f58f68dfbb013578fff9076f /meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb | |
parent | c8ca82feb5d6ceb843aad33dada947b456f7fcac (diff) | |
download | meta-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.bb | 4 |
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" | |||
22 | inherit cmake python3native | 22 | inherit cmake python3native |
23 | 23 | ||
24 | EXTRA_OECMAKE = "-DLIB='${baselib}' \ | 24 | EXTRA_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 $$) |