]> code.ossystems Code Review - openembedded-core.git/commit
udev: remove udev-utils, add 'udevadm' to udev package
authorChen Qi <Qi.Chen@windriver.com>
Wed, 18 Jun 2014 02:38:13 +0000 (10:38 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Jun 2014 10:49:40 +0000 (11:49 +0100)
commit4814a7a85ccff74923a554bdc11820fceff84e2e
tree163229919c24dde04d4c32051d82e5ac756048c2
parent6aae37c66fb6e7153b829ad860b7e7f94e804bd4
udev: remove udev-utils, add 'udevadm' to udev package

Previously, the udev package only RRECOMMENDS udev-utils package,
but its init script in the udev package really relies on the
'udevadm' command to work properly. As a result, if 'NO_RECOMMENDATIONS'
is set to '1', errors occur at system start-up.

The udev-utils package only contains one file, that is /bin/udevadm.
So it's better that we remove the udev-utils package and move the
'udevadm' command to the udev package.

[YOCTO #6388]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/udev/udev.inc