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>
This commit is contained in:
Richard Purdie 2013-02-03 17:05:37 +00:00
parent 121e9284cc
commit b6bade27b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
DESCRIPTION = "A live image init script"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
RDEPENDS = "udev"
DEPENDS = "virtual/kernel"
RDEPENDS_${PN} = "udev"
SRC_URI = "file://init-live.sh"
PR = "r11"