[oe] [meta-oe][PATCH] enca: fix S!=B failure

Khem Raj raj.khem at gmail.com
Wed May 28 20:20:51 UTC 2014


On Tue, May 27, 2014 at 7:52 PM, Tim Orling <ticotimo at gmail.com> wrote:
> From: Tim Orling <TicoTimo at gmail.com>
>
> This package does not like being built out-of-tree.
>
> Fixes:
> | sed: can't read configure.ac: No such file or directory
>

can't you sed it in ${S} ?

sed -i -e '/ye_FUNC_SCANF_MODIF_SIZE_T/d' ${S}/configure.ac


> Signed-off-by: Tim Orling <TicoTimo at gmail.com>
> ---
>  meta-oe/recipes-support/enca/enca_1.9.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/enca/enca_1.9.bb b/meta-oe/recipes-support/enca/enca_1.9.bb
> index e65a143..452c01e 100644
> --- a/meta-oe/recipes-support/enca/enca_1.9.bb
> +++ b/meta-oe/recipes-support/enca/enca_1.9.bb
> @@ -14,7 +14,7 @@ SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV}
>  SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3"
>  SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d"
>
> -inherit autotools
> +inherit autotools-brokensep
>
>  EXTRA_OECONF = "--with-libiconv-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}"
>
> --
> 1.8.3.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list