summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* xserver-xorg: Fix build for mips64Khem Raj2012-05-212-0/+30
| | | | | | | | | | | | | | | mips64 N64 ABI has different size for int and pointer which means the compiler will complain about conversions which works fine for 32 bit since sizes are same. amd64 is taken care of already so we take care of mips64 with this patch by understanding the difference in sizes in compiler.h (From OE-Core rev: de21917ba83f104a2d53941f40a9b2b8d35dce49) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-kdrive: Fix X server on PowerPC when built with GCC 4.7.xGary Thomas2012-05-182-1/+235
| | | | | | | | | | | | | | Newer versions of GCC uncovered illegal code practice which can cause runtime failures in the Xext/xace.c code. This problem has been fixed upstream: http://cgit.freedesktop.org/xorg/xserver/patch/Xext/xace.c?id=6dae7f3792611aace1df0cca63bf50c50d93de43 Subject: xace: Invalid reference to out-of-scope data. Incorporate this patch into the recipe, with a PR bump. (From OE-Core rev: 7d1bb144404de650c6e83dfd095d16a796cbcf46) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg-lite: disable xmlto like full xserver-xorg doesMartin Jansa2012-05-172-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xmlto-native is unusable (see YOCTO #2416 xmlto/xsltproc stylesheets cannot be found even when they are installed in sysroot) * fails like this: | make[2]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xserver-xorg-lite/xserver-xorg-lite-2_1.11.2-r2/xorg-server-1.11.2/doc' | /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/xmlto xhtml-nochunks Xserver-spec.xml | /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/xmlto xhtml-nochunks Xinput.xml | xmlto: /OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xserver-xorg-lite/xserver-xorg-lite-2_1.11.2-r2/xorg-server-1.11.2/doc/Xinput.xml does not validate (status 3) | xmlto: Fix document syntax or use --skip-validation option | /OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xserver-xorg-lite/xserver-xorg-lite-2_1.11.2-r2/xorg-server-1.11.2/doc/Xinput.xml:3: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" | "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> | ^ | /OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xserver-xorg-lite/xserver-xorg-lite-2_1.11.2-r2/xorg-server-1.11.2/doc/Xinput.xml:40: parser error : Entity 'ldquo' not defined | btaining a copy of this software and associated documentation files (the &ldquo; | ^ | /OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xserver-xorg-lite/xserver-xorg-lite-2_1.11.2-r2/xorg-server-1.11.2/doc/Xinput.xml:40: parser error : Entity 'rdquo' not defined | of this software and associated documentation files (the &ldquo;Software&rdquo; | ^ | /OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xserver-xorg-lite/xserver-xorg-lite-2_1.11.2-r2/xorg-server-1.11.2/doc/Xinput.xml:42: parser error : Entity 'ldquo' not defined | btaining a copy of this software and associated documentation files (the &ldquo; | ^ | /OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xserver-xorg-lite/xserver-xorg-lite-2_1.11.2-r2/xorg-server-1.11.2/doc/Xinput.xml:42: parser error : Entity 'rdquo' not defined | of this software and associated documentation files (the &ldquo;Software&rdquo; | ^ | warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" | validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" | Document /OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xserver-xorg-lite/xserver-xorg-lite-2_1.11.2-r2/xorg-server-1.11.2/doc/Xinput.xml does not validate | xmlto: /OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xserver-xorg-lite/xserver-xorg-lite-2_1.11.2-r2/xorg-server-1.11.2/doc/Xserver-spec.xml does not validate (status 3) | xmlto: Fix document syntax or use --skip-validation option | make[2]: *** [Xinput.html] Error 13 | make[2]: *** Waiting for unfinished jobs.... | /OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/xserver-xorg-lite/xserver-xorg-lite-2_1.11.2-r2/xorg-server-1.11.2/doc/Xserver-spec.xml:4: warning: failed to load external entity "/xserver/doc/xml/xserver.ent" | <!ENTITY % defs SYSTEM "/xserver/doc/xml/xserver.ent"> %defs; | ^ | Entity: line 1: | %defs; | ^ (From OE-Core rev: e8c61491cdd28caa51b567c6ce40155504f9eadb) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-vmware: update package to 12.0.2Alexandru DAMIAN2012-05-171-3/+3
| | | | | | | | This patch updates the package version for the vmware xorg driver to 12.0.2, following upstream. No other changes made beside updating the checksums. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: Fix build on powerpcKhem Raj2012-05-112-4/+38
| | | | | | | (From OE-Core rev: 8a11f42d3ed526fae0c0bb050d7d0519904591b4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: Fix modules load failure in multilib environmentZhai Edwin2012-05-083-5/+54
| | | | | | | | | | | | | Multi-libs of Pango need different modules, thus different config files and utils. This patch separate config file and utils with different MLPREFIX to avoid conflict. [YOCTO #2356] got fixed. (From OE-Core rev: 80c431989eef64d2c34a9cddb7fb95b7b9768706) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util-image: Add missing dependency on xcb-utilRichard Purdie2012-05-081-0/+2
| | | | | | (From OE-Core rev: 616552506708d6dbb35a716be5bdff345edf2be0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xeyes/pong-clock: Update recipesRichard Purdie2012-05-083-4/+11
| | | | | | (From OE-Core rev: a1bdb86c6fcb925cef10e613dd553c766e359188) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-demoapps: Remove except for xeyes and pong-clockRichard Purdie2012-05-083-0/+430
| | | | | | | | | | http://lists.linuxtogo.org/pipermail/openembedded-core/2012-May/022059.html As proposed by Martin Jansa with a couple of changes from me. (From OE-Core rev: 204ee7391c19f9b2fa7f8b2ef46d04c7ccf5bd42) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* builder: Add Please Wait Dialog BoxSaul Wold2012-05-033-2/+35
| | | | | | | | | | Add dialog box while bitbake starts hob to inform user to please wait for the hob screen to become visible. (From OE-Core rev: d4d8dd9e272ee651b98bb336e96be601af366d41) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xauth: Update to 1.0.7Saul Wold2012-05-031-2/+2
| | | | | | | (From OE-Core rev: 7f020c1e8429ab510f4c41ac7b7abfdd4db308fb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bigreqsproto: Update to 1.1.2Saul Wold2012-05-031-2/+2
| | | | | | | (From OE-Core rev: cb96670f21707f8ae7ad58a6cb67cfaa6d7871a3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkbcomp: Update to 1.2.4Saul Wold2012-05-031-3/+2
| | | | | | | (From OE-Core rev: 7bab740e59bc25c9887d1e38e8106073b0c8c5af) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cairo: Update to 1.12.2Saul Wold2012-05-031-6/+14
| | | | | | | | | | Clean up some packaging issues, cairo-sphinx was installed and is a testing tool that does not need to be packaged (From OE-Core rev: 6a0dac89932b41502bb55a2dae07d835ca3c6245) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xhost: Update to 1.0.5Saul Wold2012-05-031-2/+2
| | | | | | | (From OE-Core rev: eb087d8dacab9e4a7ea1fce35cd86b0c71f0a630) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xmodmap: Update to 1.0.7Saul Wold2012-05-031-2/+2
| | | | | | | (From OE-Core rev: 6615decca17874dcd212d7a17bb3078808a705fb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* makedepend: upgrade from 1.0.3 to 1.0.4Nitin A Kamble2012-05-031-3/+2
| | | | | | | (From OE-Core rev: 4b3ab58c4319607aaa9ce6075d221a48b359feae) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: add missing flex-native/bison-native depsChristopher Larson2012-05-031-1/+1
| | | | | | | | | | | A quick glance at configure.ac shows that both are required to build mesa, but we were relying on their being built implicitly via other recipes in the dependency chain. Make it explicit. (From OE-Core rev: 4fb71999fad9e844850831caf2431ee8731787db) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg: add more native BBCLASSEXTENDs from meta-oeMartin Jansa2012-05-019-4/+9
| | | | | | | | | | | * We have now .bbappends in meta-oe, but adding native BBCLASSEXTEND doesn't add any maintenance cost to oe-core and makes recipe upgrades easier (no need to wait for .bbappend renames ready for meta-oe). (From OE-Core rev: 320816f96b81b8eac02b5bbdbd3d8c79d0095a00) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-app: Use ${libdir} and ${datadir} for packaging.Lianhao Lu2012-04-3016-14/+19
| | | | | | | | | | | | Used ${libdir} and ${datadir} instead of hard coded direcotries for packaging. Also included INC_PR in PR. (From OE-Core rev: ff533176a875663be797058bc35fa8ff3f9f8147) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-vesa: Add recommendation for xserver libint10 module which this ↵Richard Purdie2012-04-301-1/+3
| | | | | | | | | | driver needs Without this module, the driver doesn't work correctly. (From OE-Core rev: 04e5102e6d9f2332dd39467c3261d610338358fc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: Fix mklibs patch to simply remove troublesome uname usageRichard Purdie2012-04-302-27/+29
| | | | | | | | | Without this we started seeing the -mx32 flag being passed to the compiler for things like arm builds which makes no sense. (From OE-Core rev: 288b7a9d0e6093f85e4a1d3e34d4332b9c43b47b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xev: move from meta-demoappsDenis 'GNUtoo' Carikli2012-04-262-0/+92
| | | | | | | | | | | | * The location where xev was located didn't contain xorg-app-common.inc, but still xev requires it. So moving it fixes that issue. * File checksums and License checksums were also added. (From OE-Core rev: 764bc41950513bede2ff763d0db55961f00318da) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-kdrive: Add xkb to existing docs listSaul Wold2012-04-261-1/+1
| | | | | | | | | | | | | WARNING: For recipe xserver-kdrive, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/man WARNING: /usr/share/man/man5 WARNING: /usr/share/man/man1 WARNING: /usr/share/man/man1/Xephyr.1 WARNING: /usr/share/man/man1/Xserver.1 (From OE-Core rev: 93bd303d4af91769ae943841036a1b956ac2e940) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: import native support and --disable-introspection from meta-oeMartin Jansa2012-04-261-0/+3
| | | | | | | | | | * see http://git.openembedded.org/meta-openembedded/commit/?id=3f4c8edc60b3426dd96f76504169d742a04c1ce1 for details about --disable-introspection (From OE-Core rev: f3ff6f0d0ae3cef6f30a80fc64c251aec9dd1a01) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cairo: import native support from meta-oeMartin Jansa2012-04-262-1/+2
| | | | | | | (From OE-Core rev: d8f4551d96c952cb62e8d96f9d5d491be9151279) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: add native support and perl-native to DEPENDS from meta-oeMartin Jansa2012-04-261-0/+1
| | | | | | | (From OE-Core rev: 94cb365fdc54e119de958657f7ccf25f9f769017) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util-render: Add recipe that provides libxcb-render-utilMarko Katic2012-04-261-0/+14
| | | | | | | | | Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. This library was previously provided by xcb-util and is now a separate package. (From OE-Core rev: 7703a00515b3cc8f7d3855cf3654ee243ef7b146) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util-image: Add recipe that provides libxcb-image.Marko Katic2012-04-261-0/+10
| | | | | | | | | Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. This library was previously provided by xcb-util and is now a separate package. (From OE-Core rev: b554e29f356e3af27beaffb5b538265d010cd08e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util-keysyms: Add recipe that provides libxcb-keysyms.Marko Katic2012-04-261-0/+11
| | | | | | | | | Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. This library was previously provided by xcb-util and is now a separate package. (From OE-Core rev: e93c121b66f689df98b953b164abc4bd61351e37) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util-wm: Add recipe that provides libxcb-icccm and libxcb-ewmhMarko Katic2012-04-261-0/+12
| | | | | | | | | Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. These libraries were previously provided by xcb-util and are now a separate package. (From OE-Core rev: ee488dd2c33bb3f2818f28bd5db670f09d53ce1f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb_util.inc: Remove packaging and modify SRC_URI for multiple ${BPN} namesMarko Katic2012-04-261-15/+1
| | | | | | | | | | | | | | Xcb-util was split into separate packages during the 0.3.6 -> 0.3.8 transition. Update xcb_util.inc to reflect that by removing the older packaging. Libxcbatom, libxcbaux and libxcbevent are merged into libxcbutil. Libxcbicccm, libxcbimage, libxcbkeysyms and libxcbwm are now separate packages. Libxcbproperty and libxcbreply were made obsolete with this commit: http://cgit.freedesktop.org/xcb/util/commit/?id=81c62e7a04213abefa1ea82819887aaaa3c31a74 (From OE-Core rev: da4a2d49cd1674eddef80c58e5f2effc0035e477) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-input-evdev: Upgrade to 2.7.0Saul Wold2012-04-261-2/+3
| | | | | | | (From OE-Core rev: 18c0547fb870ccbdd6b08b4ad449591dfc8bba5c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-input-vmmouse: Upgrade to 12.8.0Saul Wold2012-04-261-4/+4
| | | | | | | (From OE-Core rev: d5440f4d8b2df46916669a21ff916812df00efdb) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-vmware: Upgrade to 12.0.1Saul Wold2012-04-261-4/+4
| | | | | | | (From OE-Core rev: 647078a9213f5a1c80c8fa25a5e06c271f5f6e8c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemugl: make postinst run at first bootScott Garman2012-04-181-5/+11
| | | | | | | | | | | | | | The previous postinst script was not working for images which use RPM because do_rootfs could allow qemugl to be installed after libgl1, and the postinst needs to run after libgl1 is installed. Hence, it's being changed to run at first boot instead of during do_rootfs. (From OE-Core rev: dc0fe3fbf9ca862c1d0d90468e6da326f58e3b41) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-wm-2: Fix incorrect update-alternativesMark Hatle2012-04-171-2/+2
| | | | | | | | | | Update-alternatives was pointing to matchbox-session, and should have been pointing to matchbox-window-manager. (From OE-Core rev: 9c08dcf468fd41897627d9efc650c74f8f5d8ed0) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa-common: package gl.pc in libgl-devJoshua Lock2012-04-101-1/+1
| | | | | | | | | | | gl.pc should be packaged in libgl-dev not the mesa-dev package Fixes [YOCTO #2059] (From OE-Core rev: d9d4fe9885e398df2062b3f2aed3fc274c656736) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* builder: uncomment the settings for BB_NUMBER_THREADS and PARALLEL_MAKEDexuan Cui2012-04-022-1/+6
| | | | | | | | | We use sed to enable the 2 settingis in conf/local.conf. (From OE-Core rev: eb985d333eb0f13e142da43b4b2b9ec5ad40ff30) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter: clutter_git is really clutter-1.8_git, renameRichard Purdie2012-03-281-0/+0
| | | | | | | | | | | | | | Both these clutter recipes provide 1.8. With different PN namespace, a world build cna build both causing the clutter libraries to "disappear" at certain points of the build. In particular, this causes issues for mx. This patch puts then into the same PN namespace so only one can be built. [YOCTO #2158] (From OE-Core rev: d5a7a9090b57793be1de63dca86fe40437628e9d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* builder: Enable auto starting of HobSaul Wold2012-03-272-4/+8
| | | | | | | (From OE-Core rev: bcf024fa1840d532c61ff56f369039bb1e531465) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: disable iwmmxtKhem Raj2012-03-231-1/+5
| | | | | | | | | | | | | | | | | Pixman build system is borked and always wants iwmmxt intrinsics it errors like below | ../pixman/.libs/libpixman-1.so: error: undefined reference to '__builtin_arm_wand' | ../pixman/.libs/libpixman-1.so: error: undefined reference to '__builtin_arm_wsrlhi' | ../pixman/.libs/libpixman-1.so: error: undefined reference to '__builtin_arm_walign' (From OE-Core rev: 413449897eed0b7382ae52d59b5e289958220ad5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Fix common typoes "existant", "dependant" and variationsRobert P. J. Day2012-03-221-1/+1
| | | | | | | | | | Fix a couple common typoes, all contained within comments so there should be no effect on functionality. (From OE-Core rev: dc52c3cbf3a7b7242d53019f7643495eb40c0566) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-kdrive: Fix packaging warningsSaul Wold2012-03-211-1/+2
| | | | | | | | | | | | | | | WARNING: For recipe xserver-kdrive, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib WARNING: /usr/lib/xorg WARNING: /usr/lib/xorg/protocol.txt WARNING: /usr/share/X11 WARNING: /usr/share/X11/xkb WARNING: /usr/share/X11/xkb/compiled WARNING: /usr/share/X11/xkb/compiled/README.compiled (From OE-Core rev: d036265de1d9931bedb660e01a763d3d1d9e4097) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxxf86dga: Upgrade to 1.1.3Saul Wold2012-03-212-11/+11
| | | | | | | (From OE-Core rev: 99d3d7c461e3b19ea807dd7aabfcd4c239b531a6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* imake: Upgrade to 1.0.5Saul Wold2012-03-211-3/+3
| | | | | | | (From OE-Core rev: fa21e26394a575a51fc1338c83deb20ccc1f4c23) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxi: upgrade to 1.4.5Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: 9d5bce4b769e78b95fd4d7e373b165f22db57a65) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcb: upgrade to 1.8.1Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: 9084854652020f16a21e1214f7bb47cf0bd5a974) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* font-util: upgrade to 1.3.0Shane Wang2012-03-211-3/+3
| | | | | | | (From OE-Core rev: c58a6ea0a29960d9b6f683d70318080a39b884c1) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* inputproto: upgrade to 2.2Shane Wang2012-03-211-2/+2
| | | | | | | (From OE-Core rev: 5d42b72f7d813e862adebd0a805aff7caebb0790) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>