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/lcdproc | |
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/lcdproc')
-rw-r--r-- | recipes/lcdproc/lcdproc_0.4.5.bb | 3 | ||||
-rw-r--r-- | recipes/lcdproc/lcdproc_0.5.0.bb | 4 | ||||
-rw-r--r-- | recipes/lcdproc/lcdproc_0.5.1.bb | 3 |
3 files changed, 9 insertions, 1 deletions
diff --git a/recipes/lcdproc/lcdproc_0.4.5.bb b/recipes/lcdproc/lcdproc_0.4.5.bb index 855dfb5a6e..c70977c35d 100644 --- a/recipes/lcdproc/lcdproc_0.4.5.bb +++ b/recipes/lcdproc/lcdproc_0.4.5.bb @@ -48,3 +48,6 @@ pkg_prerm () { update-rc.d $D lcdproc remove update-rc.d $D lcdd remove } + +SRC_URI[md5sum] = "c1e74364963054b26b2a77a37bd2bf36" +SRC_URI[sha256sum] = "a2163b474d75dc87891c6a81ce9e89f0c9ceab7cbef14b50f066bf3508eec977" diff --git a/recipes/lcdproc/lcdproc_0.5.0.bb b/recipes/lcdproc/lcdproc_0.5.0.bb index 0c6cf669c0..f5fd037462 100644 --- a/recipes/lcdproc/lcdproc_0.5.0.bb +++ b/recipes/lcdproc/lcdproc_0.5.0.bb @@ -1 +1,3 @@ -require lcdproc5.inc
\ No newline at end of file +require lcdproc5.inc +SRC_URI[md5sum] = "4b67e421c19063fa322611a849ab5b80" +SRC_URI[sha256sum] = "a7567f3f68517008e68d15b33630f36ba539540fbb361a2f9c440ce2ceb8393b" diff --git a/recipes/lcdproc/lcdproc_0.5.1.bb b/recipes/lcdproc/lcdproc_0.5.1.bb index dafcbba170..3816a3a184 100644 --- a/recipes/lcdproc/lcdproc_0.5.1.bb +++ b/recipes/lcdproc/lcdproc_0.5.1.bb @@ -17,3 +17,6 @@ PACKAGES =+ "lcdvc lcdd-driver-g15" CONFFILES_lcdvc = "${sysconfdir}/lcdvc.conf" FILES_lcdvc = "${CONFFILES_lcdvc} ${sbindir}/lcdvc" FILES_lcdd-driver-g15 = "${libdir}/lcdproc/g15.so" + +SRC_URI[md5sum] = "ad13d6cce7a7e068d85a66d30285af95" +SRC_URI[sha256sum] = "f459280eb4eeb70be584895364c97ffab22b888235b2351a31e1c87ca9710727" |