From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: 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 --- recipes/tcltk/tcl-native_8.4.19.bb | 3 +++ recipes/tcltk/tcl_8.4.19.bb | 3 +++ recipes/tcltk/tk-native_8.4.19.bb | 3 +++ recipes/tcltk/tk_8.4.19.bb | 3 +++ 4 files changed, 12 insertions(+) (limited to 'recipes/tcltk') 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" -- cgit v1.2.3