[OE-core] [PATCH] pseudo: fix library path in FILES_${PN}

Richard Purdie richard.purdie at linuxfoundation.org
Wed Oct 30 10:43:46 UTC 2013


On Tue, 2013-10-29 at 16:03 -0700, Khem Raj wrote:
> On Mon, Oct 28, 2013 at 9:54 PM,  <rongqing.li at 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




More information about the Openembedded-core mailing list