From c080bfe6bc54e09f05c78a47d1f471f238367828 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 5 Mar 2012 09:02:31 -0600 Subject: meta-emenlow: add SRC_URI checksums to xpsb-glx Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi --- meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-emenlow') diff --git a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb index 0773a7c0..03c0258a 100644 --- a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb +++ b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb @@ -15,6 +15,9 @@ SRC_URI="https://launchpad.net/~gma500/+archive/ppa/+files/xpsb-glx_0.18-0ubuntu file://libdrmname.patch \ file://native-matypes.patch" +SRC_URI[md5sum] = "50423a9e861ccff5814eb95a32494952" +SRC_URI[sha256sum] = "03c958defef56ae0ec051c6f67620fa90733649925386824b7bf029f40bd7905" + do_configure () { chmod +x autogen.sh && ./autogen.sh ${CONFIGUREOPTS} && make realclean cd ${S}/src/mesa/x86/ -- cgit v1.2.3-54-g00ecf