From: Martin Jansa Date: Tue, 13 Apr 2010 13:33:01 +0000 (+0200) Subject: apache_2.0.54: add checksums X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbf2a943c2c6b3c282a0c91ba6bd3dd9335deacf;p=openembedded.git apache_2.0.54: add checksums Signed-off-by: Martin Jansa --- diff --git a/recipes/apache/apache_2.0.54.bb b/recipes/apache/apache_2.0.54.bb index c1f1303d56..6185ab9d7e 100644 --- a/recipes/apache/apache_2.0.54.bb +++ b/recipes/apache/apache_2.0.54.bb @@ -11,6 +11,9 @@ PR = "r4" SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.gz \ " +SRC_URI[md5sum] = "772503748ffb85301385d47fb2b96eca" +SRC_URI[sha256sum] = "bb4236fb6c7ac4204f908fa7409ff3177a6f99e48ed69547f087f691ef2a5fcb" + S = "${WORKDIR}/httpd-${PV}" inherit autotools update-rc.d