On Fri, May 26, 2017 at 9:13 AM, Ross Burton <[email protected]> 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 <[email protected]>
> ---
>  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
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to