summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics
AgeCommit message (Collapse)AuthorFiles
2012-07-26libxp: Change superfluous "+=" to simple "=" when using _appendRobert P. J. Day1
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-07-22mesa-common: Update for python-native changesMorgan Little1
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22pango: cleanup thanks to new gtk-doc.bbclassRoss Burton2
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22clutter: cleanup thanks to new gtk-doc.bbclassRoss Burton3
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20cogl: cleanup thanks to new gtk-doc.bbclassRoss Burton3
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie2
The bb and os modules are always imported so having these extra import calls are a waste of space/execution time. They also set a bad example for people copy and pasting code so clean them up. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie4
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17pango: fix dependencies to avoid build issueNitin A Kamble1
this commit avoids this build issue: | /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.7.1/ld: cannot find -lelf | collect2: error: ld returned 1 exit status ... | make: *** [all] Error 2 | ERROR: oe_runmake failed NOTE: package pango-1.28.4-r7: task do_compile: Failed Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17xf86-video-vmware: fix build with automake 1.12.xNitin A Kamble1
automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Fixes this build issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/xf86-video-vmware-2_12.0.1-r17.1/image/usr/bin': No such file or directory NOTE: package xf86-video-vmware-2_12.0.1-r17.1: task do_install: Failed No PR bump as no change in the output. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17libx11: fix makekeys buildMartin Jansa4
* on hosts without libx11 installed it fails with | makekeys.c:33:27: fatal error: X11/Xresource.h: No such file or directory since oe-core rev 52d4ff7b35602faa52360a3e7a800891ef60c739 * upstream added -I$(top_srcdir)/include in 24283d40b1e4314c6647dda49d2a159833341a8b to ensure that right Xresource.h version is used, but we're building makekeys outside source tree (x11_disable_makekeys.patch), so we need to pass -I${S}/include in our makekeys build too * building makekeys outside source tree isn't probably needed anymore and recipes should be updated to reflect that, upstream fixes: https://bugs.freedesktop.org/show_bug.cgi?id=22584 http://cgit.freedesktop.org/xorg/lib/libX11/commit/src/util/Makefile.am?id=b2487d07f7b355f230a56e32c763acd08862735c http://cgit.freedesktop.org/xorg/lib/libX11/commit/src/util/Makefile.am?id=24283d40b1e4314c6647dda49d2a159833341a8b Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-16Update proto -> protocol for recipesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-07-11directfb: disable imlib2 explicitlyDennis Lan1
When HOST machine installed imlib2, compiling directfb in OE will direct this library, and try to use it. This is wrong, since there is no imlib in OE, so we should disable it explicitly here. Error as following: | idirectfbimageprovider_imlib2.c:64:20: fatal error: Imlib2.h: No such file or directory Config.log as following (which is wrong): configure:19602: checking for imlib2-config configure:19620: found /usr/bin/imlib2-config configure:19633: result: /usr/bin/imlib2-config Signed-off-by: Dennis Lan <dennis.yxun@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-09pixman: upgrade to 0.26.2Laurentiu Palcu1
Also, disable Loongson MMI for now because Pixman's build system will autodetect a Loongson2f architecture revision and the build will fail. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-09xinput: upgrade to 1.6.0Laurentiu Palcu2
Licence file changed, an entire part has been removed. See diff below: << TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -Copyright 2007 Peter Hutterer - -Permission to use, copy, modify, distribute, and sell this software and its -documentation for any purpose is hereby granted without fee, provided that -the above copyright notice appear in all copies and that both that -copyright notice and this permission notice appear in supporting -documentation. - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR -OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of the author shall -not be used in advertising or otherwise to promote the sale, use or -other dealings in this Software without prior written authorization -from the author. - - +Copyright © 2007 Peter Hutterer Copyright © 2009 Red Hat, Inc. Permission is hereby granted, free of charge, to any person obtaining a >>
2012-07-09libxi: upgrade to 1.6.1Laurentiu Palcu1
2012-07-09libx11-diet: upgrade to 1.5.0Laurentiu Palcu6
The X18NCMSstubs.diff was modified to please the -Werror=return-type compiler option. Otherwise, it will throw an error. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-09libx11-trim: upgrade to 1.5.0Laurentiu Palcu4
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-09libx11: upgrade to 1.5.0Laurentiu Palcu5
Removed one backported patch. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-09directfb-examples: upgrade to 1.6.0Laurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-09directfb: upgrade to 1.6.1Laurentiu Palcu6
Removed two backported patches that already exist in the current version and fixed a compilation issue when zlib is used. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-09startup-notification: bump PR because libxcb-util soname was changedMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-04xcb-util-keysyms: upgrade to 0.3.9Laurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-04xcb-util-image: upgrade to 0.3.9Laurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-04xcb-util-wm: upgrade to 0.3.9Laurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-04libxft: upgrade to 2.3.1Laurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-04libdrm: upgrade to 2.4.35Laurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-04xcb-util: upgrade to 0.3.9Laurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-04xf86-input-synaptics: upgrade to 1.6.2Laurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-04xf86-input-vmmouse: upgrade to 12.9.0Laurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-06-27mx: Upgrade to 1.4.6Saul Wold2
Remove patch as introspection.m4 is now included with the upstream Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-25xev: updated to 1.2.0Valentin Popa3
tested on sato Signed-off-by: Valentin Popa <valentin.popa@intel.com>
2012-06-21Simplify "SRC_URI_append +=" to "SRC_URI_append ="Robert P. J. Day1
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-19freetype: clean up FILE after PACKAGE reorderSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-18tzdata, matchbox-session, mini-x-session: replace RCONFLICTS with RCONFLICTS_Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-18recipes: replace CONFLICTS with RCONFLICTS_${PN}Martin Jansa9
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-18directfb: fix Upstream-status -> Upstream-StatusSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-06-18core-image-gtk-directfb, qt4e-demo-image: Remove module-init-tools from ↵Laurentiu Palcu1
IMAGE_INSTALL list As module-init-tools package does not exist anymore there's no reason to have it in the IMAGE_INSTALL package list. If RPM package manager is used, build will fail with: Unable to find package module-init-tools (module-init-tools)! [Yocto #2580] Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-06-15directfb: added missing Upstream-statusLaurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-15pango: added upstream-status status.Lianhao Lu1
Added missing upstream status. Signed-off-by: Edwin Zhai <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-13connman: bump PR and add some commentsLaurentiu Palcu1
The comments are for informing anyone who wants to change USERADD_PARAMs to make sure it's in sync with the one in xserver-nodm-init, in order for rootless X to work. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-06-11menu-cache: upgrade to 0.3.3Laurentiu Palcu1
Other changes: - licence MD5 for menu-cache.h has changed because some whitespaces were removed; Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-11freetype: upgrade to 2.4.9Laurentiu Palcu2
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-05directfb-examples: upgrade to 1.5.3Laurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-06-05directfb: upgrade to 1.5.3Laurentiu Palcu5
Also, backported a couple of patches from upstream that fix some compilations issues for ARM and PPC. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-30libpciaccess: upgrade to 0.13.1Laurentiu Palcu2
Removed also the fix_deletion_of_last_handle.patch because the new version includes it. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-30fontsproto: upgrade to 2.1.2Laurentiu Palcu1
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-30fontconfig: upgrade to 2.9.0Laurentiu Palcu4
Other changes: - licence checksums because the licence headers changed slightly: several other authors were added and Keith Packard's name has been replaced with "author(s)". That's it. - rebased the fix-pkgconfig.patch to apply on 2.9.0 - removed all sed instructions in do_configure_append() that were changing fc-arch/Makefile. In the new version the fc-arch/ directory has been removed in order to make the package cross-compiling safe Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-25glew: fix build with automake 1.12Nitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-05-25fontconfig-native: Be clear about FILE search pathRichard Purdie1
This avoids warnings from the new file checksum code. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-24xserver-xf86-config: Add xorg.conf for arm,mips,ppc,sh qemu machinesKhem Raj6
Signed-off-by: Khem Raj <raj.khem@gmail.com>