diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-21 18:00:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-21 18:04:22 +0100 |
commit | e10858075ced78ef88fee94bd80f5cd4ec631441 (patch) | |
tree | 3c9bc0c26a138484be5443716d157090444bcb9e /package/alsa-lib/Makefile | |
parent | f175d45b4c350905956688e2bd40cd9f27f9026e (diff) |
alsa-lib: allow to build for noMMU targets, patches from Buildroot
Diffstat (limited to 'package/alsa-lib/Makefile')
-rw-r--r-- | package/alsa-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/alsa-lib/Makefile b/package/alsa-lib/Makefile index 009271aa1..46d54327c 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:= 4 +PKG_RELEASE:= 5 PKG_HASH:= 73043c35eb9636be0f4af6a240235c213f12a25feb1f04aeeac8cb7e30fcbdd0 PKG_DESCR:= sound library PKG_SECTION:= libs/audio |