[oe] [PATCH 1/2] freetype: include perl-native dependancy

kernel-hacker at bennee.com kernel-hacker at bennee.com
Thu Aug 12 15:35:35 UTC 2010


From: Alex Bennee <ajb at cbnl.com>

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 <ajb at cbnl.com>
---
 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





More information about the Openembedded-devel mailing list