mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 04:33:29 +00:00
fontforge: use autotools-bootstrap.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
parent
530bae1ff3
commit
9a8268fbd5
@ -6,10 +6,11 @@ LIC_FILES_CHKSUM = " \
|
|||||||
file://LICENSE;md5=3f922b42ed0033fa0fd4cd3268f6429c \
|
file://LICENSE;md5=3f922b42ed0033fa0fd4cd3268f6429c \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit autotools pkgconfig pythonnative distro_features_check
|
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool"
|
DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool"
|
||||||
DEPENDS_append_class-target = " libxi"
|
DEPENDS_append_class-target = " libxi"
|
||||||
|
|
||||||
|
inherit autotools-bootstrap pkgconfig pythonnative distro_features_check
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES_append_class-target = " x11"
|
REQUIRED_DISTRO_FEATURES_append_class-target = " x11"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/${BPN}/${BPN}.git"
|
SRC_URI = "git://github.com/${BPN}/${BPN}.git"
|
||||||
@ -19,13 +20,6 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting"
|
EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting"
|
||||||
|
|
||||||
do_configure_prepend() {
|
|
||||||
currdir=`pwd`
|
|
||||||
cd ${S}
|
|
||||||
./bootstrap --force
|
|
||||||
cd $currdir
|
|
||||||
}
|
|
||||||
|
|
||||||
EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -I${B}/uthash/src'"
|
EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -I${B}/uthash/src'"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-python-dbg ${PN}-python"
|
PACKAGES =+ "${PN}-python-dbg ${PN}-python"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user