diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-03 17:05:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 16:42:47 +0000 |
commit | b6bade27b8334ae942c81d362be8e292778a0db9 (patch) | |
tree | 624d54c47159e032524b2834e47e97e5baafc6da | |
parent | 121e9284cc73b3f0f623415846299b1c98e7f47f (diff) | |
download | poky-b6bade27b8334ae942c81d362be8e292778a0db9.tar.gz |
initramfs-live-boot: Set RDEPENDS on the specific package that needs it
Set the RDEPENDS on the specific package that has the dependency and stop it
being applied to for example ${PN}-doc (and others).
(From OE-Core rev: 7437a864f03ff56a4fba9d8ce9baf845b945ed9e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 55a8600ba4..1e674a4941 100644 --- a/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb +++ b/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | DESCRIPTION = "A live image init script" | 1 | DESCRIPTION = "A live image init script" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
4 | RDEPENDS = "udev" | ||
5 | DEPENDS = "virtual/kernel" | 4 | DEPENDS = "virtual/kernel" |
5 | RDEPENDS_${PN} = "udev" | ||
6 | SRC_URI = "file://init-live.sh" | 6 | SRC_URI = "file://init-live.sh" |
7 | 7 | ||
8 | PR = "r11" | 8 | PR = "r11" |