diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 15:53:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 15:53:45 +0000 |
commit | 8567549a743cb5be157e7988e1f9227d91f48850 (patch) | |
tree | 80ca1fefe26c71050ba2d310f4b63d8e627aa677 /meta/recipes-multimedia/alsa | |
parent | 774b7a34de280aab696815a85cc81494a4ddb1ea (diff) | |
download | openembedded-core-8567549a743cb5be157e7988e1f9227d91f48850.tar.gz openembedded-core-8567549a743cb5be157e7988e1f9227d91f48850.tar.bz2 openembedded-core-8567549a743cb5be157e7988e1f9227d91f48850.zip |
Revert "alsa-tools: update to 1.0.25"
This reverts commit b2d9f00a4e50180d96b3d201cc425349cc4dd530 since
the checksums are incorrect and even when fixed, it doesn't actually
build.
Diffstat (limited to 'meta/recipes-multimedia/alsa')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-tools-1.0.24.1/autotools.patch (renamed from meta/recipes-multimedia/alsa/alsa-tools-1.0.25/autotools.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb (renamed from meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb) | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-tools-1.0.25/autotools.patch b/meta/recipes-multimedia/alsa/alsa-tools-1.0.24.1/autotools.patch index c7bc2d6bd0..c7bc2d6bd0 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools-1.0.25/autotools.patch +++ b/meta/recipes-multimedia/alsa/alsa-tools-1.0.24.1/autotools.patch diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb index 1738081c85..ed2886d598 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb @@ -7,7 +7,7 @@ SECTION = "console/utils" LICENSE = "GPLv2 & LGPLv2+" DEPENDS = "alsa-lib ncurses" -PR = "r0" +PR = "r3" LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://ld10k1/COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" @@ -15,8 +15,8 @@ LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae1 SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2 \ file://autotools.patch" -SRC_URI[md5sum] = "06fe5819020c6684b991dcffc5471304" -SRC_URI[sha256sum] = "5a1a805cf04106316d549ec650116ce6711a162e107ba8b3c551866680e286e6" +SRC_URI[md5sum] = "08fe93a12006093e590d7ecc02b119dd" +SRC_URI[sha256sum] = "17d43de93ab2db98886d89a53e45341daa46a4ef6edd405db87f4b5a5dc64a05" inherit autotools |