From 813cc8e165e965cf6f1717086c1f8c8e7ee6422c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 19 Dec 2011 15:44:01 +0000 Subject: matchbox-desktop: fix SRC_URI * projects.o-hand.com downloads have moved to downloads.yoctoproject.org * Add missing SRC_URI checksums (From OE-Core rev: 9564f9e9000d5d652b5520fcb11f2d4687256771) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb') 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 43e10ca14b..30f294baa5 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" -- cgit v1.2.3-54-g00ecf