1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

task-poky-boot: Switch to use VIRTUAL-RUNTIME_update-alternatives

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2882 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-10-15 15:48:19 +00:00
parent 4a5f711290
commit 7992bb1186
+2 -2
View File
@@ -6,7 +6,7 @@ DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image"
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"
DEPENDS = "virtual/kernel" DEPENDS = "virtual/kernel"
ALLOW_EMPTY = "1" ALLOW_EMPTY = "1"
PR = "r5" PR = "r6"
# #
# Set by the machine configuration with packages essential for device bootup # Set by the machine configuration with packages essential for device bootup
@@ -25,7 +25,7 @@ RDEPENDS_task-poky-boot = "\
sysvinit \ sysvinit \
tinylogin \ tinylogin \
udev \ udev \
update-alternatives \ ${VIRTUAL-RUNTIME_update-alternatives} \
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
RRECOMMENDS_task-poky-boot = "\ RRECOMMENDS_task-poky-boot = "\