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/vte/vte_0.16.14.bb | 3 +++ recipes/vte/vte_0.21.5.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/vte') diff --git a/recipes/vte/vte_0.16.14.bb b/recipes/vte/vte_0.16.14.bb index 4e88640b02..854a35a484 100644 --- a/recipes/vte/vte_0.16.14.bb +++ b/recipes/vte/vte_0.16.14.bb @@ -1,2 +1,5 @@ require vte.inc PR = "r1" + +SRC_URI[archive.md5sum] = "9df3e35b81b209952ac1cf7904f7b620" +SRC_URI[archive.sha256sum] = "40cf321980d3139c8f084e818504e1366be81bed817eeeec9021257e04c1c0db" diff --git a/recipes/vte/vte_0.21.5.bb b/recipes/vte/vte_0.21.5.bb index c080310864..8834887b2a 100644 --- a/recipes/vte/vte_0.21.5.bb +++ b/recipes/vte/vte_0.21.5.bb @@ -31,3 +31,6 @@ FILES_libvte = "${libdir}/*.so.*" FILES_gnome-pty-helper = "${libexecdir}/gnome-pty-helper" RDEPENDS_libvte = "vte-termcap gnome-pty-helper" FILES_vte-termcap = "${datadir}/vte/termcap" + +SRC_URI[archive.md5sum] = "9b4d97dfc40e4f77b7ecf2e9e89da368" +SRC_URI[archive.sha256sum] = "0044b7226e06752f8eefe61dce5cd84e7915bf1756b200c198eff8b7c379e2f6" -- cgit v1.2.3