diff options
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.bb | 5 |
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" | |||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b19ee058d2d5f69af45da98051d91064" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b19ee058d2d5f69af45da98051d91064" |
6 | SECTION = "Development/Libraries" | 6 | SECTION = "Development/Libraries" |
7 | DEPENDS = "swig-native python sblim-cmpi-devel" | 7 | DEPENDS = "swig-native python3 sblim-cmpi-devel" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/kkaempf/cmpi-bindings.git;protocol=http \ | 9 | SRC_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 | ||
18 | SRCREV = "62f60e065aa1b901f826e4f530c0573ae32d065e" | 19 | SRCREV = "62f60e065aa1b901f826e4f530c0573ae32d065e" |
19 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
20 | 21 | ||
21 | inherit cmake pythonnative | 22 | inherit cmake python3native |
22 | 23 | ||
23 | EXTRA_OECMAKE = "-DLIB='${baselib}' \ | 24 | EXTRA_OECMAKE = "-DLIB='${baselib}' \ |
24 | -DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION}" | 25 | -DPYTHON_INCLUDE_PATH=${STAGING_INCDIR}/python${PYTHON_BASEVERSION}" |