All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kconfig-frontends: fix another build race
@ 2017-05-26 16:13 Ross Burton
  2017-05-26 16:25 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Ross Burton @ 2017-05-26 16:13 UTC (permalink / raw)
  To: openembedded-core

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 ]

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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] kconfig-frontends: fix another build race
  2017-05-26 16:13 [PATCH] kconfig-frontends: fix another build race Ross Burton
@ 2017-05-26 16:25 ` Khem Raj
  2017-05-26 16:27   ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2017-05-26 16:25 UTC (permalink / raw)
  To: Ross Burton; +Cc: Patches and discussions about the oe-core layer

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kconfig-frontends: fix another build race
  2017-05-26 16:25 ` Khem Raj
@ 2017-05-26 16:27   ` Burton, Ross
  2017-06-01  8:04     ` Peter Kjellerstedt
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2017-05-26 16:27 UTC (permalink / raw)
  To: Khem Raj; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

On 26 May 2017 at 17:25, Khem Raj <raj.khem@gmail.com> wrote:

> 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.
>

If you added it, and nobody else really wants it, feel free to submit a
removal patch.

Ross

[-- Attachment #2: Type: text/html, Size: 712 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kconfig-frontends: fix another build race
  2017-05-26 16:27   ` Burton, Ross
@ 2017-06-01  8:04     ` Peter Kjellerstedt
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Kjellerstedt @ 2017-06-01  8:04 UTC (permalink / raw)
  To: Burton, Ross, Khem Raj; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 810 bytes --]

We use it, so if you want to remove it from OE-core, then please move it to meta-oe.

//Peter

From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Burton, Ross
Sent: den 26 maj 2017 18:27
To: Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH] kconfig-frontends: fix another build race


On 26 May 2017 at 17:25, Khem Raj <raj.khem@gmail.com<mailto:raj.khem@gmail.com>> wrote:
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.

If you added it, and nobody else really wants it, feel free to submit a removal patch.

Ross


[-- Attachment #2: Type: text/html, Size: 4610 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-01  8:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-26 16:13 [PATCH] kconfig-frontends: fix another build race Ross Burton
2017-05-26 16:25 ` Khem Raj
2017-05-26 16:27   ` Burton, Ross
2017-06-01  8:04     ` Peter Kjellerstedt

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.