[oe] [meta-initramfs][PATCH] kexecboot: remove trailing slash in do_install

Gary Thomas gary at mlbassoc.com
Thu Jul 31 22:56:31 UTC 2014


On 2014-07-31 16:46, Andrea Adami wrote:
> Signed-off-by: Andrea Adami <andrea.adami at 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
------------------------------------------------------------



More information about the Openembedded-devel mailing list