summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
...
* xrdb 1.0.9: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392dKoen Kooi2011-06-081-0/+10
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: use allarch.bbclass instead just PACKAGE_ARCH = allMartin Jansa2011-06-0215-17/+20
| | | | | | | * otherwise such recipes are rebuilt or reused from sstate after every MACHINE change, because of different checksums see [YOCTO #1075] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: upgrade from 1.10.1.902 to 1.10.2 and replace part of ↵Martin Jansa2011-05-316-39/+72
| | | | | | randr-support.patch with upstream patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-glamo: fix build with gcc-4.6Martin Jansa2011-05-252-1/+37
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: upgrade to 1.10.1.901 and return randr-support patchMartin Jansa2011-05-255-3/+135
| | | | | | * Thanks to Benjamin Deering for updating patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: add missing mesa-dri dependencyKoen Kooi2011-05-251-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mesa-common.inc: fix make-depend typoKoen Kooi2011-05-241-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mesa: makedepend-native is needed by every mesa, not just the DRI oneKoen Kooi2011-05-242-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xorg-xserver/xorg-xserver-common.inc: do not install modules' .la filesOtavio Salvador2011-05-211-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-omapfb: bump SRCREVKoen Kooi2011-05-191-2/+2
| | | | | | This fixed a crash when linux reports pixclock as 0 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* setxkbmap: add version 1.2.0Otavio Salvador2011-05-101-0/+8
| | | | | | This is in sync with OE at 6e7e35679200cd55264fae308cd5dec7ef2d1d29. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xinput-calibrator: add new version 0.7.5 and include .inc to recipe directlyMartin Jansa2011-05-103-29/+22
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxfixes, util-macros: drop from meta-oe, now they are in oe-coreMartin Jansa2011-05-103-48/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman.inc: use Xorg mirrorOtavio Salvador2011-05-101-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xorg_1.10.1.bb: Replace use of --variable=sdkdir with --cflags-only-IKhem Raj2011-05-092-1/+35
| | | | | | | | This fixes the build failures of xf86-video-fbdev on build systems which have xorg-xserver development packages installed. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman 0.22.0: drop unused file from checksumsKoen Kooi2011-05-091-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update to 0.22.0 - latest stableKoen Kooi2011-05-0910-455/+41
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libx11_1.4.3.bb: Remove --without-xcbKhem Raj2011-04-292-11/+5
| | | | | | | | --without-xcb is no longer supported and that made a lot of difference in different BBCLASSEXTENDED recipes. It can be unified now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xcb-proto: Add recipe for version 1.6Khem Raj2011-04-292-0/+24
| | | | | | | | xcb-proto is needed by libxcb and --without-xcb is not possible with xorg-lib anymore hence the need Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pointercal-xinput: don't allow empty packagesKoen Kooi2011-04-211-2/+2
| | | | | | Now that it is a soft dependency for xinput-calibrator only generate packages for machines with actual calibration data Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator: make pointercal-xinput a soft dependencyKoen Kooi2011-04-211-2/+6
| | | | | | pointercal-xinput is machine specific and empty for most machines, so it it's only a soft dependency. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-common 1.34: make it work with xserver-nodm-initKoen Kooi2011-04-211-19/+19
| | | | | | | | | | * Move SHR patches to main SRC_URI, they are generic and good enough for everyone * Start x-window-manager * Run through oe-stylize * Remove duplicated LICENSE * Add reconflicts with x11-common as well Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-oe: catch up with POKYBASE -> COREBASE renamingKoen Kooi2011-04-214-4/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libdrm: upgrade to 2.4.25Martin Jansa2011-04-184-47/+51
| | | | | | * difference to oe-core version is different packaging and glamo/uclibc patches Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-driver-common: depend on virtual/xserver-xf86 as oe-core drivers doesMartin Jansa2011-04-181-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11: drop older version 1.4.1Martin Jansa2011-04-183-60/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: drop older version 0.20.0Martin Jansa2011-04-1810-996/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-graphics: remove xorg recipes which were upgraded to same versions ↵Martin Jansa2011-04-189-185/+0
| | | | | | | | in oe-core * be aware that PR went backwards in some cases, due to INC_PR in our recipes :/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-xserver-common.inc: add virtual/xserver-xf86 to PROVIDES, to be able to ↵Martin Jansa2011-04-181-1/+6
| | | | | | blacklist xserver-xf86-lite from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxrender: it was upgraded in oe-core, keep only .bbappend with BBCLASSEXTENDMartin Jansa2011-04-182-17/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* renderproto: it was upgraded in oe-core, keep only .bbappend with BBCLASSEXTENDMartin Jansa2011-04-182-15/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxft: add native and nativesdk BBCLASSEXTENDMartin Jansa2011-04-181-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common: add fbset to RDEPENDSMartin Jansa2011-04-181-2/+2
| | | | | | * used by xserver-common script to find out geometry Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg-xserver: upgrade to 1.10.1Martin Jansa2011-04-184-4/+4
| | | | | | * only one revert since 1.10.0.902 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* use COPYING.MIT from POKYBASE instead of meta-shrKoen Kooi2011-04-173-3/+3
| | | | | | This fixes builds where meta-shr isn't in TOPDIR/meta-shr but somewhere else (sources/meta-shr in my case) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xf86-video-omapfb: fix SRC_URIKoen Kooi2011-04-161-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-xorg: upgrade to 1.10.0.902Martin Jansa2011-04-164-5/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mesa-xlib: fix FILESPATHMartin Jansa2011-04-161-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libpthread-stubs: add BBCLASSEXTEND for native and nativesdkKoen Kooi2011-04-101-0/+25
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxcb: import from oe-core to add BBCLASSEXTEND for native and nativesdkKoen Kooi2011-04-102-0/+76
| | | | | | This is needed for the updated X packages in meta-oe Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-10126-6/+7570
| | | | * tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
* ttf-arphic-uming: fix LICENSE and add LIC_FILES_CHKSUMMartin Jansa2011-04-061-1/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ttf-sazanami: fix LICENSE and add LIC_FILES_CHKSUMMartin Jansa2011-03-311-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-1753-0/+2669
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>