diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-04-26 14:58:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 09:52:29 +0100 |
commit | fea759adc52456c890b245a458e9053e94e122d0 (patch) | |
tree | c606ec5c71de30821a2ca08076fa08f837363858 /meta/recipes-graphics/libsdl | |
parent | 7cb3f0206619b725e404282fa7a3ac50b4609f1e (diff) | |
download | openembedded-core-contrib-fea759adc52456c890b245a458e9053e94e122d0.tar.gz |
libsdl: add SRC_URI Checksums
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/libsdl')
-rw-r--r-- | meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb b/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb index 2ef14b83a82..e64a62e6684 100644 --- a/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb +++ b/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb @@ -14,6 +14,9 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ file://kernel-asm-page.patch;patch=1 " S = "${WORKDIR}/SDL-${PV}" +SRC_URI[md5sum] = "418b42956b7cd103bfab1b9077ccc149" +SRC_URI[sha256sum] = "6985823287b224b57390b1c1b6cbc54cc9a7d7757fbf9934ed20754b4cd23730" + inherit autotools binconfig pkgconfig nativesdk EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ |