From c9ce1643ef037f4b5bf33cbb0f109f8e5b7c495d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 15 Apr 2013 11:16:01 +0100 Subject: 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. (From OE-Core rev: a608d74e69ca1efe5f2b176c000fb8212797d056) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/initrdscripts') 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" -- cgit v1.2.3-54-g00ecf