summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/xorg-lib
Commit message (Collapse)AuthorAgeFilesLines
...
* misc patches: fix patch headersNitin A Kamble2012-01-031-1/+1
| | | | | | | 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>
* Patch Upstream Status UpdatesSaul Wold2011-12-152-0/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libxt: fix compilatoin with x32 toolchainNitin A Kamble2011-12-052-1/+22
| | | | | | | | This fixes compilation with x32 toolchain. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-trim: Fix keysymdir configure option mismatchRichard Purdie2011-12-051-1/+1
| | | | | | | | With the recent set of version increments, the option being passed to configure no longer matched the patch set. This corrects libx11-trim so everything is using a consistent option. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxfont: remove the unused no-scalable-crash.patchDexuan Cui2011-12-021-24/+0
| | | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcursor: upgrade from 1.1.11 to 1.1.12Dexuan Cui2011-11-301-2/+2
| | | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxfont: upgrade from 1.4.3 to 1.4.4Dexuan Cui2011-11-301-5/+3
| | | | | | | | updated LIC_FILES_CHKSUM: only Copyright holder change in COPYING -- no actual license change. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxrandr: upgrade from 1.3.1 to the latest version 1.3.2Dexuan Cui2011-11-301-3/+3
| | | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: upgrade from 0.22.0 to the latest stable 0.24.0Dexuan Cui2011-11-301-2/+2
| | | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-trim: Change checksumXiaofeng Yan2011-11-301-2/+2
| | | | | | | Correct checksum because checksum error for libx11-trim arise when compiling. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-trim: update to 1.4.4Xiaofeng Yan2011-11-294-0/+117
| | | | | | | | | | | Some description : 1 Remove --with-xcb because xcb is necessary item in the new version. 2 keysymdef_include.patch uses in keeping native directory of X11 as the default configuration. \ or else host directory "/usr/include/X11" is selected when running ./configure. 3 makekeys_crosscompile.patch avoid host contamination. 4 x11_disable_makekeys.patch uses in compiling makekey.c needed by makekeys-makekeys.o Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* getVar/setVar cleanupsRichard Purdie2011-11-261-1/+1
| | | | | | | Complete the bb.data.getVar/setVar replacements with accesses directly to the data store object. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-diet: update to 1.4.4Xiaofeng Yan2011-11-1610-95/+89
| | | | | | | | I remove patch "nodolt.patch" because it is no use in the new version \ and change patch "include_fix.patch" to "keysymdef_include.patch" from libx11-1.4.4. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-2/+2
| | | | | | | | | | | | | | | This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11-diet: move old patches used only by libx11-diet-1.3 to separate directoryMartin Jansa2011-10-114-1/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11-trim: move files for libx11-trim from libx11-1.3.4 to libx11-trim-1.3.4Martin Jansa2011-10-1111-74/+4
| | | | | | | | | * because there isn't libx11-1.3.4 recipe anymore * remove older versions from libx11-trim directory * notice that DESCRIPTION says xcb is disabled and EXTRA_OECONF has --with-xcb Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11: drop old 1.2.2 git versionMartin Jansa2011-10-1110-729/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11: remove older 1.3.4Martin Jansa2011-10-111-35/+0
| | | | | | * libx11-1.3.4 directory is kept for libx11-trim_1.3.4.bb Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11: add new version 1.4.4Martin Jansa2011-10-113-0/+70
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11: package xcb, merge few changes from meta-oeMartin Jansa2011-10-117-14/+23
| | | | | | | | * move --with-keysymdef/--with-keysymdefdir setting to recipes (newer versions are using keysymdefdir instead keysymdef * fix MIN_REHASH in makekeys by sed call Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11-diet: Add SRC_URI ChecksumSaul Wold2011-10-061-1/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libx11-trim: Add SRC_URI ChecksumSaul Wold2011-10-061-1/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libxft, libxrender, renderproto: add native BBCLASSEXTENDMartin Jansa2011-10-042-1/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Misc: Added MLPREFIX to final pkg names in case of DEBIAN_NAMES.Lianhao Lu2011-09-161-2/+2
| | | | | | | | [YOCTO #1486] Added MLPREFIX to the final package names of library packages in case of DEBIAN_NAMES. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj2011-08-233-7/+7
| | | | | | | Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx11-diet: Fix bug 1050Xiaofeng Yan2011-08-151-2/+3
| | | | | | | | | | | | | [YOCTO #1050] I got do_compile failure during building qemux86 image | ../../../doltlibtool: line 17: /distro/dcui/0704/pc1/build/tmp/work/i586-poky-linux/libx11-diet-1.3-r2/libX11-1.3/modules/im/ximcp/../../../libtool: No such file or directory This is due to not found libtool, but i586-poky-linux-libtool in libX11-1.3 So I disable dolt for solving this problem. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* libx11: skip self if x11 not in DISTRO_FEATURESPhil Blundell2011-08-151-0/+5
| | | | | | This stops (most) x11 packages leaking into a non-x11 distro by mistake. Signed-off-by: Phil Blundell <philb@gnu.org>
* pixman: remove spurious dependency on libx11Phil Blundell2011-08-151-2/+0
| | | | | | Nothing in pixman actually uses libx11, so no need to DEPEND on it. Signed-off-by: Phil Blundell <philb@gnu.org>
* libxt: Add depends for util-linux and libxcbSaul Wold2011-08-041-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libxdamage,libxft,libxrandr: Add missing dependency on virtual/libx11Khem Raj2011-07-203-6/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx11: ensure nativesdk uses correct DEPENDS and XCB flagsSaul Wold2011-07-101-3/+10
| | | | | | | The inital patch was for native, but nativesdk also needs the same change. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libx11: enable xcb supportSaul Wold2011-07-081-3/+8
| | | | | | | | | | [YOCTO #1196] XCB support is needed in libx1l, it has been enabled in libx11-trim for sometime and was not in full version. The usage here is for LSB testing, which uses full libx11. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libx11-diet: Fixed checksum and rebase patchSaul Wold2011-06-142-32/+44
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libxi: upgrade from 1.4.2 to the latest version 1.4.3Dexuan Cui2011-06-141-2/+4
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libxext: upgrade from 1.2.0 to the latest version 1.3.0Dexuan Cui2011-06-141-3/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* pixman: upgrade from 0.20.2 to the latest stable 0.22.0Dexuan Cui2011-06-141-4/+4
| | | | | | | | Update LIC_FILES_CHKSUM: 1) COPYING: only format change; no actual license change. 2) 0.22.0 doesn't have pixman-x64-mmx-emulation.h, so let's remove it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libx11: fix libX11 keysyms to pass xts5 of lsbJingdong Lu2011-06-024-5/+58
| | | | | | | | | | | | | | | Fixes bug: [YOCTO #1095] Because of cross-compiling libx11 keysyms will cause Xts5 test of LSB fail. libx11 use a tool named "makekey" which compiled as a native tool to generate ks_tables.h. Because the size of "unsigned long" is different between 32-bit and 64-bit, we should judge whether our target is 32-bit or 64-bit and tell "makekey". I add a patch to "makekeys_crosscompile.patch" to "src/utils/makekeys.c" in order to deal with the different targets. If our target is 32-bit, we force the variable its type is "unsigned long" to "uint32_t". So we can generate a correct keysyms. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
* License Field Cleanup: Non-standard field namesBeth Flanagan2011-05-272-2/+2
| | | | | | | | | | | | I've cleaned up some odd license fields, fixed some license names and corrected some incorrect licenses. LICENSE really needs a pass through by the maintainers as some of the licensing is incorrect. Also, every license with Artistic should be gone through and noted as which version of Artistic. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
* recpies: add Upstream-Status for multiple recipes' patchesDexuan Cui2011-05-1224-168/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* libxmu: Add native functionXiaofeng Yan2011-05-101-0/+2
| | | | | | Add native function to libxmu_1.1.0.bb file because qt3 native depends on its native. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* libxkbfile: disable xcbOtavio Salvador2011-05-101-1/+3
| | | | | | | | Currently libx11 defaults to build without xcb backend and thus this needs to explicit depends on it or disable it. We opted to disable it since it is not critical for it to work. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* poky-default-revisions: move the SRCREV to recipe fileYu Ke2011-05-046-0/+7
| | | | | | in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
* libx11: Use inherit gettextKhem Raj2011-05-042-3/+6
| | | | | | Avoid direct depependency on gettext, inherit class instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorg-lib: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2011-04-283-4/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfixes: upgrade from 4.0.5 to the latest version 5.0Dexuan Cui2011-04-221-2/+2
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libpciaccess: upgrade from 0.12.0 to the latest version 0.12.1Dexuan Cui2011-04-181-3/+3
| | | | | | | | Upgrade LIC_FILES_CHKSUM due to the only change in the new COPYING: -Copyright 2007, 2008, 2009 Sun Microsystems, Inc. +Copyright (c) 2007, 2008, 2009, Oracle and/or its affiliates. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libxi: upgrade from 1.4.0 to the latest version 1.4.2Dexuan Cui2011-04-181-2/+3
| | | | | | | | | Add --enable-specs=no to disable spec generation to work around the issue: SEVERE: Error with opening URL 'http://docbook.sourceforge.net/release/images/draft.png': No route to host Apr 11, 2011 4:06:18 PM org.apache.fop.fo.properties.CommonBorderPaddingBackground <init> SEVERE: Background image not available: http://docbook.sourceforge.net/release/images/draft.png Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libxt: update from 1.0.9 to the latest version 1.1.1Dexuan Cui2011-04-181-3/+3
| | | | | | | | Update LIC_FILES_CHKSUM due to the only change to COPYING. -Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved. +Copyright (c) 1993, 2011, Oracle and/or its affiliates. All rights reserved. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* libx11: disable building of specsJoshua Lock2011-04-041-1/+1
| | | | | | | Generating Postscript specs fails on Fedora 15, I don't *think* we need them so disable them. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xorg-[lib-common|proto-common]: disable use of fop document generationJoshua Lock2011-04-041-1/+1
| | | | | | | | | 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>