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/netsurf | |
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/netsurf')
-rw-r--r-- | recipes/netsurf/hubbub_0.0.1.bb | 3 | ||||
-rw-r--r-- | recipes/netsurf/libnsbmp_0.0.1.bb | 3 | ||||
-rw-r--r-- | recipes/netsurf/libnsgif_0.0.1.bb | 3 | ||||
-rw-r--r-- | recipes/netsurf/libparserutils_0.0.1.bb | 3 | ||||
-rw-r--r-- | recipes/netsurf/netsurf_2.1.bb | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/recipes/netsurf/hubbub_0.0.1.bb b/recipes/netsurf/hubbub_0.0.1.bb index bfbe71ffcf..aa74e957fc 100644 --- a/recipes/netsurf/hubbub_0.0.1.bb +++ b/recipes/netsurf/hubbub_0.0.1.bb @@ -29,3 +29,6 @@ do_stage() { do_install() { oe_runmake install } + +SRC_URI[md5sum] = "58c6e2b5a5906f3f0bf136c0c71b5403" +SRC_URI[sha256sum] = "3ba0bdf71376429bb3ce8ae51595fc25e6a5147cdcc26e47b6da17386eb78cdf" diff --git a/recipes/netsurf/libnsbmp_0.0.1.bb b/recipes/netsurf/libnsbmp_0.0.1.bb index a17cd31746..96b48c2999 100644 --- a/recipes/netsurf/libnsbmp_0.0.1.bb +++ b/recipes/netsurf/libnsbmp_0.0.1.bb @@ -22,3 +22,6 @@ do_stage() { do_install() { oe_runmake install } + +SRC_URI[md5sum] = "61e1e5703580c1bc7d950a1aacea7bad" +SRC_URI[sha256sum] = "424d12aae7a6ea8c90438cf4ccff486dc01a3a2a7b68eb602ee2b8c28178b6d1" diff --git a/recipes/netsurf/libnsgif_0.0.1.bb b/recipes/netsurf/libnsgif_0.0.1.bb index f2b113831f..7561ac727f 100644 --- a/recipes/netsurf/libnsgif_0.0.1.bb +++ b/recipes/netsurf/libnsgif_0.0.1.bb @@ -25,3 +25,6 @@ do_stage() { do_install() { oe_runmake install } + +SRC_URI[md5sum] = "a547da766fccacd00fd05190baf644da" +SRC_URI[sha256sum] = "54f316f530caaacd55dc23f546537759382a45ac6378ead249b5a5d51cf4db52" diff --git a/recipes/netsurf/libparserutils_0.0.1.bb b/recipes/netsurf/libparserutils_0.0.1.bb index 5317364a84..56bc4d0ae7 100644 --- a/recipes/netsurf/libparserutils_0.0.1.bb +++ b/recipes/netsurf/libparserutils_0.0.1.bb @@ -34,3 +34,6 @@ do_stage () { do_install() { oe_runmake install } + +SRC_URI[md5sum] = "5999c2d52f8c07eeef2a8808fee4f858" +SRC_URI[sha256sum] = "5aed4edfd2023ed3ccd566fe76131d10faf43c8c3efa2e90978eed37c5503165" diff --git a/recipes/netsurf/netsurf_2.1.bb b/recipes/netsurf/netsurf_2.1.bb index 849a8e5fcf..4e6559400e 100644 --- a/recipes/netsurf/netsurf_2.1.bb +++ b/recipes/netsurf/netsurf_2.1.bb @@ -32,3 +32,6 @@ do_install() { install -m 0644 ${WORKDIR}/netsurf.png ${D}/${datadir}/pixmaps/ install -m 0644 ${WORKDIR}/netsurf.desktop ${D}/${datadir}/applications/ } + +SRC_URI[md5sum] = "f0a34fd076b492c1a13b45432e8d7e49" +SRC_URI[sha256sum] = "cda2cf41c852938c226c47c2b995d527387120141f68b416ea745e50a7165a81" |