mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user