mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libtdb: split one dpg package
Multiple -dbg packages per recipe is not encouraged, and only one is
recommended and the code only works properly in some cases for one.
Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages
requiring.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
875d70f781
commit
d82aaf707e
|
|
@ -35,10 +35,11 @@ EXTRA_OECONF += "--disable-rpath \
|
|||
--with-libiconv=${STAGING_DIR_HOST}${prefix}\
|
||||
"
|
||||
|
||||
PACKAGES += "tdb-tools python-tdb python-tdb-dbg"
|
||||
PACKAGES += "tdb-tools python-tdb"
|
||||
|
||||
RPROVIDES_${PN}-dbg += "python-tdb-dbg"
|
||||
|
||||
FILES_${PN} = "${libdir}/*.so.*"
|
||||
FILES_tdb-tools = "${bindir}/*"
|
||||
FILES_python-tdb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
|
||||
FILES_python-tdb-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug/*"
|
||||
RDEPENDS_python-tdb = "python"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user