On 10.05.2012 22:30, Khem Raj wrote: > On Thu, May 10, 2012 at 1:03 PM, Andreas Oberritter > <[email protected]> wrote: >> >> -FILES_libext2fs = "${libdir}/e2initrd_helper ${libdir}/libext2fs.so.*" >> +FILES_libext2fs = "${libdir}/e2initrd_helper ${base_libdir}/libext2fs.so.*" > > its probably not a good idea to mix files from libdir and base_libdir > in a single > package. Since lately we have been accommodating /usr to be mounted > independently.
I have no idea what e2initrd_helper does, but this can still be addressed in a later patch. Currently, libext2fs.so.* gets packaged into the "e2fsprogs" package, which is worse than your concerns, because it drags many unneeded dependencies into the image. FWIW, e2initrd_helper doesn't seem to be required during a usual boot process, as nobody seems to have missed it. At least no automatic dependencies on the libext2fs package were generated before this patch. Regards, Andreas _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
