mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
isomd5sum: 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:
@@ -25,10 +25,11 @@ do_install () {
|
||||
oe_runmake install
|
||||
}
|
||||
|
||||
PACKAGES += "${PYTHON_PN}-${PN} ${PYTHON_PN}-${PN}-dbg"
|
||||
PACKAGES += "${PYTHON_PN}-${PN}"
|
||||
|
||||
RPROVIDES_${PN}-dbg += "${PYTHON_PN}-${PN}-dbg"
|
||||
|
||||
FILES_${PYTHON_PN}-${PN} = "${PYTHON_SITEPACKAGES_DIR}/pyisomd5sum.so"
|
||||
FILES_${PYTHON_PN}-${PN}-dbg = "${PYTHON_SITEPACKAGES_DIR}/.debug/pyisomd5sum.so"
|
||||
|
||||
SRCREV = "7860901f726f5d92689cb67243cc7f981f21f74b"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user