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/ekiga/ptlib_2.6.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/ekiga/ptlib_2.6.5.bb') diff --git a/recipes/ekiga/ptlib_2.6.5.bb b/recipes/ekiga/ptlib_2.6.5.bb index a81b2ead0a..c6a19b997e 100644 --- a/recipes/ekiga/ptlib_2.6.5.bb +++ b/recipes/ekiga/ptlib_2.6.5.bb @@ -30,3 +30,6 @@ do_install_append() { FILES_${PN} += "${libdir}/ptlib-${PV}/*/*/*.so" + +SRC_URI[md5sum] = "db7fd581b66998cd76d96f8b7c3f22a1" +SRC_URI[sha256sum] = "78e290d3cf78d4dc15c7397b0edd138b4d29cf2ad0a7311bfc1c4dfb88f2a400" -- cgit 1.2.3-korg