Signed-off-by: Richard Purdie <richard@ted.(none)>
oe_libinstall -so -C src libasound ${STAGING_LIBDIR}/
install -d ${STAGING_INCDIR}/alsa/sound
install -m 0644 include/*.h ${STAGING_INCDIR}/alsa/
- install -m 0644 include/sound/ainstr*.h ${STAGING_INCDIR}/alsa/sound/
+ #install -m 0644 include/sound/ainstr*.h ${STAGING_INCDIR}/alsa/sound/
install -d ${STAGING_DATADIR}/aclocal
install -m 0644 utils/alsa.m4 ${STAGING_DATADIR}/aclocal/
}
# http://bugs.openembedded.org/show_bug.cgi?id=2348
# please close bug and remove this comment when properly fixed
#
+EXTRA_OECONF = "--disable-xmlto"
EXTRA_OECONF_linux-uclibc = "--disable-nls"
EXTRA_OECONF_linux-uclibcgnueabi = "--disable-nls"