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/php/php_5.2.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/php/php_5.2.6.bb') diff --git a/recipes/php/php_5.2.6.bb b/recipes/php/php_5.2.6.bb index 8723a1e14f..515eb29ea2 100644 --- a/recipes/php/php_5.2.6.bb +++ b/recipes/php/php_5.2.6.bb @@ -85,3 +85,6 @@ FILES_${PN} += "${bindir}" RDEPENDS_${PN}-pear = ${PN} RDEPENDS_${PN}-cli = ${PN} RDEPENDS_${PN}-dev = ${PN} + +SRC_URI[src.md5sum] = "7380ffecebd95c6edb317ef861229ebd" +SRC_URI[src.sha256sum] = "1892b2dd50b56ae2c9aec027fcd9035b76673f113555bc2bc1007bab8ae4db81" -- cgit v1.2.3