diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2012-03-05 09:02:31 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2012-03-05 13:14:07 -0600 |
commit | c080bfe6bc54e09f05c78a47d1f471f238367828 (patch) | |
tree | f04f53a852513290a10cf2e78235d8892edd48ce /meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb | |
parent | df18b721f86f0737c0f302e49b27ea232c70e683 (diff) | |
download | meta-intel-c080bfe6bc54e09f05c78a47d1f471f238367828.tar.gz |
meta-emenlow: add SRC_URI checksums to xpsb-glx
Add md5 and sha256 checksums to the recipe.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb')
-rw-r--r-- | meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
15 | file://libdrmname.patch \ | 15 | file://libdrmname.patch \ |
16 | file://native-matypes.patch" | 16 | file://native-matypes.patch" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "50423a9e861ccff5814eb95a32494952" | ||
19 | SRC_URI[sha256sum] = "03c958defef56ae0ec051c6f67620fa90733649925386824b7bf029f40bd7905" | ||
20 | |||
18 | do_configure () { | 21 | do_configure () { |
19 | chmod +x autogen.sh && ./autogen.sh ${CONFIGUREOPTS} && make realclean | 22 | chmod +x autogen.sh && ./autogen.sh ${CONFIGUREOPTS} && make realclean |
20 | cd ${S}/src/mesa/x86/ | 23 | cd ${S}/src/mesa/x86/ |