[OE-core] [PATCH] alsa-utils: Move alsaconf to its own recipe

Phil Blundell pb at pbcl.net
Fri Apr 26 13:03:53 UTC 2013


On Thu, 2013-04-25 at 13:58 -0700, Saul Wold wrote:
> > +S = "${WORKDIR}/alsa-utils-${PV}"
> > +
> Do you mean to point into the alsa-utils actual workdir where alsaconf 
> has been created?  Then you could also avoid unpacking.

That wasn't really my intention.  I guess we could try to do that but I
don't think it's straightforward to guarantee that the alsa-utils
workdir actually exists at the right time.  We'd probably end up having
to do something like work-shared/gcc which seems like overkill.

> > +do_configure() {
> > +	# Nothing to configure
> > +	:
> 
> By doing nothing here, the alsaconf does not get created since there is 
> only an alsaconf.in

Hm, yes, you're quite right.  I had convinced myself that the generated
alsaconf was getting shipped in the tarball, but apparently I didn't
clean thoroughly enough before checking that.  I'll send a new patch
which corrects that.

thanks

p.






More information about the Openembedded-core mailing list