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 <[email protected]> --- .../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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
