diff options
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 1 | ||||
-rw-r--r-- | meta/recipes-core/tasks/task-base.bb | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index afea5e7c50..244504968a 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc | |||
@@ -15,6 +15,7 @@ PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" | |||
15 | # Default virtual runtime providers | 15 | # Default virtual runtime providers |
16 | # | 16 | # |
17 | VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" | 17 | VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" |
18 | VIRTUAL-RUNTIME_apm ?= "apm" | ||
18 | 19 | ||
19 | # | 20 | # |
20 | # Default recipe providers | 21 | # Default recipe providers |
diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task-base.bb index e0960b5e0e..12e171aa87 100644 --- a/meta/recipes-core/tasks/task-base.bb +++ b/meta/recipes-core/tasks/task-base.bb | |||
@@ -162,9 +162,6 @@ RDEPENDS_task-base-acpi = "\ | |||
162 | acpid \ | 162 | acpid \ |
163 | libacpi " | 163 | libacpi " |
164 | 164 | ||
165 | # Distro can override apm provider | ||
166 | VIRTUAL-RUNTIME_apm ?= "apm" | ||
167 | |||
168 | RDEPENDS_task-base-apm = "\ | 165 | RDEPENDS_task-base-apm = "\ |
169 | ${VIRTUAL-RUNTIME_apm} \ | 166 | ${VIRTUAL-RUNTIME_apm} \ |
170 | apmd" | 167 | apmd" |