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 10:45:42 +0100 |
commit | 0bed0db9db8d11590b3ef482f09d00dbb5aea3f1 (patch) | |
tree | 7fd9e927156c88dbcfc70bca5c8274dc383e1786 | |
parent | 753bc3e9191ca1439eb1bfa63889507c9d26aeea (diff) | |
download | poky-0bed0db9db8d11590b3ef482f09d00dbb5aea3f1.tar.gz |
libsdl: add SRC_URI Checksums
(From OE-Core rev: fea759adc52456c890b245a458e9053e94e122d0)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 2ef14b83a8..e64a62e668 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 \ | |||
14 | file://kernel-asm-page.patch;patch=1 " | 14 | file://kernel-asm-page.patch;patch=1 " |
15 | S = "${WORKDIR}/SDL-${PV}" | 15 | S = "${WORKDIR}/SDL-${PV}" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "418b42956b7cd103bfab1b9077ccc149" | ||
18 | SRC_URI[sha256sum] = "6985823287b224b57390b1c1b6cbc54cc9a7d7757fbf9934ed20754b4cd23730" | ||
19 | |||
17 | inherit autotools binconfig pkgconfig nativesdk | 20 | inherit autotools binconfig pkgconfig nativesdk |
18 | 21 | ||
19 | EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ | 22 | EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ |