[oe] [PATCH] apr: add libtool to SSTATE_SCAN_FILES

Martin Jansa martin.jansa at gmail.com
Sun Mar 3 01:05:15 UTC 2013


On Fri, Mar 01, 2013 at 03:17:29PM -0500, randy.macleod at windriver.com wrote:
> From: Jackie Huang <jackie.huang at windriver.com>
> 
> The hardcoded paths in libtool will cause apache2 compile fail at
> link stage when the package apr is installed from sstate cache, so
> add libtool to SSTATE_SCAN_FILES.

This belongs to oe-core ML.

> [ CQID: WIND00405372 ]

Remove this before sending it there.

> Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
> Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
> ---
>  meta/recipes-support/apr/apr_1.4.6.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-support/apr/apr_1.4.6.bb b/meta/recipes-support/apr/apr_1.4.6.bb
> index b7220e0..77dffee 100644
> --- a/meta/recipes-support/apr/apr_1.4.6.bb
> +++ b/meta/recipes-support/apr/apr_1.4.6.bb
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \
>  
>  BBCLASSEXTEND = "native"
>  
> -PR = "r1"
> +PR = "r2"
>  
>  SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
>             file://configure_fixes.patch \
> @@ -43,7 +43,7 @@ do_install_append() {
>  	cp ${S}/${HOST_SYS}-libtool ${D}${datadir}/build-1/libtool
>  }
>  
> -SSTATE_SCAN_FILES += "apr_rules.mk"
> +SSTATE_SCAN_FILES += "apr_rules.mk libtool"
>  
>  SYSROOT_PREPROCESS_FUNCS += "apr_sysroot_preprocess"
>  
> -- 
> 1.8.1
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20130303/a70ec761/attachment-0002.sig>


More information about the Openembedded-devel mailing list