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