summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-12 13:05:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 11:59:32 +0100
commite81f7c61529b0765b00d5e3789e601bb75e3cfe1 (patch)
treedbfbf117830de608b280ae9c16921846a5ff2919 /meta/recipes-sato/webkit
parent119e1b7dc97a82ff0791d1b4ba519361ff46cbd1 (diff)
downloadpoky-e81f7c61529b0765b00d5e3789e601bb75e3cfe1.tar.gz
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 ---- (From OE-Core rev: 87753615435c8aec7df5964045e24f13877cd7cc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit')
0 files changed, 0 insertions, 0 deletions