On 5 September 2014 21:06, Saul Wold <[email protected]> wrote: > + mv ${D}${libdir}/security ${D}${base_libdir} >
If 'pam' isn't in DISTRO_FEATURES, this directory doesn't exist so the mv fails. Clearly we both have set this locally as it built for me too, but didn't work on every non-LSB autobuilder target. I went to add a conditional but started ratholling on the libdir vs base_libdir hackery which now there's a pkgconfig file means the library is in /lib but libcap.pc claims its in /usr/lib... and SBINDIR in the makefile doesn't do anything as it isn't inherited to the submakes, and and argh why can't people just use autotools! Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
