diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-01 01:19:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-01 01:19:41 +0200 |
commit | 107327eb915d948740dafae15e7cdbf81b8c59c1 (patch) | |
tree | 99056011bf66fdbbc8c6665db10eaba507faa33c /recipes/alsa/alsa-utils_1.0.19.bb | |
parent | caa7a37b973c1bd178f519d9fd5460e0bc040fc3 (diff) | |
parent | 7354ce1960407a294d76edaab5e34a98d888c2b1 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/alsa/alsa-utils_1.0.19.bb')
-rw-r--r-- | recipes/alsa/alsa-utils_1.0.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/alsa/alsa-utils_1.0.19.bb b/recipes/alsa/alsa-utils_1.0.19.bb index 9ff129f233..3e9bd86b7e 100644 --- a/recipes/alsa/alsa-utils_1.0.19.bb +++ b/recipes/alsa/alsa-utils_1.0.19.bb @@ -3,10 +3,10 @@ HOMEPAGE = "http://www.alsa-project.org" SECTION = "console/utils" LICENSE = "GPL" DEPENDS = "alsa-lib ncurses" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ - file://alsa-utils-remove-xmlto.patch;patch=1 \ + file://alsa-utils-remove-xmlto-1.0.19plus.patch;patch=1 \ " |