All of lore.kernel.org
 help / color / mirror / Atom feed
From: Karthik Ramanan <a0393906@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>, <meta-arago@arago-project.org>
Subject: Re: [morty/master][PATCH] external-linaro-toolchain: fix against upstream changes
Date: Wed, 12 Apr 2017 11:13:18 +0530	[thread overview]
Message-ID: <58EDBE76.2070801@ti.com> (raw)
In-Reply-To: <1491827109-1896-1-git-send-email-j-stiffler@ti.com>

ACK.
I've verified that this resolves the problem.

On 10-Apr-17 5:55 PM, Jacob Stiffler wrote:
> * Recent upstream changes cause bindir and sbindir to be removed if
>    they are empty.
> * The bbappend in this layer assumes these directories exist.
> * This change removes that assumption.
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>   meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend b/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend
> index 7648e36..e261259 100644
> --- a/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend
> +++ b/meta-arago-extras/recipes-core/meta/external-linaro-toolchain.bbappend
> @@ -133,6 +133,7 @@ do_install_append() {
>   	sed -i -e "s# /lib/# ../../lib/#g" -e "s# /usr/lib/# ./#g" ${D}${libdir}/libpthread.so
>   
>   	if [ -d ${TOOLCHAIN_PATH}/${ELT_TARGET_SYS}/libc/${bindir} ]; then
> +		install -d ${D}${bindir}
>   		cp -a ${TOOLCHAIN_PATH}/${ELT_TARGET_SYS}/libc/${bindir}/* ${D}${bindir}
>   	fi
>   
> @@ -161,5 +162,4 @@ do_install_append() {
>   	${@base_conditional('PREFERRED_PROVIDER_linux-libc-headers', 'external-linaro-toolchain', '', 'rm -rf ${D}${includedir}/uapi/.install; rm -rf ${D}${includedir}/misc/.install; rm -rf ${D}${includedir}/misc/cxl.h; rm -rf ${D}${includedir}/scsi/.install; rm -rf ${D}${includedir}/scsi/scsi_netlink*; rm -rf ${D}${includedir}/scsi/scsi_bsg*; rm -rf ${D}${includedir}/scsi/cxlflash_ioctl.h; rm -rf ${D}${includedir}/scsi/fc; rm -rf ${D}${includedir}/xen', d)}
>   
>   	rm ${D}${base_libdir}/*.spec
> -	rmdir ${D}${sbindir}
>   }



      reply	other threads:[~2017-04-12  5:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-10 12:25 [morty/master][PATCH] external-linaro-toolchain: fix against upstream changes Jacob Stiffler
2017-04-12  5:43 ` Karthik Ramanan [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=58EDBE76.2070801@ti.com \
    --to=a0393906@ti.com \
    --cc=j-stiffler@ti.com \
    --cc=meta-arago@arago-project.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.