diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:01:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:18:52 +0200 |
commit | 845da57b03a91d15bb782325358591649df1579c (patch) | |
tree | 726062180cbb7b014f19faca1279042986a53f74 /recipes/qxmp | |
parent | 76cf00c745b2be7c39fb0d966959948adeab1801 (diff) |
recipes: more checksums and more fixes to download them all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/qxmp')
-rw-r--r-- | recipes/qxmp/qxmp_1.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/qxmp/qxmp_1.0.bb b/recipes/qxmp/qxmp_1.0.bb index bad972d54f..68feba4eec 100644 --- a/recipes/qxmp/qxmp_1.0.bb +++ b/recipes/qxmp/qxmp_1.0.bb @@ -12,3 +12,6 @@ do_install() { install -d ${D}${bindir} install -m 0755 qxmp ${D}${bindir} } + +SRC_URI[md5sum] = "9eb52b5b6c1dda6ff96790acb9915da8" +SRC_URI[sha256sum] = "285be4b83819c4bf24b2db1e120a9c8e1756863f49aa631acf09bbbae1e04709" |