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/octave | |
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/octave')
-rw-r--r-- | recipes/octave/octave_2.9.19.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/octave/octave_2.9.19.bb b/recipes/octave/octave_2.9.19.bb index 3b56c8657d..c1f9fe9da4 100644 --- a/recipes/octave/octave_2.9.19.bb +++ b/recipes/octave/octave_2.9.19.bb @@ -3,6 +3,9 @@ require octave.inc SRC_URI = "ftp://ftp.octave.org/pub/octave/${PN}-${PV}.tar.gz \ file://configure.patch;patch=1" +SRC_URI[md5sum] = "32cb8153463ebc6ab27bee8b4e538b1a" +SRC_URI[sha256sum] = "c888ee643451396fc2677a16577d9a2b31cac1b816769d5c915c1a82bbea3cc4" + PR = "r1" PACKAGES =+ "libcruft liboctave liboctinterp octave-oct \ |