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/mrxvt | |
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/mrxvt')
-rw-r--r-- | recipes/mrxvt/mrxvt_0.5.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/mrxvt/mrxvt_0.5.2.bb b/recipes/mrxvt/mrxvt_0.5.2.bb index c1811cb167..ddae54da43 100644 --- a/recipes/mrxvt/mrxvt_0.5.2.bb +++ b/recipes/mrxvt/mrxvt_0.5.2.bb @@ -17,3 +17,8 @@ EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \ --x-libraries=${STAGING_LIBDIR} \ --enable-everything \ --disable-debug" + +SRC_URI[md5sum] = "ed87b7dd9f4fb482de0f14f085085027" +SRC_URI[sha256sum] = "558491d1f112362780abaf7429d14216e658b7768dd30f82f102ce646d3065cf" +SRC_URI[md5sum] = "021613030ae67c5c9868ec2a0c031172" +SRC_URI[sha256sum] = "a41c3eb4cf94fe7b059468983a2f533e0669d0204088fa5ece365b1663b560c7" |