summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-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-networking/recipes-support/libtdb/libtdb_1.4.3.bb')
-rw-r--r--meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb b/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb
index c131014ff4..ad84593893 100644
--- a/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb
+++ b/meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb
@@ -39,7 +39,7 @@ EXTRA_OECONF += "--disable-rpath \
39 --with-libiconv=${STAGING_DIR_HOST}${prefix}\ 39 --with-libiconv=${STAGING_DIR_HOST}${prefix}\
40 " 40 "
41 41
42do_install_append() { 42do_install:append() {
43 # add this link for cross check python module existence. eg: on x86-64 host, check python module 43 # add this link for cross check python module existence. eg: on x86-64 host, check python module
44 # under recipe-sysroot which is mips64. 44 # under recipe-sysroot which is mips64.
45 cd ${D}${PYTHON_SITEPACKAGES_DIR}; ln -s tdb.*.so tdb.so 45 cd ${D}${PYTHON_SITEPACKAGES_DIR}; ln -s tdb.*.so tdb.so
@@ -47,10 +47,10 @@ do_install_append() {
47 47
48PACKAGES += "tdb-tools python3-tdb" 48PACKAGES += "tdb-tools python3-tdb"
49 49
50RPROVIDES_${PN}-dbg += "python3-tdb-dbg" 50RPROVIDES:${PN}-dbg += "python3-tdb-dbg"
51 51
52FILES_${PN} = "${libdir}/*.so.*" 52FILES:${PN} = "${libdir}/*.so.*"
53FILES_tdb-tools = "${bindir}/*" 53FILES:tdb-tools = "${bindir}/*"
54FILES_python3-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" 54FILES:python3-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
55RDEPENDS_python3-tdb = "python3" 55RDEPENDS:python3-tdb = "python3"
56INSANE_SKIP_${MLPREFIX}python3-tdb = "dev-so" 56INSANE_SKIP:${MLPREFIX}python3-tdb = "dev-so"