summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb
index f62cf6ba65..e6d5663f85 100644
--- a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb
+++ b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb
@@ -6,7 +6,7 @@ implementations for many of the provider operations."
6HOMEPAGE = "https://github.com/rnovacek/konkretcmpi" 6HOMEPAGE = "https://github.com/rnovacek/konkretcmpi"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://COPYING;md5=f673270bfc350d9ce1efc8724c6c1873" 8LIC_FILES_CHKSUM = "file://COPYING;md5=f673270bfc350d9ce1efc8724c6c1873"
9DEPENDS_append_class-target = " swig-native sblim-cmpi-devel python" 9DEPENDS_append_class-target = " swig-native sblim-cmpi-devel python3"
10DEPENDS_append_class-native = " cmpi-bindings-native" 10DEPENDS_append_class-native = " cmpi-bindings-native"
11 11
12SRC_URI = "git://github.com/rnovacek/konkretcmpi.git \ 12SRC_URI = "git://github.com/rnovacek/konkretcmpi.git \
@@ -34,6 +34,6 @@ PACKAGES =+ "${PN}-python"
34 34
35RPROVIDES_${PN}-dbg += "${PN}-python-dbg" 35RPROVIDES_${PN}-dbg += "${PN}-python-dbg"
36 36
37FILES_${PN}-python = "${libdir}/python2.7/site-packages/konkretmof.py* ${libdir}/python2.7/site-packages/_konkretmof.so" 37FILES_${PN}-python = "${libdir}/python*/site-packages/konkretmof.py* ${libdir}/python*/site-packages/_konkretmof.so"
38 38
39BBCLASSEXTEND = "native" 39BBCLASSEXTEND = "native"