[OE-core] [PATCH 1/4] omap3-sgx-modules: set SRC_URI checksums

Joshua Lock josh at linux.intel.com
Tue Dec 6 02:17:58 UTC 2011


We'd like to make missing SRC_URI checksums an error, so all
appropriate recipes need to have a checksum value set.

Signed-off-by: Joshua Lock <josh at linux.intel.com>
---
 .../omap3-sgx-modules_1.3.13.1397.bb               |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb b/meta/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb
index 0e850bc..fba0e18 100644
--- a/meta/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb
+++ b/meta/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.3.13.1397.bb
@@ -4,6 +4,8 @@ LICENSE = "GPLv2"
 inherit module
 
 SRC_URI = "http://dominion.thruhere.net/koen/OE/omap3-sgx-modules-1.3.13.1397.tar.bz2"
+SRC_URI[md5sum] = "1b48bbb5df6b4c12ebb42b92ae1bf1f9"
+SRC_URI[sha256sum] = "908a69340b020f7d865acf70724e37837016a81a0cb499fb83441759cbef7616"
 
 S = ${WORKDIR}/${BPN}-${PV}/eurasiacon/build/linux/omap3430_linux/kbuild/
 
-- 
1.7.7.3





More information about the Openembedded-core mailing list