diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-10-09 16:20:25 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-09 12:33:16 +0000 |
commit | b8013eae0af551e818aa506915a696be2d3d3341 (patch) | |
tree | 32a7f92ad7b4be8d5db36bebbd8379eb16228523 /meta/recipes-extended/xdg-utils | |
parent | 24e95761c2ecbfe5e605d05e58f650f716fe630e (diff) | |
download | poky-b8013eae0af551e818aa506915a696be2d3d3341.tar.gz |
xdg-utils: update to 1.1.2
(From OE-Core rev: 7b29829e072fa51b8cb24f31e44d60635a86e4e9)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/xdg-utils')
-rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils_1.1.2.bb (renamed from meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.2.bb index 34f8d107b2..7339289de6 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.2.bb | |||
@@ -22,8 +22,8 @@ SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tar.gz \ | |||
22 | file://0001-Don-t-build-the-in-script-manual.patch \ | 22 | file://0001-Don-t-build-the-in-script-manual.patch \ |
23 | " | 23 | " |
24 | 24 | ||
25 | SRC_URI[md5sum] = "2d0aec6037769a5f138ff404b1bb4b15" | 25 | SRC_URI[md5sum] = "361e75eb76c94d19f6f4f330d8ee626b" |
26 | SRC_URI[sha256sum] = "b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7bc4125" | 26 | SRC_URI[sha256sum] = "951952e2c6bb21214e0bb54e0dffa057d30f5563300225c24c16fba846258bcc" |
27 | 27 | ||
28 | UPSTREAM_CHECK_REGEX = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)" | 28 | UPSTREAM_CHECK_REGEX = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)" |
29 | 29 | ||