[oe] [PATCH] meta-toolchain: fix directories rights

Khem Raj raj.khem at gmail.com
Thu Dec 9 16:18:20 UTC 2010


On Thu, Dec 9, 2010 at 8:11 AM, Eric Bénard <eric at eukrea.com> wrote:
> Actual sdk change rights of /usr and /usr/local to 775 when
> untaring the archives with sudo ... giving group write access
> to these directories.
> This patch fix the rights before creating the archive.
>
> Signed-off-by: Eric Bénard <eric at eukrea.com>

Acked-by: Khem Raj <raj.khem at gmail.com>
> ---
>  recipes/meta/meta-toolchain.bb |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/meta/meta-toolchain.bb b/recipes/meta/meta-toolchain.bb
> index 82918ad..e949432 100644
> --- a/recipes/meta/meta-toolchain.bb
> +++ b/recipes/meta/meta-toolchain.bb
> @@ -171,8 +171,10 @@ do_populate_sdk() {
>        # Package it up
>        mkdir -p ${SDK_DEPLOY}
>        cd ${SDK_OUTPUT}
> +       chmod -R go-w ${SDK_OUTPUT}
>        fakeroot tar cfj ${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.tar.bz2 .
>        cd ${SDK_OUTPUT2}
> +       chmod -R go-w ${SDK_OUTPUT2}
>        fakeroot tar cfj ${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}-extras.tar.bz2 .
>  }
>
> --
> 1.6.3.3
>
>
> _______________________________________________
> 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