On Tue, 2013-10-29 at 16:03 -0700, Khem Raj wrote: > On Mon, Oct 28, 2013 at 9:54 PM, <[email protected]> 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
