diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-09-18 00:05:20 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-17 22:23:29 -0700 |
commit | 4f74d298558946328363a1ae5297744318a6bea5 (patch) | |
tree | fcfb8445254aeb4e202846072096e7ad1a7a6bb0 | |
parent | 5e1c3477bd0bd11fafb849d351bab975a6657867 (diff) | |
download | meta-openembedded-4f74d298558946328363a1ae5297744318a6bea5.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb | 5 |
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 | ||
48 | PACKAGES =+ "${PN}-python-dbg ${PN}-python" | 48 | PACKAGES =+ "${PN}-python" |
49 | |||
50 | RPROVIDES_${PN}-dbg += "${PN}-python-dbg" | ||
49 | 51 | ||
50 | FILES_${PN} += " \ | 52 | FILES_${PN} += " \ |
51 | ${datadir}/mime \ | 53 | ${datadir}/mime \ |
@@ -53,7 +55,6 @@ FILES_${PN} += " \ | |||
53 | " | 55 | " |
54 | 56 | ||
55 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${PN}/python" | 57 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${PN}/python" |
56 | FILES_${PN}-python-dbg = "${PYTHON_SITEPACKAGES_DIR}/.debug" | ||
57 | RDEPENDS_${PN}-python = "python" | 58 | RDEPENDS_${PN}-python = "python" |
58 | 59 | ||
59 | # for e.g kde's oxygen-fonts | 60 | # for e.g kde's oxygen-fonts |