summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-11-30 13:50:01 -0800
committerArmin Kuster <akuster808@gmail.com>2022-12-20 10:39:41 -0500
commit594500439b0fef0147cec60cf7fba420b4828c5b (patch)
treea26dbbe06bc4a6b7fb9120b6b36e6ee7b1872b89
parent4b063f93a731cd6cc486dfcbc2c2f403fd29e7f3 (diff)
downloadmeta-openembedded-594500439b0fef0147cec60cf7fba420b4828c5b.tar.gz
fontforge: Inherit python3targetconfig
It currently ends up using native python3-config which adds native paths to compiler includes which is not what we want. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit aac23a0407089ea23314720d49f9cb120452ce53) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/fontforge/fontforge_20220308.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20220308.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20220308.bb
index c53f2db01b..ddb4443baa 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20220308.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20220308.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
9DEPENDS = "python3 glib-2.0 pango giflib tiff libxml2 jpeg libtool uthash gettext-native libspiro" 9DEPENDS = "python3 glib-2.0 pango giflib tiff libxml2 jpeg libtool uthash gettext-native libspiro"
10DEPENDS:append:class-target = " libxi" 10DEPENDS:append:class-target = " libxi"
11 11
12inherit cmake pkgconfig python3native features_check gettext gtk-icon-cache mime mime-xdg 12inherit cmake pkgconfig python3native python3targetconfig features_check gettext gtk-icon-cache mime mime-xdg
13 13
14REQUIRED_DISTRO_FEATURES:append:class-target = " x11" 14REQUIRED_DISTRO_FEATURES:append:class-target = " x11"
15 15