fontforge: 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:20 +08:00
committed by Khem Raj
parent 5e1c3477bd
commit 4f74d29855
@@ -45,7 +45,9 @@ EOF
cd $currdir
}
PACKAGES =+ "${PN}-python-dbg ${PN}-python"
PACKAGES =+ "${PN}-python"
RPROVIDES_${PN}-dbg += "${PN}-python-dbg"
FILES_${PN} += " \
${datadir}/mime \
@@ -53,7 +55,6 @@ FILES_${PN} += " \
"
FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${PN}/python"
FILES_${PN}-python-dbg = "${PYTHON_SITEPACKAGES_DIR}/.debug"
RDEPENDS_${PN}-python = "python"
# for e.g kde's oxygen-fonts