summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb12
1 files changed, 3 insertions, 9 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
index eb58d8f88b..5fab79cc2c 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
@@ -6,10 +6,11 @@ LIC_FILES_CHKSUM = " \
6 file://LICENSE;md5=3f922b42ed0033fa0fd4cd3268f6429c \ 6 file://LICENSE;md5=3f922b42ed0033fa0fd4cd3268f6429c \
7" 7"
8 8
9inherit autotools pkgconfig pythonnative distro_features_check
10
11DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool" 9DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool"
12DEPENDS_append_class-target = " libxi" 10DEPENDS_append_class-target = " libxi"
11
12inherit autotools-bootstrap pkgconfig pythonnative distro_features_check
13
13REQUIRED_DISTRO_FEATURES_append_class-target = " x11" 14REQUIRED_DISTRO_FEATURES_append_class-target = " x11"
14 15
15SRC_URI = "git://github.com/${BPN}/${BPN}.git" 16SRC_URI = "git://github.com/${BPN}/${BPN}.git"
@@ -19,13 +20,6 @@ S = "${WORKDIR}/git"
19 20
20EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting" 21EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting"
21 22
22do_configure_prepend() {
23 currdir=`pwd`
24 cd ${S}
25 ./bootstrap --force
26 cd $currdir
27}
28
29EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -I${B}/uthash/src'" 23EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -I${B}/uthash/src'"
30 24
31PACKAGES =+ "${PN}-python-dbg ${PN}-python" 25PACKAGES =+ "${PN}-python-dbg ${PN}-python"