summaryrefslogtreecommitdiff
path: root/package/alsa-lib/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-16 01:40:31 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-16 01:40:49 -0500
commit27fb63b3657b287c9592512829b7308e84149ab5 (patch)
treef6cff076a3b1f0f69698ffeb8e69655803c8c46e /package/alsa-lib/Makefile
parentfbfe56ba11baf48575cfc02fb1000fa2000b782f (diff)
add alsa-files for imx, suggested by oliver
Diffstat (limited to 'package/alsa-lib/Makefile')
-rw-r--r--package/alsa-lib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/alsa-lib/Makefile b/package/alsa-lib/Makefile
index 73decec85..c4e29033c 100644
--- a/package/alsa-lib/Makefile
+++ b/package/alsa-lib/Makefile
@@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= alsa-lib
PKG_VERSION:= 1.0.29
-PKG_RELEASE:= 1
+PKG_RELEASE:= 3
PKG_HASH:= 73043c35eb9636be0f4af6a240235c213f12a25feb1f04aeeac8cb7e30fcbdd0
PKG_DESCR:= sound library
PKG_SECTION:= libs/audio
@@ -38,6 +38,8 @@ alsa-lib-install:
${CP} ${WRKINST}/usr/lib/libasound.so* ${IDIR_ALSA_LIB}/usr/lib
${CP} ${WRKINST}//usr/share/alsa/* \
${IDIR_ALSA_LIB}/usr/share/alsa
+ $(CP) ./files/imx-{hdmi-soc,spdif}.conf \
+ ${IDIR_ALSA_LIB}/usr/share/alsa/cards
include ${ADK_TOPDIR}/mk/host-bottom.mk
include ${ADK_TOPDIR}/mk/pkg-bottom.mk