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:
Hongxu Jia 2018-09-18 00:05:11 +08:00 committed by Khem Raj
parent ed779d3f1b
commit 875d70f781

View File

@ -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"