Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] linux-firmware: fix permissions of installed files
Date: Tue, 13 Mar 2012 09:40:48 -0700	[thread overview]
Message-ID: <4F5F7890.1020909@linux.intel.com> (raw)
In-Reply-To: <1331346686-14454-1-git-send-email-obi@opendreambox.org>

On 03/09/2012 06:31 PM, Andreas Oberritter wrote:
> * The previous copy command preserved the original
>    owner and permission bits.
> * The new command uses root:root and applies OE's
>    umask.
>
> Signed-off-by: Andreas Oberritter<obi@opendreambox.org>
> ---
>   .../linux-firmware/linux-firmware_git.bb           |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> index a99dc7e..52929fa 100644
> --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> @@ -21,7 +21,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.radeon_rlc;md5=4c243f7854d2884b483abda991adef
>
>   SRCREV = "15888a2eab052ac3d3f49334e4f6f05f347a516e"
>   PV = "0.0+git${SRCPV}"
> -PR = "r0"
> +PR = "r1"
>
>   SRC_URI = "git://git.infradead.org/users/dwmw2/linux-firmware.git;protocol=git"
>
> @@ -35,7 +35,7 @@ do_compile() {
>
>   do_install() {
>   	install -d  ${D}/lib/firmware/
> -	cp -RpP * ${D}/lib/firmware/
> +	cp -r * ${D}/lib/firmware/
>
>   	# Libertas sd8686
>   	install -m 0644 libertas/sd8686_v9.bin ${D}/lib/firmware/sd8686.bin

Merged into OE-Core

Thanks
	Sau!



      reply	other threads:[~2012-03-13 16:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-10  2:31 [PATCH] linux-firmware: fix permissions of installed files Andreas Oberritter
2012-03-13 16:40 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F5F7890.1020909@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox