summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb
index 481fedf983..947d36eb97 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb
@@ -45,7 +45,9 @@ EOF
45 cd $currdir 45 cd $currdir
46} 46}
47 47
48PACKAGES =+ "${PN}-python-dbg ${PN}-python" 48PACKAGES =+ "${PN}-python"
49
50RPROVIDES_${PN}-dbg += "${PN}-python-dbg"
49 51
50FILES_${PN} += " \ 52FILES_${PN} += " \
51 ${datadir}/mime \ 53 ${datadir}/mime \
@@ -53,7 +55,6 @@ FILES_${PN} += " \
53" 55"
54 56
55FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${PN}/python" 57FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${PN}/python"
56FILES_${PN}-python-dbg = "${PYTHON_SITEPACKAGES_DIR}/.debug"
57RDEPENDS_${PN}-python = "python" 58RDEPENDS_${PN}-python = "python"
58 59
59# for e.g kde's oxygen-fonts 60# for e.g kde's oxygen-fonts