* Juergen Beisert <j...@pengutronix.de> [2011-11-08 15:29]:
> bernh...@bwalle.de wrote:
> > [...]
> > diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
> > index 929ab4e..bfec83f 100644
> > --- a/rules/alsa-lib.make
> > +++ b/rules/alsa-lib.make
> > @@ -207,6 +207,12 @@ endif
> >             /usr/share/alsa/pcm/dsnoop.conf)
> >  endif
> >
> > +ifdef PTXCONF_ALSA_LIB_ASOUND_CONF
> > +   @$(call install_copy, alsa-lib, 0, 0, 0644, \
> > +           $(PTXDIST_WORKSPACE)/projectroot/etc/asound.conf, \
> > +           /etc/asound.conf)
> > +endif
> > +
> 
> You should use the 'install_alternative' macro here. It's more flexible and 
> you also can store this special file in the platform instead of the BSP 
> project (as this file is more related to the platform than the BSP).

Ah, yes, sorry. It's still from my first steps with ptxdist and after
the latest ALSA update I had to adjust my copied alsa-lib.*, so I
thought it's better to send it mainline. Unfortunately, I didn't take a
closer look ...

Updated patch will follow.


Regards,
Bernhard

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to