diff options
Diffstat (limited to 'recipes/alsa/alsa-utils_1.0.20.bb')
-rw-r--r-- | recipes/alsa/alsa-utils_1.0.20.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/alsa/alsa-utils_1.0.20.bb b/recipes/alsa/alsa-utils_1.0.20.bb index 462d919b31..cca29804c0 100644 --- a/recipes/alsa/alsa-utils_1.0.20.bb +++ b/recipes/alsa/alsa-utils_1.0.20.bb @@ -3,12 +3,11 @@ HOMEPAGE = "http://www.alsa-project.org" SECTION = "console/utils" LICENSE = "GPLv2" DEPENDS = "alsa-lib ncurses" -PR = "r2" +PR = "r3" SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ file://alsa-utils-remove-xmlto-1.0.19plus.patch \ " - inherit gettext autotools |