[oe] [PATCH] freetype_2.4.3.bb; Change order of configuration.

Paul Menzel paulepanter at users.sourceforge.net
Sat Oct 22 13:14:45 UTC 2011


Am Samstag, den 22.10.2011, 14:28 +0200 schrieb ulf_samuelsson at telia.com:
> From: Ulf Samuelsson <ulf_samuelsson at telia.com>
> 
> Build of freetype-native is broken on Ubuntu 11.10 x64 - possible others.

It works for me without problem with Debian Squeeze (32-bit). So what is
the error message in the first place?

> Problem fixed in openembedded-core 2.4.4 recipe

It seems it was not present since the beginning, i. e. version 2.3.12.

> Backporting the change will allow the build to complete.
> 
> openembedded-core-contrib/meta/recipes-graphics/freetype
> 
> Signed-Off-By: Ulf Samuelsson <ulf.samuelsson at telia.com>
> ---
>  recipes/freetype/freetype_2.4.3.bb |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes/freetype/freetype_2.4.3.bb b/recipes/freetype/freetype_2.4.3.bb
> index 66d2e51..dfc1b43 100644
> --- a/recipes/freetype/freetype_2.4.3.bb
> +++ b/recipes/freetype/freetype_2.4.3.bb
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "Freetype font rendering library"
>  SECTION = "libs"
>  LICENSE = "freetype GPLv2"
> -PR = "r1"
> +PR = "r2"
>  DEPENDS = "zlib"
>  
>  SRC_URI = "\
> @@ -23,9 +23,9 @@ LDFLAGS_append = " -Wl,-rpath-link -Wl,${STAGING_DIR_TARGET}${libdir}"
>  
>  do_configure() {
>  	cd builds/unix
> -	gnu-configize --force
> -	aclocal -I .
>  	libtoolize --force --copy
> +	aclocal -I .
> +	gnu-configize --force
>  	autoconf
>  	cd ${S}
>  	oe_runconf


Thanks,

Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20111022/12e60808/attachment-0002.sig>


More information about the Openembedded-devel mailing list