aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/desktop-file-utils/desktop-file-utils_0.6.bb
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2010-09-24 06:09:13 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-10 03:09:04 -0700
commitbf10a3fdd6c75053b52791ef09b18448dd81e1d5 (patch)
treeadb759da3186f0c864bb41c3b588f189dba3a2e4 /recipes/desktop-file-utils/desktop-file-utils_0.6.bb
parent56d868fe0b1a091aaf3e2d3ee9ff9705f6ad6a6d (diff)
downloadopenembedded-bf10a3fdd6c75053b52791ef09b18448dd81e1d5.tar.gz
desktop-file-utils: fix broken download links
* fixed the SRC_URI download links * fixed md5 and sha256 sums for the downloads * Updated recipe license Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/desktop-file-utils/desktop-file-utils_0.6.bb')
-rw-r--r--recipes/desktop-file-utils/desktop-file-utils_0.6.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/desktop-file-utils/desktop-file-utils_0.6.bb b/recipes/desktop-file-utils/desktop-file-utils_0.6.bb
index 3267b8e434..2a1eaf2570 100644
--- a/recipes/desktop-file-utils/desktop-file-utils_0.6.bb
+++ b/recipes/desktop-file-utils/desktop-file-utils_0.6.bb
@@ -1,12 +1,12 @@
SECTION = "console/utils"
HOMEPAGE = "http://www.freedesktop.org/Software/desktop-file-utils"
DESCRIPTION = "command line utilities to work with *.desktop files"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
DEPENDS = "popt glib-2.0 gnome-vfs"
-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.gz"
inherit autotools
-SRC_URI[md5sum] = "0d6b6d4fa861f73e0b4225e93077578f"
-SRC_URI[sha256sum] = "64c05a48e91850627cfaa7314d4b4b847547bc4333fa9345994fa49c79276f3d"
+SRC_URI[md5sum] = "dcace3294470e9cdc9ebfe7de1881ece"
+SRC_URI[sha256sum] = "37245e1c606bbdbffa12d43e902a95d7081673191dc1246640c00cb5a8b4f4d2"