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:10 +0000 |
commit | 7b29829e072fa51b8cb24f31e44d60635a86e4e9 (patch) | |
tree | eb9800e84b197f8eae6a8b0754be48e91cac9cf7 | |
parent | 939e6ca27ca1f500bc3bbfdf4f7f893a57cc0820 (diff) | |
download | openembedded-core-7b29829e072fa51b8cb24f31e44d60635a86e4e9.tar.gz openembedded-core-7b29829e072fa51b8cb24f31e44d60635a86e4e9.tar.bz2 openembedded-core-7b29829e072fa51b8cb24f31e44d60635a86e4e9.zip |
xdg-utils: update to 1.1.2
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
-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 \ file://0001-Don-t-build-the-in-script-manual.patch \ " -SRC_URI[md5sum] = "2d0aec6037769a5f138ff404b1bb4b15" -SRC_URI[sha256sum] = "b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7bc4125" +SRC_URI[md5sum] = "361e75eb76c94d19f6f4f330d8ee626b" +SRC_URI[sha256sum] = "951952e2c6bb21214e0bb54e0dffa057d30f5563300225c24c16fba846258bcc" UPSTREAM_CHECK_REGEX = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)" |