diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-15 15:48:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-15 15:48:19 +0000 |
commit | 7992bb11863be27d12b9111c9d8a8a160b07cf3f (patch) | |
tree | b9d0303763127f4e5737c57bc09d9e6f5e542099 /meta/packages | |
parent | 4a5f7112902abac7f89d191748269969ac165277 (diff) | |
download | poky-7992bb11863be27d12b9111c9d8a8a160b07cf3f.tar.gz |
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
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/tasks/task-poky-boot.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/tasks/task-poky-boot.bb b/meta/packages/tasks/task-poky-boot.bb index 26dada4c71..22afc84c50 100644 --- a/meta/packages/tasks/task-poky-boot.bb +++ b/meta/packages/tasks/task-poky-boot.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "Task for OpenedHand Poky - minimal bootable image" | |||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | DEPENDS = "virtual/kernel" | 7 | DEPENDS = "virtual/kernel" |
8 | ALLOW_EMPTY = "1" | 8 | ALLOW_EMPTY = "1" |
9 | PR = "r5" | 9 | PR = "r6" |
10 | 10 | ||
11 | # | 11 | # |
12 | # Set by the machine configuration with packages essential for device bootup | 12 | # Set by the machine configuration with packages essential for device bootup |
@@ -25,7 +25,7 @@ RDEPENDS_task-poky-boot = "\ | |||
25 | sysvinit \ | 25 | sysvinit \ |
26 | tinylogin \ | 26 | tinylogin \ |
27 | udev \ | 27 | udev \ |
28 | update-alternatives \ | 28 | ${VIRTUAL-RUNTIME_update-alternatives} \ |
29 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" | 29 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" |
30 | 30 | ||
31 | RRECOMMENDS_task-poky-boot = "\ | 31 | RRECOMMENDS_task-poky-boot = "\ |