mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +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:
@@ -39,7 +39,8 @@ EXTRA_OECONF += "--disable-rpath \
|
|||||||
--without-gettext \
|
--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 = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
|
||||||
FILES_python-tevent-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user