alsa: Upgrade to 1.0.20

Signed-off-by: Richard Purdie <richard@ted.(none)>
This commit is contained in:
Richard Purdie
2009-05-20 11:17:49 +01:00
parent 6c5d81946a
commit f5cf7ef071
4 changed files with 2 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ do_stage () {
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/
}

View File

@@ -10,6 +10,7 @@ SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2"
# 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"