aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto
AgeCommit message (Collapse)Author
2012-06-18recipes: replace CONFLICTS with RCONFLICTS_${PN}Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-30fontsproto: upgrade to 2.1.2Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-24recordproto: upgrade to 1.14.2Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-24scrnsaverproto: upgrade to 1.2.2Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-24xcmiscproto: upgrade to 1.2.2Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-24xextproto: upgrade to 7.2.1Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-24kbproto: upgrade to 1.0.6Laurentiu Palcu
Also, shifted up one line the start and end lines for licence checksum computation. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-24xproto: upgrade to 7.0.23Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-03bigreqsproto: Update to 1.1.2Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-05-01xorg: add more native BBCLASSEXTENDs from meta-oeMartin Jansa
* 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). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-03-21inputproto: upgrade to 2.2Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-01glproto: Update to 1.4.15Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-17xorg-*: disable xmlto where it was failingMartin Jansa
* meta-oe now provides xmlto-native http://git.openembedded.org/meta-openembedded/commit/?id=ab8f876ca8fa223c183e3db2029cce88f3435a27 but not the stylesheets for buildhosts without them it's unusable and fails, because xorg macros autodetecting xmlto available, see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-December/037066.html after adding xmlto-native and stylesheets-native to DEPENDS we can enable it again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-03misc patches: fix patch headersNitin A Kamble
These patches were marked by "UpstreamStatus:" line, fix it to use "Upstream-Status:" instead. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-12-05xproto: fix compilation with x32 toolchainNitin A Kamble
Don't always define LONG64 for AMD64 X32 defines __amd64__/amd64 with 32bit long. We should simply check __LP64__ before defining LONG64 without checking __amd64__/amd64. This fixes compilation with x32 toolchain. Signed-Off-By: H.J. Lu <hjl.tools@gmail.com> Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04libxft, libxrender, renderproto: add native BBCLASSEXTENDMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-16dri2proto: upgrade from 2.4 to 2.6Dexuan Cui
The patch has been integrated into 1.4.14 so let's remove it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-08-16glproto: upgrade from 1.4.13 to 1.4.14Dexuan Cui
The patch has been integrated into 1.4.14 so let's remove it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-08-16xproto: upgrade from 7.0.21 to 7.0.22Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-15dri2proto: Revert "dri2proto: make DRI2 swap event match GLX spec"Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-15glproto: Revert "glxproto: make GLX swap event struct match spec"Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14inputproto: upgrade from 2.0.1 to the latest version 2.0.2Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14glproto: upgrade from 1.4.12 to the latest version 1.4.13Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14dri2proto: upgrade from 2.3 to the latest version 2.4Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-06-14resourceproto: upgrade from 1.1.1 to the latest version 1.2.0Dexuan Cui
Update LIC_FILES_CHKSUM due to the only change: + Copyright (c) 2002 XFree86 Inc Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-05-27conf/bitbake.conf: Added variables for PR service.Lianhao Lu
Added following variables for PR service: USE_PR_SERV: flag of whether to use the network PR service PRAUTOINX: search index for the network PR service PKGE/PKGV/PKGR: epoch, version and revision used in package feed. EXTENDPKGV: full package version string used in package relationships. For the following recipes, replace EXTENDPV with EXTENDPKGV: udev, xcb, xorg-proto, util-macros and linux-libc-headers then removed the unused EXTENDPV and EXTENDPEVER variables Users should use EXTENDPKGV instead for package feed generation. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-12recpies: add Upstream-Status for multiple recipes' patchesDexuan Cui
tcf-agent: update its patch's Upstream-Status screen: update its patch's Upstream-Status which (GPLv2): update its patch's Upstream-Status gnome-vfs: update its patch's Upstream-Status libart-lgpl: update its patch's Upstream-Status librsvg: update its patch's Upstream-Status fontconfig: update its patch's Upstream-Status freetype: update its patch's Upstream-Status libxsettings-client: update its patch's Upstream-Status libxcb: update its patch's Upstream-Status libx11: update its patch's Upstream-Status - remove 2 unused xim.patch. libx11-trim: update its patch's Upstream-Status libxcalibrate: update its patch's Upstream-Status libxcomposite: update its patch's Upstream-Status libxfont: update its patch's Upstream-Status xtrans: update its patch's Upstream-Status - remove abstract_socket_fix.patch as it's not used at all for long. calibrateproto: update its patch's Upstream-Status latencytop: update its patch's Upstream-Status powertop: update its patch's Upstream-Status settings-daemon: update its patch's Upstream-Status gnome-settings-daemon: update its patch's Upstream-Status libxklavier: update its patch's Upstream-Status liblbxutil: update its patch's Upstream-Status oprofile: update its patch's Upstream-Status and remove an unused patch - delete xml_callgraph_details.patch as it's not used at all. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-05-04poky-default-revisions: move the SRCREV to recipe fileYu Ke
in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-18evieext: upgrade from 1.1.0 to 1.1.1Yu Ke
- also change license checksum, the license is still MIT-X, but corp name is changed from SUN to Oracle [sgw: merged perferred-xorg-versions.inc] Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-18xextproto: upgrade from 7.1.2 to the latest version 7.2.0Dexuan Cui
Add --enable-specs=no. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18xproto: upgrade from 7.0.20 to the latest version 7.0.21Dexuan Cui
Update LIC_FILES_CHKSUM as the new COPYING added "Copyright years" and added a new section of MIT-style license. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-18fixesproto: upgrade from 4.1.2 to the latest version 5.0Dexuan Cui
Update LIC_FILES_CHKSUM as both the files added a new line +Copyright 2010 Red Hat, Inc. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-04-04xproto: Fix configure commandline option whitespaceRichard Purdie
Thanks to Martin Jansa for reporting. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04xorg-[lib-common|proto-common]: disable use of fop document generationJoshua Lock
On Fedora 15 I see a huge Java backtrace when document generation runs for some xorg libs. As fop is automatically detected, with the possibility of detecting fop on the host whilst doing target builds, the safest bet is to explicitly disable fop for document generation. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-04-04xorg-proto: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-03recipes-graphics: Add more detailed SUMMARY and DESCRIPTIONSMark Hatle
Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-01-28xf86vidmodeproto: upgrade from 2.3 to 2.3.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-28xf86driproto: upgrade from 2.1.0 to 2.1.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-28xineramaproto: upgrade from 1.2 to 1.2.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-28printproto: upgrade from 1.0.4 to 1.0.5Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-28dmxproto: upgrade from 2.3 to 2.3.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-18bigreqsproto: upgrade to 1.1.1Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-06scrnsaverproto: upgrade from 1.2.0 to 1.2.1Dexuan Cui
Add "--enable-specs=no" to disable doc generation -- I doubt we really need it, and it doesn't work well due to SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png'. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06resourceproto: upgrade from 1.1.0 to 1.1.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06compositeproto: upgrade from 0.4 to 0.4.2Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06xproto: upgrade from 7.0.19 to 7.0.20Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06inputproto: upgrade from 2.0 to 2.0.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-06renderproto: upgrade from 0.11 to the latest version 0.11.1Dexuan Cui
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-29xproto: disable spec generationKevin Tian
it's simply broken with below errors: | /usr/bin/xmlto: line 343: echo: write error: Broken pipe | Making portrait pages on letter paper (215.9mmx279.4mm) | Making portrait pages on letter paper (215.9mmx279.4mm) | [warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java | [warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java | Nov 29, 2010 8:42:16 AM org.apache.fop.apps.FOURIResolver resolve | SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png': No route to host So temporarily disable it until we have a better solution for doc generation later Signed-off-by: Kevin Tian <kevin.tian@intel.com>