Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] opensp: Fix hard path in native nsgmls.
Date: Thu, 08 Sep 2011 21:49:22 -0700	[thread overview]
Message-ID: <4E699AD2.9070602@linux.intel.com> (raw)
In-Reply-To: <e7bb01a01d1fdf5262436e16b118583b5956e4b9.1315536041.git.edwin.zhai@intel.com>

On 09/08/2011 07:53 PM, edwin.zhai@intel.com wrote:
> From: Zhai Edwin<edwin.zhai@intel.com>
>
> This relocation issues caused following bug and introduce one partial fix bb024d:
> [YOCTO #1440]
>
> But the environment val hacking is not working all the time, as nsgmsl may
> append wrong path in some case. This fix use search directory "-D" as solution.
> It's better if got fixed from opensp side when next upgrade.
>
> Signed-off-by: Zhai Edwin<edwin.zhai@intel.com>
> CC: Saul Would<sgw@linux.intel.com>
> ---
>   meta/recipes-devtools/opensp/opensp_1.5.bb |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/opensp/opensp_1.5.bb b/meta/recipes-devtools/opensp/opensp_1.5.bb
> index 0269c87..d692137 100644
> --- a/meta/recipes-devtools/opensp/opensp_1.5.bb
> +++ b/meta/recipes-devtools/opensp/opensp_1.5.bb
> @@ -44,8 +44,8 @@ do_install_append() {
>
>   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
> +		create_cmdline_wrapper ${D}/${bindir}/$util \
> +		    -D ${sysconfdir}/sgml
>   	done
>   }
>
Have you tested this with iputils?  When I tried this, it did not work 
correctly for me, can you give me more of idea of how you tested this.

Sau!




  reply	other threads:[~2011-09-09  4:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-09  2:53 [PATCH 0/1] [RFC] Fix hard path of opensp, Edwin, Sep9, 2011 edwin.zhai
2011-09-09  2:53 ` [PATCH 1/1] opensp: Fix hard path in native nsgmls edwin.zhai
2011-09-09  4:49   ` Saul Wold [this message]
2011-09-09 14:16     ` Zhai, Edwin
2011-09-09 15:11       ` Saul Wold
2011-09-10  1:00         ` Zhai, Edwin
  -- strict thread matches above, loose matches on Subject: below --
2011-09-13 13:43 [PATCH 0/1] Fix hard path in opensp edwin.zhai
2011-09-13 13:43 ` [PATCH 1/1] opensp: Fix hard path in native nsgmls edwin.zhai
2011-09-13 16:09   ` Richard Purdie

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=4E699AD2.9070602@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