From: Alex Bennee <[email protected]> Freetype requires a native perl to build during it's configure step. I'm unsure how it built before unless other uses had brought in perl-native through another dependancy (our GTK setup is fairly minimal).
Signed-off-by: Alex Bennee <[email protected]> --- recipes/freetype/freetype_2.3.11.bb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/recipes/freetype/freetype_2.3.11.bb b/recipes/freetype/freetype_2.3.11.bb index 1474bb9..8d3ca63 100644 --- a/recipes/freetype/freetype_2.3.11.bb +++ b/recipes/freetype/freetype_2.3.11.bb @@ -11,12 +11,15 @@ SRC_URI = "\ " S = "${WORKDIR}/freetype-${PV}" +DEPENDS = "perl-native" + inherit autotools pkgconfig binconfig LIBTOOL = "${HOST_SYS}-libtool" EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" EXTRA_OECONF = "--without-zlib" + do_configure() { cd builds/unix libtoolize --force --copy -- 1.7.2.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
