]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-base: move default definition of VIRTUAL-RUNTIME_apm
authorJoshua Lock <josh@linux.intel.com>
Fri, 13 Jan 2012 18:56:47 +0000 (10:56 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jan 2012 14:53:02 +0000 (14:53 +0000)
This belongs in default-providers.conf

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/conf/distro/include/default-providers.inc
meta/recipes-core/tasks/task-base.bb

index afea5e7c503aa92bb44337f58394dbeb1dfd4f6e..244504968a61164db81e491692fe6abed0b7535a 100644 (file)
@@ -15,6 +15,7 @@ PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel"
 # Default virtual runtime providers
 #
 VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth"
+VIRTUAL-RUNTIME_apm ?= "apm"
 
 #
 # Default recipe providers
index e0960b5e0ed2970577408d8e35cb3f18fe73af74..12e171aa87ddc1679bba943194951f1cd427c29b 100644 (file)
@@ -162,9 +162,6 @@ RDEPENDS_task-base-acpi = "\
     acpid \
     libacpi "
 
-# Distro can override apm provider
-VIRTUAL-RUNTIME_apm ?= "apm"
-
 RDEPENDS_task-base-apm = "\
     ${VIRTUAL-RUNTIME_apm} \
     apmd"