diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/appweb | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
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/appweb')
-rw-r--r-- | recipes/appweb/appweb_1.2.0.bb | 3 | ||||
-rw-r--r-- | recipes/appweb/appweb_2.0.4.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/appweb/appweb_1.2.0.bb b/recipes/appweb/appweb_1.2.0.bb index 9c1b9d94f0..66891dc78a 100644 --- a/recipes/appweb/appweb_1.2.0.bb +++ b/recipes/appweb/appweb_1.2.0.bb @@ -111,3 +111,6 @@ do_install () { # install -m 0755 bin/${APPWEB_OS}/* ${D}${libexecdir}/appWeb/ # install -m 0755 lib/lib*.so* ${D}${sysconfdir}/appWeb/lib/ #} + +SRC_URI[md5sum] = "3fb255992b2af8f61c60a9706effbfa6" +SRC_URI[sha256sum] = "cc924ea10f77acae123194a33f46d8484642501cc6fe94b47491ecf3ad18419e" diff --git a/recipes/appweb/appweb_2.0.4.bb b/recipes/appweb/appweb_2.0.4.bb index 59682840a3..c590d9f620 100644 --- a/recipes/appweb/appweb_2.0.4.bb +++ b/recipes/appweb/appweb_2.0.4.bb @@ -121,3 +121,6 @@ do_install () { # install -m 0755 bin/${APPWEB_OS}/* ${D}${libexecdir}/appWeb/ # install -m 0755 lib/lib*.so* ${D}${sysconfdir}/appWeb/lib/ #} + +SRC_URI[md5sum] = "f2cb79a03bf17c0f66f0a3a1dc1e2c46" +SRC_URI[sha256sum] = "17da486f983597f28c0efadb261b76b733155be7451ef34eefc65cb4058d883d" |