| Submitter | Paul Eggleton |
|---|---|
| Date | Dec. 19, 2011, 3:44 p.m. |
| Message ID | <c59f8be6de7e3245822680c75715d388dd6674ac.1324309317.git.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/17241/ |
| State | Accepted |
| Commit | 3b4912014fdc4c62ecef74ac870196e33f044c68 |
| Headers | show |
Comments
Patch
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 fb91f03..1ba7b0a 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
* 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> --- .../matchbox-themes-extra_0.3.bb | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)