mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
task-poky-boot: added MACHINE_ESSENTIAL_EXTRA_RDEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2026 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
ALLOW_EMPTY = "1"
|
||||
PR = "r1"
|
||||
|
||||
RDEPENDS_task-poky-boot = "\
|
||||
base-files \
|
||||
@@ -16,4 +17,5 @@ RDEPENDS_task-poky-boot = "\
|
||||
sysvinit \
|
||||
tinylogin \
|
||||
udev \
|
||||
update-alternatives"
|
||||
update-alternatives \
|
||||
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
||||
|
||||
Reference in New Issue
Block a user