From: Martin Jansa Date: Sun, 24 Apr 2011 22:25:51 +0000 (+0200) Subject: task-base: allow distribution to define apm provider X-Git-Tag: 2011-1~1663 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2d19f07fa5b1021c4210b28a2d6225e50c721580;p=openembedded-core.git task-base: allow distribution to define apm provider * use VIRTUAL-RUNTIME_apm instead of apm directly Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- 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 = "\ acpid \ libacpi " +# Distro can override apm provider +VIRTUAL-RUNTIME_apm ?= "apm" + RDEPENDS_task-base-apm = "\ - apm \ + ${VIRTUAL-RUNTIME_apm} \ apmd" RDEPENDS_task-base-ext2 = "\