diff options
-rw-r--r-- | meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb | 5 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb index 43e10ca14b..30f294baa5 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb | |||
@@ -3,7 +3,10 @@ LICENSE = "GPLv2.0+" | |||
3 | DEPENDS = "libmatchbox startup-notification" | 3 | DEPENDS = "libmatchbox startup-notification" |
4 | SECTION = "x11/wm" | 4 | SECTION = "x11/wm" |
5 | 5 | ||
6 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-desktop/0.9/matchbox-desktop-${PV}.tar.bz2" | 6 | SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-desktop/0.9/matchbox-desktop-${PV}.tar.bz2" |
7 | |||
8 | SRC_URI[md5sum] = "3335a30b1a1aacfb39f23b505254765c" | ||
9 | SRC_URI[sha256sum] = "ecb025d3660d80a9850973111b4fdfffaa50b47cbf0c5467b508d28d65146793" | ||
7 | 10 | ||
8 | EXTRA_OECONF = "--enable-startup-notification --enable-dnotify" | 11 | EXTRA_OECONF = "--enable-startup-notification --enable-dnotify" |
9 | 12 | ||
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" | |||
4 | SECTION = "x11/wm" | 4 | SECTION = "x11/wm" |
5 | PR = "r2" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-desktop/2.0/matchbox-desktop-${PV}.tar.bz2 \ | 7 | SRC_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 | ||
10 | SRC_URI[md5sum] = "b0a4a47130272e2adab4e9feb43a6c9c" | ||
11 | SRC_URI[sha256sum] = "be33ff0bc8a9b1eee6af360a5118e470e69a6292ecc9e154ec6f349fce5c5f75" | ||
12 | |||
10 | EXTRA_OECONF = "--enable-startup-notification" | 13 | EXTRA_OECONF = "--enable-startup-notification" |
11 | 14 | ||
12 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |