summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb
diff options
context:
space:
mode:
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.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 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"
42SYSROOT_PREPROCESS_FUNCS += "openjade_sysroot_preprocess" 42SYSROOT_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
45do_configure_prepend () { 45do_extraunpack () {
46 cp ${S}/config/configure.in ${S}/ 46 cp ${S}/config/configure.in ${S}/
47} 47}
48addtask 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)