summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-03 15:51:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-05 15:50:19 +0000
commitb2d55fa5b5bc991c62e982eb53d99408c769656a (patch)
treee3ba85a813d46d9e78668a2e804e1c8e4bc8a405
parentf03d46f02f1235732a58a674be37ae44f91e79f7 (diff)
downloadast2050-yocto-poky-b2d55fa5b5bc991c62e982eb53d99408c769656a.zip
ast2050-yocto-poky-b2d55fa5b5bc991c62e982eb53d99408c769656a.tar.gz
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>
-rw-r--r--meta/recipes-devtools/openjade/openjade-native_1.3.2.bb3
1 files changed, 2 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud