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/tcltk | |
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/tcltk')
-rw-r--r-- | recipes/tcltk/tcl-native_8.4.19.bb | 3 | ||||
-rw-r--r-- | recipes/tcltk/tcl_8.4.19.bb | 3 | ||||
-rw-r--r-- | recipes/tcltk/tk-native_8.4.19.bb | 3 | ||||
-rw-r--r-- | recipes/tcltk/tk_8.4.19.bb | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/recipes/tcltk/tcl-native_8.4.19.bb b/recipes/tcltk/tcl-native_8.4.19.bb index ca8ab612fd..ce19c331b2 100644 --- a/recipes/tcltk/tcl-native_8.4.19.bb +++ b/recipes/tcltk/tcl-native_8.4.19.bb @@ -20,3 +20,6 @@ do_stage() { install -m 0644 generic/tclDecls.h ${STAGING_INCDIR} install -m 0644 generic/tclPlatDecls.h ${STAGING_INCDIR} } + +SRC_URI[md5sum] = "ade2c033a7b545ee108f3fdfeb629fcf" +SRC_URI[sha256sum] = "1c244722fb409e8774c5d45d6a0b21edc3e4541fd016a40afdf53c94a69a3db9" diff --git a/recipes/tcltk/tcl_8.4.19.bb b/recipes/tcltk/tcl_8.4.19.bb index ff63472a31..da044051df 100644 --- a/recipes/tcltk/tcl_8.4.19.bb +++ b/recipes/tcltk/tcl_8.4.19.bb @@ -53,3 +53,6 @@ PACKAGES =+ "${PN}-lib" FILES_${PN}-lib = "${libdir}/libtcl8.4.so.*" FILES_${PN} += "${libdir}/tcl8.4" FILES_${PN}-dev += "${libdir}/tclConfig.sh" + +SRC_URI[md5sum] = "ade2c033a7b545ee108f3fdfeb629fcf" +SRC_URI[sha256sum] = "1c244722fb409e8774c5d45d6a0b21edc3e4541fd016a40afdf53c94a69a3db9" diff --git a/recipes/tcltk/tk-native_8.4.19.bb b/recipes/tcltk/tk-native_8.4.19.bb index df880769ff..bfb3464ccc 100644 --- a/recipes/tcltk/tk-native_8.4.19.bb +++ b/recipes/tcltk/tk-native_8.4.19.bb @@ -20,3 +20,6 @@ do_stage() { install -m 0644 generic/tkPlatDecls.h ${STAGING_INCDIR} } + +SRC_URI[md5sum] = "9b998d0456d1b956eb9da610837a9c47" +SRC_URI[sha256sum] = "d056fe6c204ac31539616e1069522dd5864a580b64e521fe1a49bc895ca8699f" diff --git a/recipes/tcltk/tk_8.4.19.bb b/recipes/tcltk/tk_8.4.19.bb index a9bb0bd6df..bc4b477f71 100644 --- a/recipes/tcltk/tk_8.4.19.bb +++ b/recipes/tcltk/tk_8.4.19.bb @@ -54,3 +54,6 @@ do_install() { PACKAGES =+ "${PN}-lib" FILES_${PN}-lib = "${libdir}/libtk8.4.so.*" FILES_${PN} += "${libdir}" + +SRC_URI[md5sum] = "9b998d0456d1b956eb9da610837a9c47" +SRC_URI[sha256sum] = "d056fe6c204ac31539616e1069522dd5864a580b64e521fe1a49bc895ca8699f" |