[Buildroot] [PATCH] tinyalsa: new package

Maarten ter Huurne maarten at treewalker.org
Sat Oct 18 00:42:45 UTC 2014


Hi Maxime and Thomas,

> +++ b/package/tinyalsa/tinyalsa.mk
> [snip]
> +       $(INSTALL) -D -m 0644 $(@D)/include/sound/asound.h \
> +                       $(STAGING_DIR)/usr/include/sound/asound.h

This will overwrite the pre-existing (from libc or kernel headers) version 
of <sound/asound.h> with the Android-style stripped version from tinyalsa.
I think it would be better to keep the pre-existing version of this header, 
do you agree?

Bye,
		Maarten



More information about the buildroot mailing list