[oe] [PATCH] udev: include udev-utils into udev rootfs

Koen Kooi k.kooi at student.utwente.nl
Mon May 25 11:14:30 UTC 2009


On 25-05-09 12:51, Ihar Hrachyshka wrote:
> The reason for the move is that udevadm binary is executed from udev
> init.d script.

Acked-by: Koen Kooi <koen at openembedded.org>


>
> Signed-off-by: Ihar Hrachyshka<ihar.hrachyshka at gmail.com>
> ---
>   recipes/udev/udev_141.bb |    5 ++++-
>   1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/udev/udev_141.bb b/recipes/udev/udev_141.bb
> index 7e26798..068d23c 100644
> --- a/recipes/udev/udev_141.bb
> +++ b/recipes/udev/udev_141.bb
> @@ -6,7 +6,10 @@ LICENSE = "GPL"
>   # Untested
>   DEFAULT_PREFERENCE = "-1"
>
> -PR = "r7"
> +PR = "r8"
> +
> +# needed for init.d script
> +RDEPENDS_udev += "udev-utils"
>
>   SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
>   	   file://mount.blacklist \






More information about the Openembedded-devel mailing list