diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 21:47:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 21:56:21 +0200 |
commit | 01daac1be0f89f00495f920359edc4b39c7a100f (patch) | |
tree | 3e24b7e5c6d9dbfa1d448119e8e5534b9e378ee5 /recipes/dtc | |
parent | 91eba9fbb29aaf31bae2d4f677866c62c68367e3 (diff) |
recipes: few more checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/dtc')
-rw-r--r-- | recipes/dtc/dtc-native_20070216.bb | 3 | ||||
-rw-r--r-- | recipes/dtc/dtc_20070216.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/dtc/dtc-native_20070216.bb b/recipes/dtc/dtc-native_20070216.bb index 7087444823..d0bef20299 100644 --- a/recipes/dtc/dtc-native_20070216.bb +++ b/recipes/dtc/dtc-native_20070216.bb @@ -4,3 +4,6 @@ SRC_URI = "http://www.jdl.com/pub/software/dtc-${PV}.tgz" S = "${WORKDIR}/dtc" + +SRC_URI[md5sum] = "8762121262ead127171c4fce40ccc289" +SRC_URI[sha256sum] = "dd687b4f691bf9970f53ca2c84d8481b9f82d857de347375d29bacf648b8da71" diff --git a/recipes/dtc/dtc_20070216.bb b/recipes/dtc/dtc_20070216.bb index 8e66b4fc54..573ad8f3d0 100644 --- a/recipes/dtc/dtc_20070216.bb +++ b/recipes/dtc/dtc_20070216.bb @@ -6,3 +6,6 @@ SRC_URI = "http://www.jdl.com/pub/software/dtc-${PV}.tgz" S = "${WORKDIR}/dtc" + +SRC_URI[md5sum] = "8762121262ead127171c4fce40ccc289" +SRC_URI[sha256sum] = "dd687b4f691bf9970f53ca2c84d8481b9f82d857de347375d29bacf648b8da71" |