[OE-core] [PATCH] bash: fix to build bash/po/ correctly

Burton, Ross ross.burton at intel.com
Wed Jul 2 11:21:48 UTC 2014


On 2 July 2014 10:48, Robert Yang <liezhi.yang at windriver.com> wrote:
> There are always errors in bash/4.3-r0/temp/log.do_install if we check it:
>
> [snip]
> make[1]: *** No rule to make target `/config.status', needed by `Makefile'.
> Stop.
> [snip]
>
> This patch can fix the problem, and we may also need fix bash's Makefile
> to let it exit 1 when error so that bitbake can catch the error.

Patching aclocal is pointless as it's about to be rewritten, and I
think you'll need a good rationale as to why the configure.ac patches
to export more variables are correct if they're also OE-specific.

Interestingly, telling autotools to invoke autopoint also resolves
this bug, which implies that the real bug is that our home-grown
install-the-i18n-stuff code isn't complete.  So do we fix that, or
just enable autopoint (see poky-contrib:ross/i18n2 for my WIP).

Ross



More information about the Openembedded-core mailing list