summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-19 15:44:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-21 17:16:29 +0000
commit813cc8e165e965cf6f1717086c1f8c8e7ee6422c (patch)
treee415bae28ca97ffc0f8ede3b1656456be0fd01a1 /meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb
parent4536aef46b480f38f1cc43da545dd53214e38eda (diff)
downloadpoky-813cc8e165e965cf6f1717086c1f8c8e7ee6422c.tar.gz
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 <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb')
-rw-r--r--meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb5
1 files changed, 4 insertions, 1 deletions
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 3e95bc1c69..7775704744 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"
4SECTION = "x11/wm" 4SECTION = "x11/wm"
5PR = "r2" 5PR = "r2"
6 6
7SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-desktop/2.0/matchbox-desktop-${PV}.tar.bz2 \ 7SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-desktop/2.0/matchbox-desktop-${PV}.tar.bz2 \
8 file://dso_linking_change_build_fix.patch" 8 file://dso_linking_change_build_fix.patch"
9 9
10SRC_URI[md5sum] = "b0a4a47130272e2adab4e9feb43a6c9c"
11SRC_URI[sha256sum] = "be33ff0bc8a9b1eee6af360a5118e470e69a6292ecc9e154ec6f349fce5c5f75"
12
10EXTRA_OECONF = "--enable-startup-notification" 13EXTRA_OECONF = "--enable-startup-notification"
11 14
12inherit autotools pkgconfig 15inherit autotools pkgconfig