[oe-commits] Richard Purdie : openjade: Fix configure assumptions about file moves

git at git.openembedded.org git at git.openembedded.org
Thu Mar 6 10:26:38 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: eab0adf47ea0d78d34f5ce608f4039a158877184
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=eab0adf47ea0d78d34f5ce608f4039a158877184

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Mar  3 15:51:59 2014 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
index 9dbd442..ccce421 100644
--- a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
+++ b/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
@@ -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)



More information about the Openembedded-commits mailing list