diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-02-14 10:35:32 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-15 06:45:53 -0800 |
commit | a6210af06b237f8ea22ff294158c491028df3534 (patch) | |
tree | 7a34b494bc45e5db6c98896bea1d1f80dcf251a7 | |
parent | cce95f6869ca8f1de92a91d58567fdbb6bb2a1c2 (diff) | |
download | meta-openembedded-a6210af06b237f8ea22ff294158c491028df3534.tar.gz |
fontforge: Fix multilib / lib32 packaging
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb index 947d36eb97..661b5e8c55 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb | |||
@@ -54,7 +54,7 @@ FILES_${PN} += " \ | |||
54 | ${datadir}/icons \ | 54 | ${datadir}/icons \ |
55 | " | 55 | " |
56 | 56 | ||
57 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${PN}/python" | 57 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${BPN}/python" |
58 | RDEPENDS_${PN}-python = "python" | 58 | RDEPENDS_${PN}-python = "python" |
59 | 59 | ||
60 | # for e.g kde's oxygen-fonts | 60 | # for e.g kde's oxygen-fonts |