mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02:00
openjade: Fix configure assumptions about file moves
This means that do_configure prefunc code can see the files in question and ensures aclocal files get copied in. (From OE-Core rev: eab0adf47ea0d78d34f5ce608f4039a158877184) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -42,9 +42,10 @@ SSTATEPOSTINSTFUNCS += "openjade_sstate_postinst"
|
||||
SYSROOT_PREPROCESS_FUNCS += "openjade_sysroot_preprocess"
|
||||
|
||||
# configure.in needs to be reloacted to trigger reautoconf
|
||||
do_configure_prepend () {
|
||||
do_extraunpack () {
|
||||
cp ${S}/config/configure.in ${S}/
|
||||
}
|
||||
addtask extraunpack after do_patch before do_configure
|
||||
|
||||
# We need to do this else the source interdependencies aren't generated and
|
||||
# build failures can result (e.g. zero size style/Makefile.dep file)
|
||||
|
||||
Reference in New Issue
Block a user