generic-poky/meta/recipes-extended/lsb
Alex Franco 249b810501 lsb: add lsbinitscripts and util-linux rdepends
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, which is provided
by util-linux.

So, lsbinitscripts has been added as an RDEPENDency in lsb, and in
turn util-linux has been added to lsbinitscripts.

[YOCTO #7732]

(From OE-Core rev: 4b1d302c60f07a39f1276a94d8c9bb34134186a3)

Signed-off-by: Alex Franco <alejandro.franco@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-10-01 07:43:32 +01:00
..
lsb lsb: fix lsb_log_msg() implementation 2014-03-27 09:42:07 +00:00
lsbinitscripts lsbinitscripts: avoid exit 1 in functions script 2015-07-08 00:01:21 +01:00
lsbtest lsbtest: sync test suite packages version 2015-07-31 10:32:40 +01:00
lsb_4.1.bb lsb: add lsbinitscripts and util-linux rdepends 2015-10-01 07:43:32 +01:00
lsbinitscripts_9.64.bb lsb: add lsbinitscripts and util-linux rdepends 2015-10-01 07:43:32 +01:00
lsbtest_1.0.bb lsb: update i586 TARGET_ARCH tests to also handle i686 2015-07-08 00:01:21 +01:00