]> code.ossystems Code Review - openembedded-core.git/commitdiff
desktop-file-utils: Update to 0.21
authorSaul Wold <sgw@linux.intel.com>
Mon, 20 May 2013 21:25:01 +0000 (14:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 May 2013 13:07:00 +0000 (14:07 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.21.bb [moved from meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb with 57% similarity]

similarity index 57%
rename from meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.15.bb
rename to meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.21.bb
index b971c7e0af9261aeb93b3bf5a5f6bb289a67ef01..13f1db616fb0b3b6fd66037164f94292f1f9a21a 100644 (file)
@@ -3,14 +3,14 @@ HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
 DESCRIPTION = "command line utilities to work with *.desktop files"
 LICENSE = "GPLv2"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 DEPENDS = "glib-2.0-native"
 
-SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz"
+SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.xz"
+
+SRC_URI[md5sum] = "fda5c312c9fb3b8d818fb54f2c34db82"
+SRC_URI[sha256sum] = "b6c9b860538ef1cffbcdfbc9cb578f85a080ad8c1207c8b3a39e9fd183f9782b"
 
 inherit autotools native
 
 S = "${WORKDIR}/desktop-file-utils-${PV}"
-
-SRC_URI[md5sum] = "2fe8ebe222fc33cd4a959415495b7eed"
-SRC_URI[sha256sum] = "c463d851fb057acd53800cfc4f8ae39dcbcad7f03b4bd547288e95b6de53b022"