]> code.ossystems Code Review - openembedded-core.git/commitdiff
docbook-utils-native: set SGML_EXTRA_CATALOGS in jw
authorScott Garman <scott.a.garman@intel.com>
Thu, 17 Feb 2011 21:33:27 +0000 (13:33 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Feb 2011 01:16:26 +0000 (01:16 +0000)
Point jw to the native sysroot master catalog.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-devtools/docbook-utils/docbook-utils-native_0.6.14.bb

index 2263c0a982e6d695fbf3c993d4fa98dd16cdad7e..c0084b3d9109f9fddc2b1517bbc1535e8b8c5037 100644 (file)
@@ -8,7 +8,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 DEPENDS = "openjade-native sgmlspl-native docbook-dsssl-stylesheets-native docbook-sgml-dtd-3.1-native"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/docbook-utils-${PV}.tar.gz"
 
@@ -22,6 +22,9 @@ do_configure_prepend() {
        sed -i -e "s|/etc/sgml|${sysconfdir}/sgml|g" bin/jw.in
        sed -i -e "s|/etc/sgml|${sysconfdir}/sgml|g" doc/man/Makefile.am
        sed -i -e "s|/etc/sgml|${sysconfdir}/sgml|g" doc/HTML/Makefile.am
+
+       # Point jw to the native sysroot catalog
+       sed -i -e 's|^SGML_EXTRA_CATALOGS=""|SGML_EXTRA_CATALOGS=":${sysconfdir}/sgml/catalog"|g' bin/jw.in
 }
 
 do_install() {