All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yu, Mingli" <mingli.yu@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH] waf-samba.bbclass: redefine WAF_CROSS_ANSWERS_PATH
Date: Mon, 10 Apr 2017 14:04:52 +0800	[thread overview]
Message-ID: <58EB2084.7020304@windriver.com> (raw)
In-Reply-To: <1491804073-7781-1-git-send-email-mingli.yu@windriver.com>

Please ignore this one.

Thanks,
Mingli

On 2017年04月10日 14:01, mingli.yu@windriver.com wrote:
> From: Mingli Yu <Mingli.Yu@windriver.com>
>
> * Redefine WAF_CROSS_ANSWERS_PATH in waf-samba.bbclass
>    to fix checksum mismatch for those packages which
>    inherit waf-samba.bbclass when install eSDK
>    # bitbake-diffsigs $Prj/build/sdkext_dir/tmp/stamps/core2-64-wrs-linux/libtalloc/2.1.8-r0.do_configure.sigdata.8a0fd2871f1e464f4586c32f0e67378f $Prj/build/tmp/stamps/core2-64-wrs-linux/libtalloc/2.1.8-r0.do_configure.sigdata.16b87e6ddccb52ca5e988e928f111e5a
>    basehash changed from ea2fea38e7efe710a11fa9d13c7ad94c to 943a7ead4ed10ce794532a942569bcf9
>    Variable WAF_CROSS_ANSWERS_PATH value changed from '$Prj/build/sdkext_dir/layers/meta-networking/files/waf-cross-answers' to '$Prj/layers/meta-openembedded/meta-networking/files/waf-cross-answers'
>
> * Remove the previous WAF_CROSS_ANSWERS_PATH definition
>    in layer.conf
>
> Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
> ---
>   meta-networking/classes/waf-samba.bbclass | 1 +
>   meta-networking/conf/layer.conf           | 3 ---
>   2 files changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/meta-networking/classes/waf-samba.bbclass b/meta-networking/classes/waf-samba.bbclass
> index b94ed48..e490176 100644
> --- a/meta-networking/classes/waf-samba.bbclass
> +++ b/meta-networking/classes/waf-samba.bbclass
> @@ -45,6 +45,7 @@ CROSS_METHOD ?= "answer"
>   do_configure() {
>
>       # Prepare the cross-answers file
> +    WAF_CROSS_ANSWERS_PATH="${THISDIR}/../../files/waf-cross-answers"
>       CROSS_ANSWERS="${B}/cross-answers-${TARGET_ARCH}.txt"
>       if [ -e ${CROSS_ANSWERS} ]; then
>           rm -f ${CROSS_ANSWERS}
> diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
> index c09ba4a..85ad93b 100644
> --- a/meta-networking/conf/layer.conf
> +++ b/meta-networking/conf/layer.conf
> @@ -19,8 +19,5 @@ LAYERDEPENDS_networking-layer += "meta-python"
>
>   LICENSE_PATH += "${LAYERDIR}/licenses"
>
> -# used by waf-samba.bbclass
> -WAF_CROSS_ANSWERS_PATH = "${LAYERDIR}/files/waf-cross-answers"
> -
>   # Override security flags
>   require conf/distro/include/meta_networking_security_flags.inc
>


      reply	other threads:[~2017-04-10  6:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-10  6:01 [PATCH] waf-samba.bbclass: redefine WAF_CROSS_ANSWERS_PATH mingli.yu
2017-04-10  6:04 ` Yu, Mingli [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=58EB2084.7020304@windriver.com \
    --to=mingli.yu@windriver.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.