diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/flex | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
recipes: move checksums to recipes from checksums.ini
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/flex')
-rw-r--r-- | recipes/flex/flex-native_2.5.31.bb | 3 | ||||
-rw-r--r-- | recipes/flex/flex_2.5.31.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/flex/flex-native_2.5.31.bb b/recipes/flex/flex-native_2.5.31.bb index de3f215ea1..d5d6db420b 100644 --- a/recipes/flex/flex-native_2.5.31.bb +++ b/recipes/flex/flex-native_2.5.31.bb @@ -8,3 +8,6 @@ do_stage () { ln -sf ./flex ${STAGING_BINDIR}/flex++ ln -sf ./flex ${STAGING_BINDIR}/lex } + +SRC_URI[md5sum] = "363dcc4afc917dc51306eb9d3de0152f" +SRC_URI[sha256sum] = "701353279a17655d78e3b3678ad78d0375f5bf45877ad8b3507d589c42427f26" diff --git a/recipes/flex/flex_2.5.31.bb b/recipes/flex/flex_2.5.31.bb index ae9e6f986b..f5559866f2 100644 --- a/recipes/flex/flex_2.5.31.bb +++ b/recipes/flex/flex_2.5.31.bb @@ -10,3 +10,6 @@ do_stage() { oe_libinstall -a libfl ${STAGING_LIBDIR} } + +SRC_URI[md5sum] = "363dcc4afc917dc51306eb9d3de0152f" +SRC_URI[sha256sum] = "701353279a17655d78e3b3678ad78d0375f5bf45877ad8b3507d589c42427f26" |