diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-04 13:38:18 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-04 13:39:16 +0100 |
commit | 6a70394463318162c679699bf0d88344e1783dfb (patch) | |
tree | 2b33274c5cb359b374e56de25cb5ac08e3e4485c /recipes/tasks/task-base.bb | |
parent | 9b1bb99f541ad910473279e16c1be026f5392c8f (diff) |
task-base: remove quotes around DISTRO_APM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/tasks/task-base.bb')
-rw-r--r-- | recipes/tasks/task-base.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/tasks/task-base.bb b/recipes/tasks/task-base.bb index b540c80bda..d59acba026 100644 --- a/recipes/tasks/task-base.bb +++ b/recipes/tasks/task-base.bb @@ -193,7 +193,7 @@ RDEPENDS_task-base-acpi = "\ acpid" RDEPENDS_task-base-apm = "\ - "${DISTRO_APM}" \ + ${DISTRO_APM} \ apmd \ ${@base_contains('MACHINE_FEATURES', 'kernel24', 'network-suspend-scripts', '',d)}" |