aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openjade/openjade_1.3.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-17 14:53:26 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-17 14:55:05 -0700
commitab83ea3d6e6b881480cb6665e9921b65f9b6e682 (patch)
tree33cca82b521c00f7face9d65bf8e36c48ac6c1e7 /recipes/openjade/openjade_1.3.2.bb
parent9f2d379829e7e54b217694bce42c0e8d3e4233c5 (diff)
downloadopenembedded-ab83ea3d6e6b881480cb6665e9921b65f9b6e682.tar.gz
openjade_1.3.2.bb: Update configury to make it autreconf'able
* With the autoconf and makefile patches now we can run autreconf and which means the appropriate libtool macros are generated Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/openjade/openjade_1.3.2.bb')
-rw-r--r--recipes/openjade/openjade_1.3.2.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes/openjade/openjade_1.3.2.bb b/recipes/openjade/openjade_1.3.2.bb
index d5e2b5aab8..a84e899d35 100644
--- a/recipes/openjade/openjade_1.3.2.bb
+++ b/recipes/openjade/openjade_1.3.2.bb
@@ -5,9 +5,11 @@ DESCRIPTION = "OpenJade is a suite of tools for validating, \
processing, and applying DSSSL (Document Style Semantics and \
Specification Language) stylesheets to SGML and XML documents."
LICENSE = "BSD"
-PR = "r3"
+PR = "r4"
SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \
file://configure.patch \
+ file://autoconf.patch \
+ file://makefile.patch \
"
SRC_URI_append_virtclass-native = " file://oj-native-libosp-fix.patch"
@@ -22,11 +24,10 @@ acpaths = "-I ${S}/config"
# up, resulting in a fail in do_configure.
CFLAGS_prepend = "-I${S}/include "
-do_configure () {
- cp config/configure.in .
- gnu-configize
- oe_runconf
+do_configure_append () {
+ cp config/configure.in .
}
+
do_install_append () {
# Refer to http://www.linuxfromscratch.org/blfs/view/stable/pst/openjade.html
# for details.