diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 15:33:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 15:54:41 +0200 |
commit | fbf2a943c2c6b3c282a0c91ba6bd3dd9335deacf (patch) | |
tree | 33200d156bc5cc5831bbf80c55622d723663c93e /recipes | |
parent | 58f130da41638f94295016d90bffb983bd775cae (diff) |
apache_2.0.54: add checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/apache/apache_2.0.54.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 |