diff options
Diffstat (limited to 'meta')
-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) |