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-networking/recipes-support/libtdb/libtdb_1.4.3.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-networking/recipes-support/libtdb/libtdb_1.4.3.bb')
| -rw-r--r-- | meta-networking/recipes-support/libtdb/libtdb_1.4.3.bb | 14 |
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 | ||
| 42 | do_install_append() { | 42 | do_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 | ||
| 48 | PACKAGES += "tdb-tools python3-tdb" | 48 | PACKAGES += "tdb-tools python3-tdb" |
| 49 | 49 | ||
| 50 | RPROVIDES_${PN}-dbg += "python3-tdb-dbg" | 50 | RPROVIDES:${PN}-dbg += "python3-tdb-dbg" |
| 51 | 51 | ||
| 52 | FILES_${PN} = "${libdir}/*.so.*" | 52 | FILES:${PN} = "${libdir}/*.so.*" |
| 53 | FILES_tdb-tools = "${bindir}/*" | 53 | FILES:tdb-tools = "${bindir}/*" |
| 54 | FILES_python3-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | 54 | FILES:python3-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" |
| 55 | RDEPENDS_python3-tdb = "python3" | 55 | RDEPENDS:python3-tdb = "python3" |
| 56 | INSANE_SKIP_${MLPREFIX}python3-tdb = "dev-so" | 56 | INSANE_SKIP:${MLPREFIX}python3-tdb = "dev-so" |
