diff options
-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 |