aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/php
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-10 11:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:07:27 +0200
commit44985d56bc556786812a0a02d6219afd31a7381d (patch)
tree9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/php
parenta8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff)
downloadopenembedded-44985d56bc556786812a0a02d6219afd31a7381d.tar.gz
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/php')
-rw-r--r--recipes/php/php-native_5.2.6.bb3
-rw-r--r--recipes/php/php-native_5.3.0.bb3
-rw-r--r--recipes/php/php_5.2.6.bb3
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/php/php-native_5.2.6.bb b/recipes/php/php-native_5.2.6.bb
index ac1c51fa3f..01374d02aa 100644
--- a/recipes/php/php-native_5.2.6.bb
+++ b/recipes/php/php-native_5.2.6.bb
@@ -1,3 +1,6 @@
require php-native.inc
PR = "r3"
+
+SRC_URI[src.md5sum] = "7380ffecebd95c6edb317ef861229ebd"
+SRC_URI[src.sha256sum] = "1892b2dd50b56ae2c9aec027fcd9035b76673f113555bc2bc1007bab8ae4db81"
diff --git a/recipes/php/php-native_5.3.0.bb b/recipes/php/php-native_5.3.0.bb
index ac1c51fa3f..d8f41a6d19 100644
--- a/recipes/php/php-native_5.3.0.bb
+++ b/recipes/php/php-native_5.3.0.bb
@@ -1,3 +1,6 @@
require php-native.inc
PR = "r3"
+
+SRC_URI[src.md5sum] = "846760cd655c98dfd86d6d97c3d964b0"
+SRC_URI[src.sha256sum] = "83c9d86f830f8b188c70d3554d07b7416af90fd9e06d84340ffda58c09e58357"
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"