diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb')
-rw-r--r-- | meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb | 12 |
1 files changed, 6 insertions, 6 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 e6d5663f8..99cf6ab08 100644 --- a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb +++ b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb | |||
@@ -6,8 +6,8 @@ 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 python3" | 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 \ |
13 | file://0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch \ | 13 | file://0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch \ |
@@ -24,16 +24,16 @@ EXTRA_OECMAKE = "-DWITH_PYTHON=ON \ | |||
24 | ${@oe.utils.conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \ | 24 | ${@oe.utils.conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \ |
25 | " | 25 | " |
26 | 26 | ||
27 | LDFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 27 | LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
28 | 28 | ||
29 | do_install_append() { | 29 | do_install:append() { |
30 | rm -rf ${D}${datadir} | 30 | rm -rf ${D}${datadir} |
31 | } | 31 | } |
32 | 32 | ||
33 | PACKAGES =+ "${PN}-python" | 33 | 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}/python*/site-packages/konkretmof.py* ${libdir}/python*/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" |