diff options
Diffstat (limited to 'meta-networking/recipes-support')
| -rw-r--r-- | meta-networking/recipes-support/libtdb/libtdb_1.3.16.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.3.16.bb b/meta-networking/recipes-support/libtdb/libtdb_1.3.16.bb index 112e89ea03..0579ed6e3b 100644 --- a/meta-networking/recipes-support/libtdb/libtdb_1.3.16.bb +++ b/meta-networking/recipes-support/libtdb/libtdb_1.3.16.bb | |||
| @@ -35,10 +35,11 @@ EXTRA_OECONF += "--disable-rpath \ | |||
| 35 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ | 35 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ |
| 36 | " | 36 | " |
| 37 | 37 | ||
| 38 | PACKAGES += "tdb-tools python-tdb python-tdb-dbg" | 38 | PACKAGES += "tdb-tools python-tdb" |
| 39 | |||
| 40 | RPROVIDES_${PN}-dbg += "python-tdb-dbg" | ||
| 39 | 41 | ||
| 40 | FILES_${PN} = "${libdir}/*.so.*" | 42 | FILES_${PN} = "${libdir}/*.so.*" |
| 41 | FILES_tdb-tools = "${bindir}/*" | 43 | FILES_tdb-tools = "${bindir}/*" |
| 42 | FILES_python-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | 44 | FILES_python-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" |
| 43 | FILES_python-tdb-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug/*" | ||
| 44 | RDEPENDS_python-tdb = "python" | 45 | RDEPENDS_python-tdb = "python" |
