[oe-commits] Frans Meulenbroeks : lighttpd_1.4.28.bb: added checksums

git version control git at git.openembedded.org
Tue Oct 19 20:52:56 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2d578648acb1f53496243407d39f60a321413673
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2d578648acb1f53496243407d39f60a321413673

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Tue Oct 19 20:49:05 2010 +0200

lighttpd_1.4.28.bb: added checksums

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/lighttpd/lighttpd_1.4.28.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/lighttpd/lighttpd_1.4.28.bb b/recipes/lighttpd/lighttpd_1.4.28.bb
index f85c3c4..9e1d284 100644
--- a/recipes/lighttpd/lighttpd_1.4.28.bb
+++ b/recipes/lighttpd/lighttpd_1.4.28.bb
@@ -23,6 +23,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
         file://lighttpd.conf \
         file://lighttpd \
 "
+SRC_URI[src.md5sum] = "202d36efc6324adb95a3600d2826ec6a"
+SRC_URI[src.sha256sum] = "efd7623f43182723b99c51d57a24158e22a207cd90dca35aaf3b2e3bac115712"
 
 EXTRA_OECONF = " \
              --without-bzip2 \
@@ -58,3 +60,4 @@ python populate_packages_prepend () {
         lighttpd_libdir = bb.data.expand('${libdir}', d)
         do_split_packages(d, lighttpd_libdir, '^mod_(.*)\.so$', 'lighttpd-module-%s', 'Lighttpd module for %s', extra_depends='')
 }
+





More information about the Openembedded-commits mailing list