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:13:47 +0000 |
commit | 3b4912014fdc4c62ecef74ac870196e33f044c68 (patch) | |
tree | da395b56c59b1386744e5755ab6dda08153b773c /meta-demoapps/recipes-sato | |
parent | 9564f9e9000d5d652b5520fcb11f2d4687256771 (diff) | |
download | openembedded-core-3b4912014fdc4c62ecef74ac870196e33f044c68.tar.gz openembedded-core-3b4912014fdc4c62ecef74ac870196e33f044c68.tar.bz2 openembedded-core-3b4912014fdc4c62ecef74ac870196e33f044c68.tar.xz openembedded-core-3b4912014fdc4c62ecef74ac870196e33f044c68.zip |
matchbox-themes-extra: 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-demoapps/recipes-sato')
-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 fb91f03b1..1ba7b0a1b 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" DEPENDS = "matchbox-wm" SECTION = "x11/wm" -SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-themes-extra/${PV}/matchbox-themes-extra-${PV}.tar.bz2" +SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-themes-extra/${PV}/matchbox-themes-extra-${PV}.tar.bz2" S = "${WORKDIR}/matchbox-themes-extra-${PV}" +SRC_URI[md5sum] = "04312628f4a21f4105bce1251ea08035" +SRC_URI[sha256sum] = "98a1c8695842b0cd7f32e67b0ef9118fd0f32db5297f3f08706c706dee8fc6be" + inherit autotools pkgconfig # split into several packages plus one meta package |