summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-11-27 11:55:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-13 15:21:41 +0000
commit3dc7f6d05e52ccbe2fea0cc2d23ff6e6fc93232b (patch)
tree5888678147965bbe0e733af6e9f4ef7e48f4ce20 /meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
parent0140519ba15bfb27ccbfb3d41c7e678a1118fc5c (diff)
downloadpoky-3dc7f6d05e52ccbe2fea0cc2d23ff6e6fc93232b.tar.gz
initramfs-framework: udev: Handle alternative binary paths
This allows use of udev daemon for different installation destinations so allowing use of udev's from systemd code for initramfs. (From OE-Core rev: dcf95bed1d9152d9cdb908b4e131e1c7c46cec84) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb')
-rw-r--r--meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
index 45d6592bc3..cbb4a39611 100644
--- a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
@@ -3,7 +3,7 @@ LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 3LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
4RDEPENDS = "busybox" 4RDEPENDS = "busybox"
5 5
6PR = "r1" 6PR = "r2"
7 7
8inherit allarch 8inherit allarch
9 9