diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-07 20:06:29 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-09 08:18:17 -0800 |
commit | 3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch) | |
tree | 774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta/recipes-multimedia/alsa | |
parent | ba5e0b9531b9a967aa3d408a13024590d96b8391 (diff) | |
download | openembedded-core-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz openembedded-core-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.bz2 openembedded-core-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.xz openembedded-core-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.zip |
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/alsa')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb | 3 | ||||
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb index b0a2a305c..db58abb1d 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb @@ -17,6 +17,9 @@ PR = "r0" SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ file://fix-tstamp-declaration.patch;patch=1" +SRC_URI[md5sum] = "f48b50421d8a69d2d806d9c47e534f0d" +SRC_URI[sha256sum] = "b4238ecaba5e4a1383af06180611a57ef29f9bf47bc177136dba1bb5b70ff423" + inherit autotools pkgconfig require alsa-fpu.inc diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb index 7b30c0d4b..46283cccc 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.23.bb @@ -11,6 +11,9 @@ PR = "r0" SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ file://ncursesfix.patch;patch=1 " +SRC_URI[md5sum] = "cb0cf46029ac9549cf3a31bff6a4f4e1" +SRC_URI[sha256sum] = "b7d05e915e25f8540ad151c6dd558cf0fc1e9bb0ee23052d531c983666a1f7b0" + # lazy hack. needs proper fixing in gettext.m4, see # http://bugs.openembedded.org/show_bug.cgi?id=2348 # please close bug and remove this comment when properly fixed |