[OE-core] [PATCH] kconfig-frontends: fix another build race

Khem Raj raj.khem at gmail.com
Fri May 26 16:25:55 UTC 2017


On Fri, May 26, 2017 at 9:13 AM, Ross Burton <ross.burton at 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 at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list