All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] pseudo: fix library path in FILES_${PN}
Date: Wed, 30 Oct 2013 10:43:46 +0000	[thread overview]
Message-ID: <1383129826.25877.16.camel@ted> (raw)
In-Reply-To: <CAMKF1sqT+NZkhg=74iXJtZUKSiTu8HXzPbQbPRO881LzzDWsbA@mail.gmail.com>

On Tue, 2013-10-29 at 16:03 -0700, Khem Raj wrote:
> On Mon, Oct 28, 2013 at 9:54 PM,  <rongqing.li@windriver.com> wrote:
> > -FILES_${PN} = "${libdir}/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo"
> > -FILES_${PN}-dbg += "${libdir}/pseudo/lib*/.debug"
> > +FILES_${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo"
> > +FILES_${PN}-dbg += "${prefix}/lib/pseudo/lib*/.debug"
> > +INSANE_SKIP_${PN} += "libdir"
> > +INSANE_SKIP_${PN}-dbg += "libdir"
> > +
> 
> may be you can use ${nonarch_base_libdir} instead of hardcoding

It is pointless using that expression if the path is hardcoded into the
source though, which in this case, I suspect it is :(

Cheers,

Richard



  reply	other threads:[~2013-10-30 10:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-29  4:54 [PATCH] pseudo: fix library path in FILES_${PN} rongqing.li
2013-10-29 23:03 ` Khem Raj
2013-10-30 10:43   ` Richard Purdie [this message]
2013-10-31  0:45     ` Rongqing Li

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=1383129826.25877.16.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.