diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-06 19:58:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-06 19:58:08 +0000 |
commit | eeb51b853fc1c0ee24f3643cdd66d936fe36c291 (patch) | |
tree | 9b47b8ef8fb7ece49cafe5e1556ad744a629239a /packages/alsa/alsa-utils_1.0.8.bb | |
parent | a193b9261c45c31fe362567ffb3879a424d6cafb (diff) |
alsa-utils: alsamixer.c is patched to use strsignal not sys_siglist
This allows alsa-utils to build on uclibc
Diffstat (limited to 'packages/alsa/alsa-utils_1.0.8.bb')
-rw-r--r-- | packages/alsa/alsa-utils_1.0.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/alsa/alsa-utils_1.0.8.bb b/packages/alsa/alsa-utils_1.0.8.bb index ca9a52e58a..8e8297c85b 100644 --- a/packages/alsa/alsa-utils_1.0.8.bb +++ b/packages/alsa/alsa-utils_1.0.8.bb @@ -3,9 +3,10 @@ MAINTAINER = "Lorn Potter <lpotter@trolltech.com>" SECTION = "console/utils" LICENSE = "GPL" DEPENDS = "alsa-lib ncurses" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2" +SRC_URI += "file://alsa-utils-sys-siglist.patch;patch=108" inherit autotools |