diff options
-rw-r--r-- | meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb | 4 |
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." | |||
6 | HOMEPAGE = "https://github.com/rnovacek/konkretcmpi" | 6 | HOMEPAGE = "https://github.com/rnovacek/konkretcmpi" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f673270bfc350d9ce1efc8724c6c1873" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f673270bfc350d9ce1efc8724c6c1873" |
9 | DEPENDS_append_class-target = " swig-native sblim-cmpi-devel python" | 9 | DEPENDS_append_class-target = " swig-native sblim-cmpi-devel python3" |
10 | DEPENDS_append_class-native = " cmpi-bindings-native" | 10 | DEPENDS_append_class-native = " cmpi-bindings-native" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/rnovacek/konkretcmpi.git \ | 12 | SRC_URI = "git://github.com/rnovacek/konkretcmpi.git \ |
@@ -34,6 +34,6 @@ PACKAGES =+ "${PN}-python" | |||
34 | 34 | ||
35 | RPROVIDES_${PN}-dbg += "${PN}-python-dbg" | 35 | RPROVIDES_${PN}-dbg += "${PN}-python-dbg" |
36 | 36 | ||
37 | FILES_${PN}-python = "${libdir}/python2.7/site-packages/konkretmof.py* ${libdir}/python2.7/site-packages/_konkretmof.so" | 37 | FILES_${PN}-python = "${libdir}/python*/site-packages/konkretmof.py* ${libdir}/python*/site-packages/_konkretmof.so" |
38 | 38 | ||
39 | BBCLASSEXTEND = "native" | 39 | BBCLASSEXTEND = "native" |