mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user