summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb')
-rw-r--r--meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb5
1 files changed, 4 insertions, 1 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+"
3DEPENDS = "libmatchbox startup-notification" 3DEPENDS = "libmatchbox startup-notification"
4SECTION = "x11/wm" 4SECTION = "x11/wm"
5 5
6SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-desktop/0.9/matchbox-desktop-${PV}.tar.bz2" 6SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-desktop/0.9/matchbox-desktop-${PV}.tar.bz2"
7
8SRC_URI[md5sum] = "3335a30b1a1aacfb39f23b505254765c"
9SRC_URI[sha256sum] = "ecb025d3660d80a9850973111b4fdfffaa50b47cbf0c5467b508d28d65146793"
7 10
8EXTRA_OECONF = "--enable-startup-notification --enable-dnotify" 11EXTRA_OECONF = "--enable-startup-notification --enable-dnotify"
9 12