diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2011-04-25 00:25:51 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-24 23:41:07 +0100 |
| commit | 927d33c170f062c0a59d2a321679d5fe22e80a97 (patch) | |
| tree | c3a3f5fcb08b54d6ccafa142151854601a9b0ca0 | |
| parent | 40f226e6d448cafaf97887437a92c9bff8e70fcf (diff) | |
| download | poky-927d33c170f062c0a59d2a321679d5fe22e80a97.tar.gz | |
task-base: allow distribution to define apm provider
* use VIRTUAL-RUNTIME_apm instead of apm directly
(From OE-Core rev: 2d19f07fa5b1021c4210b28a2d6225e50c721580)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/tasks/task-base.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task-base.bb index 599fa4bd16..a2a8925225 100644 --- a/meta/recipes-core/tasks/task-base.bb +++ b/meta/recipes-core/tasks/task-base.bb | |||
| @@ -179,8 +179,11 @@ RDEPENDS_task-base-acpi = "\ | |||
| 179 | acpid \ | 179 | acpid \ |
| 180 | libacpi " | 180 | libacpi " |
| 181 | 181 | ||
| 182 | # Distro can override apm provider | ||
| 183 | VIRTUAL-RUNTIME_apm ?= "apm" | ||
| 184 | |||
| 182 | RDEPENDS_task-base-apm = "\ | 185 | RDEPENDS_task-base-apm = "\ |
| 183 | apm \ | 186 | ${VIRTUAL-RUNTIME_apm} \ |
| 184 | apmd" | 187 | apmd" |
| 185 | 188 | ||
| 186 | RDEPENDS_task-base-ext2 = "\ | 189 | RDEPENDS_task-base-ext2 = "\ |
