From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 2/2] opensp: Fix sstate relocation issue
Date: Mon, 05 Sep 2011 20:55:52 -0700 [thread overview]
Message-ID: <4E6599C8.8020303@linux.intel.com> (raw)
In-Reply-To: <caa8600f67f2835bab295f08c0691c065f95dbf9.1315109841.git.sgw@linux.intel.com>
On 09/03/2011 09:19 PM, Saul Wold wrote:
> [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"
I found an issue with this patch, as it stands right now the
linuxdoc-tools-native failes to build with this patch.
If I change the pass the catalog directory via -D, then the iputils goes
back to failing! It seems that some more work might be needed and
possibly a patch to the opensp catalog search mode. What I saw
happening is it seems to pick up the command line path for the index.db
and incorporates it with the catalog search path.
More digging is needed.
Sau!
prev parent reply other threads:[~2011-09-06 4:00 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 ` [PATCH 2/2] opensp: " Saul Wold
2011-09-06 3:55 ` Saul Wold [this message]
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=4E6599C8.8020303@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