All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Ross Burton <ross.burton@intel.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] kconfig-frontends: fix another build race
Date: Fri, 26 May 2017 09:25:55 -0700	[thread overview]
Message-ID: <CAMKF1sqWjyXxv8dgtooat_BByt3-Sbf2HTjKCQA8Syu-6JQZKA@mail.gmail.com> (raw)
In-Reply-To: <1495815229-10309-1-git-send-email-ross.burton@intel.com>

On Fri, May 26, 2017 at 9:13 AM, Ross Burton <ross.burton@intel.com> wrote:
> It is possible that frontends/kconfig is written to by sed before frontends/
> exists, so add a mkdir to ensure the directory always exits.
>
> [ YOCTO #11574 ]
>

this package should probably be retired from oe-core. I added it as
part of eglibc
kconfig support which we have dropped few releases back.


> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  meta/recipes-devtools/kconfig-frontends/files/missing-mkdir.patch | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/meta/recipes-devtools/kconfig-frontends/files/missing-mkdir.patch b/meta/recipes-devtools/kconfig-frontends/files/missing-mkdir.patch
> index a06a547..a11186e 100644
> --- a/meta/recipes-devtools/kconfig-frontends/files/missing-mkdir.patch
> +++ b/meta/recipes-devtools/kconfig-frontends/files/missing-mkdir.patch
> @@ -21,6 +21,10 @@ diff --git a/Makefile.am b/Makefile.am
>  index c8e96ef..1baa110 100644
>  --- a/Makefile.am
>  +++ b/Makefile.am
> +@@ -173,2 +173,3 @@ bin_SCRIPTS += frontends/kconfig
> + frontends/kconfig: frontends/kconfig.in
> ++      $(MKDIR_P) $(@D)
> +       $(AM_V_GEN)$(SED) -e 's/@KCFG_LIST@/$(kcfg_list)/g' \
>  @@ -348,6 +348,7 @@ EXTRA_DIST += \
>         utils/kconfig-tweak.in.patch
>
> --
> 2.8.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


  reply	other threads:[~2017-05-26 16:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-26 16:13 [PATCH] kconfig-frontends: fix another build race Ross Burton
2017-05-26 16:25 ` Khem Raj [this message]
2017-05-26 16:27   ` Burton, Ross
2017-06-01  8:04     ` Peter Kjellerstedt

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=CAMKF1sqWjyXxv8dgtooat_BByt3-Sbf2HTjKCQA8Syu-6JQZKA@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /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.