diff options
author | Dengke Du <dengke.du@windriver.com> | 2017-02-06 01:00:33 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-07 14:50:10 +0000 |
commit | c0f56dbaf3c4fe6b9ba8fbdbe886dc2e8f11726b (patch) | |
tree | c8d1bedf6b4e03f875f20bdbbe431e0071a800df /meta/recipes-devtools/dosfstools | |
parent | 1baae2a0d19801197205671298b499dac631d4f1 (diff) | |
download | poky-c0f56dbaf3c4fe6b9ba8fbdbe886dc2e8f11726b.tar.gz |
dosfstools: upgrade to 4.1
upgrade dosfstools from 4.0 to 4.1
(From OE-Core rev: 38c9e4531bcac71b873dd3bc0b264954c9d90150)
Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dosfstools')
-rw-r--r-- | meta/recipes-devtools/dosfstools/dosfstools_4.1.bb (renamed from meta/recipes-devtools/dosfstools/dosfstools_4.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_4.0.bb b/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb index e7b1f61096..458cf877da 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_4.0.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb | |||
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
11 | 11 | ||
12 | SRC_URI = "https://github.com/dosfstools/dosfstools/releases/download/v${PV}/${BP}.tar.xz \ | 12 | SRC_URI = "https://github.com/dosfstools/dosfstools/releases/download/v${PV}/${BP}.tar.xz \ |
13 | " | 13 | " |
14 | SRC_URI[md5sum] = "20f8388b99702f276c973d228c7cff45" | 14 | SRC_URI[md5sum] = "07a1050db1a898e9a2e03b0c4569c4bd" |
15 | SRC_URI[sha256sum] = "9037738953559d1efe04fc5408b6846216cc0138f7f9d32de80b6ec3c35e7daf" | 15 | SRC_URI[sha256sum] = "e6b2aca70ccc3fe3687365009dd94a2e18e82b688ed4e260e04b7412471cc173" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/dosfstools/dosfstools/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/dosfstools/dosfstools/releases" |
18 | 18 | ||