diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-12-19 15:44:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:13:41 +0000 |
commit | 9564f9e9000d5d652b5520fcb11f2d4687256771 (patch) | |
tree | 086674a8f86c8491c674154a15e26a560580aec3 /meta/recipes-sato/matchbox-desktop | |
parent | 9734aaecf6bc347fac59b307df63597e501b4d72 (diff) | |
download | openembedded-core-contrib-9564f9e9000d5d652b5520fcb11f2d4687256771.tar.gz |
matchbox-desktop: fix SRC_URI
* projects.o-hand.com downloads have moved to downloads.yoctoproject.org
* Add missing SRC_URI checksums
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-desktop')
-rw-r--r-- | meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb | 5 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb index 43e10ca14bc..30f294baa58 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb @@ -3,7 +3,10 @@ LICENSE = "GPLv2.0+" DEPENDS = "libmatchbox startup-notification" SECTION = "x11/wm" -SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-desktop/0.9/matchbox-desktop-${PV}.tar.bz2" +SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-desktop/0.9/matchbox-desktop-${PV}.tar.bz2" + +SRC_URI[md5sum] = "3335a30b1a1aacfb39f23b505254765c" +SRC_URI[sha256sum] = "ecb025d3660d80a9850973111b4fdfffaa50b47cbf0c5467b508d28d65146793" EXTRA_OECONF = "--enable-startup-notification --enable-dnotify" diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb index 3e95bc1c695..7775704744c 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb @@ -4,9 +4,12 @@ DEPENDS = "gtk+ startup-notification" SECTION = "x11/wm" PR = "r2" -SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-desktop/2.0/matchbox-desktop-${PV}.tar.bz2 \ +SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-desktop/2.0/matchbox-desktop-${PV}.tar.bz2 \ file://dso_linking_change_build_fix.patch" +SRC_URI[md5sum] = "b0a4a47130272e2adab4e9feb43a6c9c" +SRC_URI[sha256sum] = "be33ff0bc8a9b1eee6af360a5118e470e69a6292ecc9e154ec6f349fce5c5f75" + EXTRA_OECONF = "--enable-startup-notification" inherit autotools pkgconfig |