summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-11-13 21:32:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-18 16:42:06 +0000
commit113852387e0785677926b4b253862e9fea732170 (patch)
tree409e01b4f6a72edc2edc92bb03267c4036371e3f /meta/recipes-graphics
parent374960bd8c625df69cdf3673e35a192248a2a0a9 (diff)
downloadpoky-113852387e0785677926b4b253862e9fea732170.tar.gz
mx: Update to 1.4.7
Source moved to GitHub (From OE-Core rev: 1f2f35ba7607b503af2cdf51a459c6de786f554d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/mx/mx_1.4.7.bb (renamed from meta/recipes-graphics/mx/mx_1.4.6.bb)13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta/recipes-graphics/mx/mx_1.4.6.bb b/meta/recipes-graphics/mx/mx_1.4.7.bb
index 81bc5b9e54..fd9189bcea 100644
--- a/meta/recipes-graphics/mx/mx_1.4.6.bb
+++ b/meta/recipes-graphics/mx/mx_1.4.7.bb
@@ -1,19 +1,18 @@
1DESCRIPTION = "Clutter based widget library" 1DESCRIPTION = "Clutter based widget library"
2LICENSE = "LGPLv2.1" 2LICENSE = "LGPLv2.1"
3 3
4LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \
5 file://mx/mx-widget.c;beginline=8;endline=20;md5=13bba3c973a72414a701e1e87b5ee879"
6
4PR = "r0" 7PR = "r0"
5 8
6DEPENDS = "clutter-1.8 dbus-glib libxrandr gdk-pixbuf startup-notification" 9DEPENDS = "clutter-1.8 dbus-glib libxrandr gdk-pixbuf startup-notification"
7 10
8inherit autotools gettext 11inherit autotools gettext
9 12
10SRC_URI = "http://source.clutter-project.org/sources/mx/1.4/mx-${PV}.tar.bz2" 13SRC_URI = "https://github.com/downloads/clutter-project/${BPN}/${BP}.tar.xz"
11 14
12SRC_URI[md5sum] = "c7192ca7c43bb1a39adc2fafdc012f49" 15SRC_URI[md5sum] = "19b1e4918a5ae6d014fc0dab2bb3d0a1"
13SRC_URI[sha256sum] = "a3c7ffaf29b282144c982757b450d145cd85867183dfafef4750a00a0d406672" 16SRC_URI[sha256sum] = "1d2930d196717cacbee0ee101cf21d289b8200b5e938823d852b3b4a2f4a0e9d"
14
15LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \
16 file://mx/mx-widget.c;beginline=8;endline=20;md5=13bba3c973a72414a701e1e87b5ee879"
17 17
18EXTRA_OECONF = "--disable-introspection --disable-gtk-widgets --with-dbus" 18EXTRA_OECONF = "--disable-introspection --disable-gtk-widgets --with-dbus"
19