On Fri, 2011-04-22 at 23:29 -0700, Saul Wold wrote: > From: Martin Jansa <martin.ja...@gmail.com> > > Signed-off-by: Martin Jansa <martin.ja...@gmail.com> > --- > 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 599fa4b..af49153 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 > +DISTRO_APM ?= "apm" > + > RDEPENDS_task-base-apm = "\ > - apm \ > + ${DISTRO_APM} \ > apmd"
I think I replied about this one previously and Martin suggested we use a different VIRTUAL* name for the variable. I'd appreciate doing that as DISTRO* is an overloaded namespace. Can someone repsin the patch please? :) Cheers, Richard _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core