summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb')
-rw-r--r--meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb
index e203198af..25166ab58 100644
--- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb
+++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_git.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://github.com/kkaempf/cmpi-bindings"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b19ee058d2d5f69af45da98051d91064" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b19ee058d2d5f69af45da98051d91064"
6SECTION = "Development/Libraries" 6SECTION = "Development/Libraries"
7DEPENDS = "swig-native python sblim-cmpi-devel" 7DEPENDS = "swig-native python3 sblim-cmpi-devel"
8 8
9SRC_URI = "git://github.com/kkaempf/cmpi-bindings.git;protocol=http \ 9SRC_URI = "git://github.com/kkaempf/cmpi-bindings.git;protocol=http \
10 file://cmpi-bindings-0.4.17-no-ruby-perl.patch \ 10 file://cmpi-bindings-0.4.17-no-ruby-perl.patch \
@@ -13,12 +13,13 @@ SRC_URI = "git://github.com/kkaempf/cmpi-bindings.git;protocol=http \
13 file://0001-Modify-cmakelist.patch \ 13 file://0001-Modify-cmakelist.patch \
14 file://0001-Fix-error.patch \ 14 file://0001-Fix-error.patch \
15 file://0001-fix-the-build-error-when-python-3.0.patch \ 15 file://0001-fix-the-build-error-when-python-3.0.patch \
16 file://0001-Add-PYTHON_ABI-suffix-to-the-python-library-name.patch \
16 " 17 "
17 18
18SRCREV = "62f60e065aa1b901f826e4f530c0573ae32d065e" 19SRCREV = "62f60e065aa1b901f826e4f530c0573ae32d065e"
19S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
20 21
21inherit cmake pythonnative 22inherit cmake python3native
22 23
23EXTRA_OECMAKE = "-DLIB='${baselib}' \ 24EXTRA_OECMAKE = "-DLIB='${baselib}' \
24 -DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION}" 25 -DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION}"