[OE-core] [PATCH v5 7/8] task-base: remove modutils reference.

Richard Purdie richard.purdie at linuxfoundation.org
Fri Jul 1 22:35:08 UTC 2011


On Fri, 2011-07-01 at 15:32 +0200, Koen Kooi wrote:
> Op 1 jul 2011, om 15:08 heeft Anders Darander het volgende geschreven:
> 
> > Also remove the other kernel24 references.
> > Make everything dependent on kernel26 default.
> > Move the RDEPENDS- and RRECOMMENDS_task-base-kernel26 to _task-base.
> > 
> > Signed-off-by: Anders Darander <anders at chargestorm.se>
> > ---
> > meta/recipes-core/tasks/task-base.bb |   49 ++++++++++-----------------------
> > 1 files changed, 15 insertions(+), 34 deletions(-)
> > 
> >  #
> > # linux-hotplug or none
> > #
> > -HOTPLUG ?= "${@base_contains("MACHINE_FEATURES", "kernel24",  "linux-hotplug","",d)} "
> > +HOTPLUG ?= ""
> 
> I think this one can go completely
> 
> 
> > #
> > # pcmciautils for >= 2.6.13-rc1, pcmcia-cs for others
> > #
> > -PCMCIA_MANAGER ?= "${@base_contains('MACHINE_FEATURES', 'kernel26','pcmciautils','pcmcia-cs',d)} "
> > +PCMCIA_MANAGER ?= "pcmciautils"
> 
> This one can get folded into the task directly

Agreed but I didn't feel it warranted not merging the patches so far.
Please send a follow up patch :)

Cheers,

Richard





More information about the Openembedded-core mailing list