openjade_1.3.2.bb: Add missing patch to native build.
authorKhem Raj <raj.khem@gmail.com>
Mon, 11 Oct 2010 20:57:39 +0000 (13:57 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 11 Oct 2010 20:59:47 +0000 (13:59 -0700)
* While merging native recipe one patch got lost which
  should have been applied to native build only. Otherwise
  a clean rebuild wont work.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/openjade/openjade_1.3.2.bb

index 238586b..d5e2b5a 100644 (file)
@@ -5,10 +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 = "r2"
+PR = "r3"
 SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/openjade-${PV}.tar.gz \
           file://configure.patch \
           "
+SRC_URI_append_virtclass-native = " file://oj-native-libosp-fix.patch"
 
 inherit autotools
 
@@ -23,7 +24,6 @@ CFLAGS_prepend = "-I${S}/include "
 
 do_configure () {
        cp config/configure.in .
-       cp config/aclocal.m4 .
        gnu-configize
        oe_runconf
 }