diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-03 15:51:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-05 15:50:19 +0000 |
commit | b2d55fa5b5bc991c62e982eb53d99408c769656a (patch) | |
tree | e3ba85a813d46d9e78668a2e804e1c8e4bc8a405 /meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | |
parent | f03d46f02f1235732a58a674be37ae44f91e79f7 (diff) | |
download | 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>
Diffstat (limited to 'meta/recipes-devtools/openjade/openjade-native_1.3.2.bb')
-rw-r--r-- | meta/recipes-devtools/openjade/openjade-native_1.3.2.bb | 3 |
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 9dbd442207..ccce421cf3 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" | |||
42 | SYSROOT_PREPROCESS_FUNCS += "openjade_sysroot_preprocess" | 42 | SYSROOT_PREPROCESS_FUNCS += "openjade_sysroot_preprocess" |
43 | 43 | ||
44 | # configure.in needs to be reloacted to trigger reautoconf | 44 | # configure.in needs to be reloacted to trigger reautoconf |
45 | do_configure_prepend () { | 45 | do_extraunpack () { |
46 | cp ${S}/config/configure.in ${S}/ | 46 | cp ${S}/config/configure.in ${S}/ |
47 | } | 47 | } |
48 | addtask extraunpack after do_patch before do_configure | ||
48 | 49 | ||
49 | # We need to do this else the source interdependencies aren't generated and | 50 | # We need to do this else the source interdependencies aren't generated and |
50 | # build failures can result (e.g. zero size style/Makefile.dep file) | 51 | # build failures can result (e.g. zero size style/Makefile.dep file) |