From: Gary Thomas <gary@mlbassoc.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-initramfs][PATCH] kexecboot: remove trailing slash in do_install
Date: Thu, 31 Jul 2014 16:56:31 -0600 [thread overview]
Message-ID: <53DAC99F.6070701@mlbassoc.com> (raw)
In-Reply-To: <1406846802-1311-1-git-send-email-andrea.adami@gmail.com>
On 2014-07-31 16:46, Andrea Adami wrote:
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> ---
> meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
> index d0176c5..1fb5f0d 100644
> --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
> +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb
> @@ -48,7 +48,7 @@ EXTRA_OECONF = "--enable-delay=2 --enable-evdev-rate=1000,250"
>
> do_install () {
> install -d ${D}${bindir}
> - install -m 0755 kexecboot ${D}${bindir}/
> + install -m 0755 kexecboot ${D}${bindir}
> install -d ${D}/proc
> install -d ${D}/mnt
> install -d ${D}/dev
>
What is the reason for this change. Using XXX/ is quite common
in OE recipes.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
next prev parent reply other threads:[~2014-07-31 22:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-31 22:46 [meta-initramfs][PATCH] kexecboot: remove trailing slash in do_install Andrea Adami
2014-07-31 22:56 ` Gary Thomas [this message]
2014-08-01 8:03 ` Andrea Adami
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=53DAC99F.6070701@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=openembedded-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.