mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
konkretcmpi: Depend on python3 during build
Fix packaging to match py3 module install dir Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ implementations for many of the provider operations."
|
||||
HOMEPAGE = "https://github.com/rnovacek/konkretcmpi"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f673270bfc350d9ce1efc8724c6c1873"
|
||||
DEPENDS_append_class-target = " swig-native sblim-cmpi-devel python"
|
||||
DEPENDS_append_class-target = " swig-native sblim-cmpi-devel python3"
|
||||
DEPENDS_append_class-native = " cmpi-bindings-native"
|
||||
|
||||
SRC_URI = "git://github.com/rnovacek/konkretcmpi.git \
|
||||
@@ -34,6 +34,6 @@ PACKAGES =+ "${PN}-python"
|
||||
|
||||
RPROVIDES_${PN}-dbg += "${PN}-python-dbg"
|
||||
|
||||
FILES_${PN}-python = "${libdir}/python2.7/site-packages/konkretmof.py* ${libdir}/python2.7/site-packages/_konkretmof.so"
|
||||
FILES_${PN}-python = "${libdir}/python*/site-packages/konkretmof.py* ${libdir}/python*/site-packages/_konkretmof.so"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user