]> code.ossystems Code Review - openembedded-core.git/commit
openjade-native: Ensure we reautoconf the package
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jun 2012 13:05:09 +0000 (13:05 +0000)
committerScott Garman <scott.a.garman@intel.com>
Thu, 14 Jun 2012 20:24:50 +0000 (13:24 -0700)
commit87753615435c8aec7df5964045e24f13877cd7cc
tree263c78b47ca2ae430827e73c7191c1f8f25e0e1f
parent7c767d3723e0b55d3bcd3864a9cdbce6d11d5b35
openjade-native: Ensure we reautoconf the package

Currently since configure.in in is in a subdirectory, we don't reautoconf the
recipe. We really need to do this, to update things like the libtool script used
and fix various issues such as those that could creep in if a reautoconf is
triggered for some reason. Since this source only calls AM_INIT_AUTOMAKE to gain the
PACKAGE and VERSION definitions and that macro now errors if Makefile.am doesn't
exist, we need to add these definitions manually.

These changes avoid failures like:

----
| ...
| DssslApp.cxx:117:36: error: 'PACKAGE' was not declared in this scope
| DssslApp.cxx:118:36: error: 'VERSION' was not declared in this scope
| make[2]: *** [DssslApp.lo] Error 1
----

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/openjade/openjade-1.3.2/reautoconf.patch [new file with mode: 0644]
meta/recipes-devtools/openjade/openjade-native_1.3.2.bb