summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
...
* mx: add dependenciesPaul Eggleton2012-03-141-1/+1
| | | | | | | | | | | | * Add dependency on startup-notification, which is optional but without it mx applications will not send startup notifications. * Add dependencies on gdk-pixbuf and libxrandr which are usually taken care of, but are required and thus should be stated explicitly. (From OE-Core rev: 42a278ff7dc641b1700e56fbaf5a63947ff1161c) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-vmware: Fix unpackaged driectory warningRichard Purdie2012-03-131-1/+6
| | | | | | | | | | | Fixes the warning: WARNING: For recipe xf86-video-vmware, the following files/directories were installed but not shipped in any package: WARNING: /usr/bin (From OE-Core rev: 58b2b72852389b9454dd9082ad2b22b2efbb2c19) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xinit: Update to 1.3.2 -- Typo fix.Randy MacLeod2012-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On 12-02-02 06:47 PM, Saul Wold wrote: > (From OE-Core rev: 04ab1fb8cc38da6c8a8b1474cf0060402f814a76) Signed-off-by: Saul Wold<sgw@linux.intel.com> > --- > .../xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} (79%) > > diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb > similarity index 79% > rename from meta/recipes-graphics/xorg-app/xinit_1.3.1.bb > rename to meta/recipes-graphics/xorg-app/xinit_1.3.2.bb > index 2ddebe6..e029a03 100644 > --- a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb > +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb > @@ -10,11 +10,11 @@ then terminate." > > LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" > > -PR = "r2" > +PR = "r0" > PE = "1" > > -SRC_URI[md5sum] = "ee234056d8a3dbf37b61b4bcb35b88e4" > -SRC_URI[sha256sum] = "c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0" > +RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" > +SRC_URI[sha256sum] = "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235" > > EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" > Fix this warning: WARNING: Missing md5 SRC_URI checksum for /.../downloads/xinit-1.3.2.tar.bz2, consider adding to the recipe: SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" $ git diff meta/recipes-graphics/xorg-app/xinit_1.3.2.bb Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xorg: Remove unneeded empty directory, fixing QA warningRichard Purdie2012-03-131-0/+4
| | | | | | (From OE-Core rev: 689c9e6e5487292e3e54faceb741fa59478d9386) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-session: Clarify LICENSE as GPLv2Richard Purdie2012-03-131-1/+3
| | | | | | (From OE-Core rev: b6906c8c08dff9f8b3dac0d2d637856296cb4a60) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-input-vmmouse: Package unpackaged filesRichard Purdie2012-03-131-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | This addresses the QA warnings: WARNING: For recipe xf86-input-vmmouse, the following files/directories were installed but not shipped in any package: WARNING: /lib WARNING: /lib/udev WARNING: /lib/udev/rules.d WARNING: /lib/udev/rules.d/69-xorg-vmmouse.rules WARNING: /usr/share/X11 WARNING: /usr/share/hal WARNING: /usr/share/X11/xorg.conf.d WARNING: /usr/share/X11/xorg.conf.d/50-vmmouse.conf WARNING: /usr/share/hal/fdi WARNING: /usr/share/hal/fdi/policy WARNING: /usr/share/hal/fdi/policy/20thirdparty WARNING: /usr/share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi WARNING: /usr/lib/hal WARNING: /usr/lib/hal/hal-probe-vmmouse The hal files are simply deleted, we don't care about hal. (From OE-Core rev: fb1e1ca346c617598726609425406b5afc79270d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-xserver: Explictly disable dtrace, its not in DEPENDSRichard Purdie2012-03-122-1/+2
| | | | | | (From OE-Core rev: 01c1a0f7671871b4fafaed0712ecdece5c21216b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa-dri-glsl-native: Avoid error when running configure a second timeRichard Purdie2012-03-121-1/+1
| | | | | | | | | | This avoids the error: ln: creating symbolic link `/media/data1/build1/poky/build/tmp/work/x86_64-linux/mesa-dri-glsl-native-7.11-r0/Mesa-7.11/src/glsl//../../configs/current': File exists (From OE-Core rev: 7871772c74e65ef472c5bf3776e4b3b30308bd5d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-trim/diet: Ensure libx11-locale doesn't trigger multiple provider issuesRichard Purdie2012-03-122-0/+2
| | | | | | (From OE-Core rev: 028a7319cf9b178bd3a9878dcba35fa9483d13f5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsdl: add DirectFB supportAndreas Oberritter2012-03-081-3/+5
| | | | | | | | | | * Use conditional dependencies for DirectFB, like it's already done for OpenGL and X11. (From OE-Core rev: 29ba15af6b4a85687bd487779ec2ea2be80644dc) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11: reinstate PE=1 that got lost in the big meta-oe Xorg mergeKoen Kooi2012-03-052-1/+3
| | | | | | | | | This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3 (From OE-Core rev: 906641853e8ac6fd296dfb91f8bb647c7da8e23e) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-052-2/+2
| | | | | | | | sed \ -e 's:bb.data.\(expand([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data.expand *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-056-6/+6
| | | | | | | | | | | | Using "1" with getVar is bad coding style and "True" is preferred. This patch is a sed over the meta directory of the form: sed \ -e 's:\(\.getVar([^,()]*, \)1 *):\1True):g' \ -e 's:\(\.getVarFlag([^,()]*, [^,()]*, \)1 *):\1True):g' \ -i `grep -ril getVar *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-trim: Add error information from LSB Test Suite to ↵Xiaofeng Yan2012-03-041-1/+32
| | | | | | | | | | | | makekeys_crosscompile.patch Append error information from LSB Test Suite to this patch for an illustrative purpose \ why this patches should be needed. (From OE-Core rev: 0e6dfa5dcf324a1d32b634bbcd9487106a6f5413) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-1.4.4: Add patch "makekeys_crosscompile.patch"Xiaofeng Yan2012-03-041-1/+2
| | | | | | | | | | | | Add patch "makekeys_crosscompile.patch" to libx11-1.4.4 for fixing bug 1970. [YOCTO #1970] (From OE-Core rev: 21499be467ce14f165b56c1ce67507f7c41c5a1c) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-1.4.4: Add patch makekeys_crosscompile.patchXiaofeng Yan2012-03-041-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LSB 4.1 complain a host contamination error from libx11 because of absent patch "makekeys_crosscompile.patch" from libx11-trim-1.4.4. The error from LSB Test Suite is as follow: VSW5TESTSUITE PURPOSE 7 Assertion XStringToKeysym-7.(A) When the string argument is the name of a KeySym in the table with the prefix XK_ removed, then a call to XStringToKeysym returns that KeySym. METH: For each KeySym name in table with code G: METH: Call XStringToKeysym to obtain the KeySym defined for that string. METH: Verify that XStringToKeysym did not return NoSymbol. METH: Verify that the returned string is correct. CHECK: XStringToKeysym-7 1, line 130 CHECK: XStringToKeysym-7 2, line 140 CHECK: XStringToKeysym-7 3, line 150 CHECK: XStringToKeysym-7 4, line 160 CHECK: XStringToKeysym-7 5, line 170 CHECK: XStringToKeysym-7 6, line 180 CHECK: XStringToKeysym-7 7, line 190 CHECK: XStringToKeysym-7 8, line 200 CHECK: XStringToKeysym-7 9, line 210 CHECK: XStringToKeysym-7 10, line 220 CHECK: XStringToKeysym-7 11, line 230 CHECK: XStringToKeysym-7 12, line 240 CHECK: XStringToKeysym-7 13, line 250 CHECK: XStringToKeysym-7 14, line 260 CHECK: XStringToKeysym-7 15, line 270 CHECK: XStringToKeysym-7 16, line 280 CHECK: XStringToKeysym-7 17, line 290 CHECK: XStringToKeysym-7 18, line 300 CHECK: XStringToKeysym-7 19, line 310 CHECK: XStringToKeysym-7 20, line 320 [YOCTO #1970] (From OE-Core rev: c9824083d4ab5bfd37fa1efdfbc3e93288cb47b6) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: updat to 0.24.4Saul Wold2012-03-011-4/+2
| | | | | | | (From OE-Core rev: de046e430cf2954ae83dea7e27cb1da5d5ab59d3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glproto: Update to 1.4.15Saul Wold2012-03-011-2/+2
| | | | | | | (From OE-Core rev: 90e72f89757e0fcb9dafa0a87220704e8a4d32f2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-trim: Drop obsolete 1.3.4 versionRichard Purdie2012-03-015-131/+0
| | | | | | (From OE-Core rev: 6cb72d5f008c6cbf4960d9dc260b82a056042b0f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-trim/diet: Add RPROVIDES for libx11-devRichard Purdie2012-03-012-1/+3
| | | | | | | | | | We have things that depend on libx11-dev, this patch ensures the -trim and -diet versions provide it. This resolves some multiple providers warnings. (From OE-Core rev: c051d6c59c71a5f90c2d545491facd2d131592fd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* More quoting fixes1.2_M3.rc11.2_M3.final1.2_M3Paul Eggleton2012-02-291-1/+1
| | | | | | | (From OE-Core rev: 17f2d5d70ad323cea4fb149154bc38844661fa3a) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemugl: Fix gl apps failure on qemu-x86-64Zhai Edwin2012-02-282-3/+39
| | | | | | | | | | | | Extend commit 028968 to qemu x86-64, where stack disorder happen due to register handling via push/pop. [YOCTO #1927] fixed (From OE-Core rev: 70c224d80c2330cbb0fa8213b0c0d5a1c87459f6) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-intel: Update to version 2.18.0Saul Wold2012-02-281-2/+3
| | | | | | | (From OE-Core rev: 0118a6e05de5b6de65a190e7962e35de2e920bdf) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mkfontscale: Update to version 1.1.0Saul Wold2012-02-281-2/+2
| | | | | | | (From OE-Core rev: 5293df3a10a27dcd1d68b2a5c716f236fcbbaff8) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mkfontdir: Update to version 1.0.7Saul Wold2012-02-281-2/+2
| | | | | | | (From OE-Core rev: 87fad1bbdad0b1da6aa6f1e5e933655fbf3247cd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdrm: Update to version 2.4.31Saul Wold2012-02-281-3/+3
| | | | | | | (From OE-Core rev: 769f6165b5b39da8308cf0f7410c267f25ae9553) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* More quoting fixesMartin Jansa2012-02-264-4/+4
| | | | | | | | | | * We have various variables which are either not quoted at all or are half quoted. This patch fixes the bad exmaples so everything is consistent. (From OE-Core rev: 960ee8076e860353a05eb2eb7f825a455c54698d) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-lib: don't build libs unless requested by DISTRO_FEATURES (fix up)Andreas Oberritter2012-02-261-1/+1
| | | | | | | | | | * Improve error message as suggested by Koen. (This got lost when v1 was committed instead of v2) (From OE-Core rev: 384912b4719a77b2e5f6673066e75258df130f5d) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsdl: allow building without x11Paul Eggleton2012-02-241-4/+7
| | | | | | | | | | | | Disable X11 output support for target and nativesdk if x11 is not in DISTRO_FEATURES. Fixes [YOCTO #2020] (From OE-Core rev: 506e4c9b05d61f126fff112d7c111902d5c9fac5) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-lib: don't build libs unless requested by DISTRO_FEATURESAndreas Oberritter2012-02-232-5/+6
| | | | | | | | | | | | | | * If 'x11' is not set in DISTRO_FEATURES, then skip all recipes using xorg-lib-common.inc instead of only those using libx11.inc. * One exception: pixman, which is not only used by xorg, but also by cairo. (From OE-Core rev: a101bc85adcc915f151348107e850b8998a395b0) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsdl 1.2.14: regenerate patch so it applies with 'patch' as well as 'git ↵Koen Kooi2012-02-231-9/+18
| | | | | | | | | | | apply' The '@@ -, +, @@' part upsets plain 'patch' (From OE-Core rev: 949f4dc6f2bd59aa3e2c782fee87f07438aebd21) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsdl: add fix for new _XGetRequest symbol backported to libx11Martin Jansa2012-02-212-1/+72
| | | | | | | (From OE-Core rev: d2c96e22de19a649ff7121e5ea0f95797abba93a) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mini-x-session: try to use a resolution that's big enough for hob2's windowDexuan Cui2012-02-212-0/+6
| | | | | | | | | The patch was tested on VMware Player 4.0.1. (From OE-Core rev: d33cc3be420fb509d8dddb1f1a752db6d41f50f9) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-215-5/+5
| | | | | | | (From OE-Core rev: 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* zlib: Upgrade 1.2.5 -> 1.2.6Khem Raj2012-02-108-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Dont use autotools, it really not so autoconf like. the configure script gets updated with every release of zlib and we overwrite that. Instead use the upstream provided configure copyright year was changed in zlib.h which caused change in LIC_FILE_CHECKSUM fix.inverted.LFS.logic.patch is already applied upstream so drop it Drop the configure.ac and Makefile.am scripts since we do not autoreconf anymore and do not inherit autotools anymore Bump PR for depending recipes so a rebuild it ensues so that they dont depend on .la anymore and add missing dependencies discovered during incremental build (From OE-Core rev: 50ad5230ea9e0982cdfda23fb9fcfccf89d28f29) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter: upgrade git recipe to reflect 1.8.4 tagJoshua Lock2012-02-101-3/+3
| | | | | | | (From OE-Core rev: 37b47a8f038947c6725dec10845412df7f67e9e4) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mx: ensure gettext and dbus are presentJoshua Lock2012-02-101-3/+5
| | | | | | | | | | | | | | Upstream informs me that D-bus isn't really optional as it's required to make some of the API work such as the single instance MxApplication. Therefore ensure we're building with it enabled. Gettext macros are used in the configure.ac so inherit gettext to ensure the required dependencies are present. (From OE-Core rev: fe2c13684e2a0b652007e92a6f11942c6366483e) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mx: update to 1.4.2Joshua Lock2012-02-102-4/+111
| | | | | | | | | | Patch in a copy of introspection.m4 so that we can continue to easily and cleanly disable introspection. (From OE-Core rev: 84d62181f80402fa461675e03b20ba08da1991e8) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-1.8: update to clutter-1.8.4Joshua Lock2012-02-101-4/+3
| | | | | | | | | | Added a note about why we're setting S, so I don't have to figure it out again next time I try and update clutter. (From OE-Core rev: b752e2d6ae286db5588547fc49f1aa64e112fa32) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes,recipes: Replace POKY_* with CORE_IMAGE_*Khem Raj2012-02-082-2/+2
| | | | | | | (From OE-Core rev: b14a92f4450bb08b9f11d3fd7a99155315527cdd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11: Backport _XGetRequest APIKhem Raj2012-02-082-0/+140
| | | | | | | | | | | | | | This API is relatively new and will be in next release of libX11 this is needed for OE qemu-native which links to libx11-native but uses libGL from build system and herein lies the problem if you have bleeding edge distro e.g. ubuntu 12.04(development) libGL.so expects this API to be present. Backported to 1.4.4 thusly (From OE-Core rev: e08604800fe1cb8f240f53c147ceb4ee08a29b91) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdrm: Fix build failure unearthed by uclibcKhem Raj2012-02-082-2/+34
| | | | | | | | | | | uclibc wants to know value of __USE_GNU for certain header prototypes to be enabled. So we move the config.h header up in search list. (From OE-Core rev: 086679cfbc30dba4af2f650984084195e5171b8f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xorg-apps: Bump PR to accomodate meta-oe recipe deletionKhem Raj2012-02-081-1/+1
| | | | | | | | | | | rgb in meta-oe has been removed in favour of oe-core which requires a PR bump so feeds keep working (From OE-Core rev: 00c2e80e8cae2db6e2c34b1291c615f7f146b070) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-input-keyboard: Update to 1.6.1Saul Wold2012-02-031-2/+2
| | | | | | | (From OE-Core rev: 5960e647d18284fd42b4547dfeff3b1970b1d819) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xinit: Update to 1.3.2Saul Wold2012-02-031-3/+3
| | | | | | | (From OE-Core rev: 1b3db3597c2b644e61394014886082eb212eef1a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdrm: Update to 2.4.30Saul Wold2012-02-031-2/+2
| | | | | | | (From OE-Core rev: 4f9e5767b239335c47dbd57da6a21ce1f2bf686d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-gst: update to 1.4.6Joshua Lock2012-01-251-2/+2
| | | | | | | (From OE-Core rev: a440654076008a107fff2245eff7791a4abf5abf) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cogl: update upstream status for build_for_armv4t.patchJoshua Lock2012-01-251-1/+1
| | | | | | | | | | This has patch has been merged into upstreams git repository and will be available in the next stable release. (From OE-Core rev: 77f5e99a821ad30b859a402bdc55c495741b24cc) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcb: upgrade to 1.8Shane Wang2012-01-241-3/+3
| | | | | | | (From OE-Core rev: d10c9e9a5f83bdd744a8e5ac6bed504404c92ecf) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-proto: upgrade to 1.7Shane Wang2012-01-243-19/+4
| | | | | | | | | | Upgrade xcb-proto from 1.6 to 1.7 Since xcb-proto-libdir.patch is there, the file is removed. (From OE-Core rev: 15780c7d7bb5d242aa688c1c1d9842a1004222d9) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>