On Wed, Sep 9, 2015 at 4:56 PM, Alex Franco <[email protected]> wrote: > Building a base image such as core-image-minimal with lsb and then > attempting to source /lib/lsb/init-functions, then using the start > _daemon function (to start a daemon, such as syslogd) fails, since > /lib/lsb/init-functions use functions (incl. "daemon()") from file > /etc/init.d/functions.lsbinitscripts, which is provided by package > lsbinitscripts. Running daemon() then calls /usr/bin/mountpoint, a > binary provided by util-linux. So, both of these dependencies have > been added to: recipes-extended/lsb/lsb_4.1.bb > > [YOCTO #7732] > > Signed-off-by: Alex Franco <[email protected]>
Mountpoint should be split so you don't bring all util-linux just for this. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
