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/v4l2apps | |
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/v4l2apps')
-rw-r--r-- | recipes/v4l2apps/libv4l_0.5.8.bb | 3 | ||||
-rw-r--r-- | recipes/v4l2apps/v4l2apps_20020317.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/v4l2apps/libv4l_0.5.8.bb b/recipes/v4l2apps/libv4l_0.5.8.bb index 2fbcfc8dd4..bcc401603d 100644 --- a/recipes/v4l2apps/libv4l_0.5.8.bb +++ b/recipes/v4l2apps/libv4l_0.5.8.bb @@ -1 +1,4 @@ require libv4l.inc + +SRC_URI[libv4l.md5sum] = "4f8ae9c743b215c8ac0e553eaa01e980" +SRC_URI[libv4l.sha256sum] = "9d006377ec51ca149ed415fbea5c3298b0fe7bae4cbd3bc2f54fd25a24ed9eb2" diff --git a/recipes/v4l2apps/v4l2apps_20020317.bb b/recipes/v4l2apps/v4l2apps_20020317.bb index 9915cd63a0..0098bb8794 100644 --- a/recipes/v4l2apps/v4l2apps_20020317.bb +++ b/recipes/v4l2apps/v4l2apps_20020317.bb @@ -15,3 +15,6 @@ do_install () { install -d ${S}/${bindir} install -m 0755 vcat vctrl vidpanel xcaptest ${D}${bindir}/ } + +SRC_URI[md5sum] = "16d8cbed24945949956b6f7966f4a609" +SRC_URI[sha256sum] = "9ec43259123b89980ad0b5a36b8d582cf877d918019f993f629a9fa5327a5c58" |