[oe] [PATCH] packaged-staging.bbclass: added missing space in find call

Denys Dmytriyenko denis at denix.org
Mon May 24 23:42:35 UTC 2010


On Sun, May 23, 2010 at 02:37:59PM +0200, Enrico Scholz wrote:
> Old find statement failed with something like
> 
>   $ find . \( -name XXX\)
>   find: invalid expression; I was expecting to find a ')' somewhere but did not see one.

Ah, that's where I was getting it from! :) It then triggered the same/similar 
issue with tar complaining about the modified archive...

> Signed-off-by: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>

Acked-by: Denys Dmytriyenko <denis at denix.org>


> ---
>  classes/packaged-staging.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass
> index 62a78e4..83f3578 100644
> --- a/classes/packaged-staging.bbclass
> +++ b/classes/packaged-staging.bbclass
> @@ -19,7 +19,7 @@ PSTAGE_PKGPN      = "${@bb.data.expand('staging-${PN}-${MULTIMACH_ARCH}${TARGET_
>  PSTAGE_PKGNAME    = "${PSTAGE_PKGPN}_${PSTAGE_PKGVERSION}_${PSTAGE_PKGARCH}.ipk"
>  PSTAGE_PKG        = "${PSTAGE_DIR}/${PSTAGE_PKGPATH}/${PSTAGE_PKGNAME}"
>  PSTAGE_WORKDIR   = "${TMPDIR}/pstage"
> -PSTAGE_SCAN_CMD ?= "find ${PSTAGE_TMPDIR_STAGE} \( -name "*.la" -o -name "*-config"\) -type f"
> +PSTAGE_SCAN_CMD ?= "find ${PSTAGE_TMPDIR_STAGE} \( -name "*.la" -o -name "*-config" \) -type f"
>  
>  PSTAGE_NATIVEDEPENDS = "\
>      shasum-native \
> -- 
> 1.7.0.1
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list