From: Ross Burton Date: Mon, 15 Apr 2013 10:16:01 +0000 (+0100) Subject: initramfs-live-boot: explicitly depend on udev-extraconf X-Git-Tag: 2015-4~6824 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a608d74e69ca1efe5f2b176c000fb8212797d056;p=openembedded-core.git initramfs-live-boot: explicitly depend on udev-extraconf init-live.sh depends on udev performing automounting, which happens in udev-extraconf. Explicitly depend on it so that we always have it installed. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb index 1e674a4941..0cbfe0288b 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "A live image init script" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" DEPENDS = "virtual/kernel" -RDEPENDS_${PN} = "udev" +RDEPENDS_${PN} = "udev udev-extraconf" SRC_URI = "file://init-live.sh" PR = "r11"