diff options
author | Christian Rüb <christian.rueb@gmx.net> | 2010-05-01 12:13:13 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-01 22:28:56 +0200 |
commit | 945ace6092702a1c827b122fb664d4a2204713f0 (patch) | |
tree | 85d1c719fcbc8aa9257c7a3e703306fd64ae4c49 /recipes/qgpslog | |
parent | 6098e9af892783b38b4818f08a2db18ec5eaf2c2 (diff) |
qgpslog: update to 0.2.1
* make resource requesting work while discharging
Signed-off-by: Christian Rüb <christian.rueb@gmx.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/qgpslog')
-rw-r--r-- | recipes/qgpslog/qgpslog_0.2.1.bb (renamed from recipes/qgpslog/qgpslog_0.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/qgpslog/qgpslog_0.2.0.bb b/recipes/qgpslog/qgpslog_0.2.1.bb index 4635e51e73..7952d2bffc 100644 --- a/recipes/qgpslog/qgpslog_0.2.0.bb +++ b/recipes/qgpslog/qgpslog_0.2.1.bb @@ -9,8 +9,8 @@ PR = "r0" SRC_URI = "http://openmoko.senfdax.de/sources/${PN}-${PV}.tar.gz;name=archive" -SRC_URI[archive.md5sum] = "26254f2dafc31260f65a8457ff7eada5" -SRC_URI[archive.sha256sum] = "3f7ef5e1b59f3d75c064d184ff0f91b149c2abfb7e996f70c8f39da8d96383e9" +SRC_URI[archive.md5sum] = "c4469fa6a84b38cf38c0ecc1d71c2727" +SRC_URI[archive.sha256sum] = "198d0a5a995c30816dd2f7fc23c78b8d4d5c340f93480e78169282216479a607" inherit qt4x11 |