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/gpsd | |
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/gpsd')
-rw-r--r-- | recipes/gpsd/gpsd_2.38.bb | 3 | ||||
-rw-r--r-- | recipes/gpsd/gpsd_2.39.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/gpsd/gpsd_2.38.bb b/recipes/gpsd/gpsd_2.38.bb index 06a5fe71a0..8d8b8d61e5 100644 --- a/recipes/gpsd/gpsd_2.38.bb +++ b/recipes/gpsd/gpsd_2.38.bb @@ -3,3 +3,6 @@ require gpsd.inc PR = "r2" # make attempts to link gpspacket.so without waiting for all compiler tasks: PARALLEL_MAKE = "" + +SRC_URI[gpsd.md5sum] = "725c320ca6fa35bcdaa1de2d8908f392" +SRC_URI[gpsd.sha256sum] = "ae828da850ac0590fd47768856c4ec29021332204182abe4ad94098d72168474" diff --git a/recipes/gpsd/gpsd_2.39.bb b/recipes/gpsd/gpsd_2.39.bb index 95260ff2be..308520b48f 100644 --- a/recipes/gpsd/gpsd_2.39.bb +++ b/recipes/gpsd/gpsd_2.39.bb @@ -3,3 +3,6 @@ require gpsd.inc PR = "r0" # make attempts to link gpspacket.so without waiting for all compiler tasks: PARALLEL_MAKE = "" + +SRC_URI[gpsd.md5sum] = "3db437196a6840c252fca99b6c19d4d0" +SRC_URI[gpsd.sha256sum] = "ee3b2fb403112c3871e7e4fdb915cdc25b020f3208318ba61e9ac37692832a21" |