diff options
| author | Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> | 2015-02-12 10:39:38 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-02-17 11:01:18 -0200 |
| commit | c9645a2e3c1103044ad494c5158d4d2e849e3e39 (patch) | |
| tree | aca3bd24626a38d0b08400fd21edc185ec678657 /recipes-core | |
| parent | 77f0eabfff1ff614f5c10abc35a164e8968e5130 (diff) | |
| download | meta-java-c9645a2e3c1103044ad494c5158d4d2e849e3e39.tar.gz | |
cacao: upgrade m4 macros in source tree
Before configuring package, we upgrade m4 macros with a call to
libtoolize. Otherwise, compiling would fail with a complain about
different versions of libtool.
Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core')
| -rw-r--r-- | recipes-core/cacao/cacao_1.6.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/cacao/cacao_1.6.1.bb b/recipes-core/cacao/cacao_1.6.1.bb index 75fdc8f..0cb2fbc 100644 --- a/recipes-core/cacao/cacao_1.6.1.bb +++ b/recipes-core/cacao/cacao_1.6.1.bb | |||
| @@ -49,6 +49,8 @@ EXTRA_OECONF = "\ | |||
| 49 | " | 49 | " |
| 50 | 50 | ||
| 51 | do_configure_prepend () { | 51 | do_configure_prepend () { |
| 52 | # upgrade m4 macros in source tree | ||
| 53 | libtoolize --force --copy --install | ||
| 52 | rm src/mm/boehm-gc/ltmain.sh | 54 | rm src/mm/boehm-gc/ltmain.sh |
| 53 | mkdir -p src/mm/boehm-gc/m4 | 55 | mkdir -p src/mm/boehm-gc/m4 |
| 54 | } | 56 | } |
