Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/2] opensp: Fix sstate relocation issue
Date: Sat,  3 Sep 2011 21:19:08 -0700	[thread overview]
Message-ID: <caa8600f67f2835bab295f08c0691c065f95dbf9.1315109841.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1315109841.git.sgw@linux.intel.com>
In-Reply-To: <cover.1315109841.git.sgw@linux.intel.com>

[YOCTO #1439]

This fixes a problem where the native nsgmls has a path hard coded into
it, therefor add a wrapper to set the environment with the correct
paths for catalog files.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-devtools/opensp/opensp_1.5.bb |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/opensp/opensp_1.5.bb b/meta/recipes-devtools/opensp/opensp_1.5.bb
index a402d11..0269c87 100644
--- a/meta/recipes-devtools/opensp/opensp_1.5.bb
+++ b/meta/recipes-devtools/opensp/opensp_1.5.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=641ff1e4511f0a87044ad42f87cb1045"
 
-PR = "r1"
+PR = "r2"
 
 # At -Os it encounters calls to some inline functions which are then
 # not found in any other objects with gcc 4.5
@@ -42,6 +42,13 @@ do_install_append() {
 	ln -sf osx sgml2xml
 }
 
+do_install_append_virtclass-native() {
+	for util in nsgmls sgmlnorm spam spcat spent sx; do
+		create_wrapper ${D}/${bindir}/$util \
+		    SGML_CATALOG_FILES=${sysconfdir}/sgml/catalog 
+	done
+}
+
 FILES_${PN} += "${datadir}/OpenSP/"
 
 BBCLASSEXTEND = "native"
-- 
1.7.6




  parent reply	other threads:[~2011-09-04  4:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-04  4:19 [PATCH 0/2] sstate relocation patches Saul Wold
2011-09-04  4:19 ` [PATCH 1/2] groff: Fix sstate relocation issue Saul Wold
2011-09-04 17:58   ` Phil Blundell
2011-09-05 16:48     ` Richard Purdie
2011-09-04  4:19 ` Saul Wold [this message]
2011-09-06  3:55   ` [PATCH 2/2] opensp: " Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=caa8600f67f2835bab295f08c0691c065f95dbf9.1315109841.git.sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox