diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-01-11 18:34:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 11:54:30 +0000 |
commit | 879c36e69889ed4945f427d5947555949c024023 (patch) | |
tree | 9b84f82aa42e0355ce3d6b6f46bad6fbc3d5ff8c /meta | |
parent | d1950aaed812dc98d0536ec819c82b7a6160b316 (diff) | |
download | openembedded-core-879c36e69889ed4945f427d5947555949c024023.tar.gz openembedded-core-879c36e69889ed4945f427d5947555949c024023.tar.bz2 openembedded-core-879c36e69889ed4945f427d5947555949c024023.zip |
quota: upgrade to 4.01
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/quota/quota_4.01.bb (renamed from meta/recipes-extended/quota/quota_4.00.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/quota/quota_4.00.bb b/meta/recipes-extended/quota/quota_4.01.bb index 25f6381ac2..e2b7ad73e5 100644 --- a/meta/recipes-extended/quota/quota_4.00.bb +++ b/meta/recipes-extended/quota/quota_4.01.bb @@ -10,8 +10,8 @@ PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/project/linuxquota/quota-tools/${PV}/quota-${PV}.tar.gz" -SRC_URI[md5sum] = "975f587ff761a60ac25dbe6c00865925" -SRC_URI[sha256sum] = "eb2b045f58b98299edc568b8607b95b10735b4a131fa5196f41c89b51fb409ba" +SRC_URI[md5sum] = "5c2c31e321d2e1322ce12d69ae5c66d6" +SRC_URI[sha256sum] = "a36300bbc126b79b745bf937245092808b4585aa3309ef3335d4ab9d873cd206" S = "${WORKDIR}/quota-tools" |