konkretcmpi: 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:17 +08:00
committed by Khem Raj
parent aed77037d3
commit 5a92959001
@@ -30,9 +30,10 @@ do_install_append() {
rm -rf ${D}${datadir}
}
PACKAGES =+ "${PN}-python ${PN}-python-dbg"
PACKAGES =+ "${PN}-python"
RPROVIDES_${PN}-dbg += "${PN}-python-dbg"
FILES_${PN}-python = "${libdir}/python2.7/site-packages/konkretmof.py* ${libdir}/python2.7/site-packages/_konkretmof.so"
FILES_${PN}-python-dbg = "${libdir}/python2.7/site-packages/.debug/*"
BBCLASSEXTEND = "native"