mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libtevent: 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
ed779d3f1b
commit
875d70f781
@ -39,7 +39,8 @@ EXTRA_OECONF += "--disable-rpath \
|
||||
--without-gettext \
|
||||
"
|
||||
|
||||
PACKAGES += "python-tevent python-tevent-dbg"
|
||||
PACKAGES += "python-tevent"
|
||||
|
||||
RPROVIDES_${PN}-dbg += "python-tevent-dbg"
|
||||
|
||||
FILES_python-tevent = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
|
||||
FILES_python-tevent-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user