diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-12-19 15:44:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:16:30 +0000 |
commit | 2f4311370bbd0bc9f9330b9f410eb72fc9f9968f (patch) | |
tree | adfb65af1992f5ef0845a10e62c562251a68d4ec | |
parent | 813cc8e165e965cf6f1717086c1f8c8e7ee6422c (diff) | |
download | poky-2f4311370bbd0bc9f9330b9f410eb72fc9f9968f.tar.gz |
matchbox-themes-extra: fix SRC_URI
* projects.o-hand.com downloads have moved to downloads.yoctoproject.org
* Add missing SRC_URI checksums
(From OE-Core rev: 3b4912014fdc4c62ecef74ac870196e33f044c68)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb b/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb index fb91f03b12..1ba7b0a1b3 100644 --- a/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb +++ b/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_0.3.bb | |||
@@ -3,9 +3,12 @@ LICENSE = "GPL" | |||
3 | DEPENDS = "matchbox-wm" | 3 | DEPENDS = "matchbox-wm" |
4 | SECTION = "x11/wm" | 4 | SECTION = "x11/wm" |
5 | 5 | ||
6 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-themes-extra/${PV}/matchbox-themes-extra-${PV}.tar.bz2" | 6 | SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-themes-extra/${PV}/matchbox-themes-extra-${PV}.tar.bz2" |
7 | S = "${WORKDIR}/matchbox-themes-extra-${PV}" | 7 | S = "${WORKDIR}/matchbox-themes-extra-${PV}" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "04312628f4a21f4105bce1251ea08035" | ||
10 | SRC_URI[sha256sum] = "98a1c8695842b0cd7f32e67b0ef9118fd0f32db5297f3f08706c706dee8fc6be" | ||
11 | |||
9 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
10 | 13 | ||
11 | # split into several packages plus one meta package | 14 | # split into several packages plus one meta package |