[oe-commits] Chase Maupin : desktop-file-utils: fix broken download links

git version control git at git.openembedded.org
Sun Oct 10 10:11:41 UTC 2010


Module: openembedded.git
Branch: master
Commit: bf10a3fdd6c75053b52791ef09b18448dd81e1d5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bf10a3fdd6c75053b52791ef09b18448dd81e1d5

Author: Chase Maupin <chasemaupin03 at gmail.com>
Date:   Fri Sep 24 06:09:13 2010 +0000

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 at ti.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../desktop-file-utils/desktop-file-utils_0.3.bb   |   11 ++++-------
 .../desktop-file-utils/desktop-file-utils_0.6.bb   |    8 ++++----
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/recipes/desktop-file-utils/desktop-file-utils_0.3.bb b/recipes/desktop-file-utils/desktop-file-utils_0.3.bb
index b4a35ae..4bd0295 100644
--- a/recipes/desktop-file-utils/desktop-file-utils_0.3.bb
+++ b/recipes/desktop-file-utils/desktop-file-utils_0.3.bb
@@ -1,16 +1,13 @@
 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"
 
-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 \
 	   file://m4.patch"
 
 inherit autotools
 
-SRC_URI[md5sum] = "40a93def0f37f1577c5edc638fcb35a5"
-SRC_URI[sha256sum] = "6e932e73818697ea9ec8909bed535a87ba34651031bbbedb63a42e4cdc423284"
-#CHECKSUMS.INI MISMATCH: I've got this instead:
-#SRC_URI[md5sum] = "a1c8bcd648da58bfe0b142042292caa8"
-#SRC_URI[sha256sum] = "06a3d9d97dce9773fc8ac47d6c01aa5e0c0c517cb6ac2e06a627479a0593efca"
+SRC_URI[md5sum] = "a1c8bcd648da58bfe0b142042292caa8"
+SRC_URI[sha256sum] = "06a3d9d97dce9773fc8ac47d6c01aa5e0c0c517cb6ac2e06a627479a0593efca"
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 3267b8e..2a1eaf2 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"





More information about the Openembedded-commits mailing list