summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* pong-clock: Fix LICENSE fieldRichard Purdie2010-09-301-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-clutter.bb: removed examplesSaul Wold2010-09-271-1/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* gcc: enable poison parameters detectionDongxiao Xu2010-09-272-2/+20
| | | | | | | | | | | If not configured with --enable-target-optspace, gcc will report errors if there is '-Os' optimization in parameters. This fixes [BUGID #342] Also add "--enable-target-optspace" option to arm gcc configuration. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* xtscal: Fix the endless loop when starting XZhai Edwin2010-09-271-1/+4
| | | | | | | | | | | xtscal script in Xsession.d would lead endless loop if /etc/pointercal is missing, which make the system hang. This fix adds a counter for loop. [BUGID #251] got fixed by this. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Complete packages -> recipes transitionRichard Purdie2010-09-202-0/+49
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* clutter-mozembed: move patches back into meta-moblinScott Garman2010-09-032-26/+0
| | | | | | | These patches were mistakenly moved into meta/recipes-graphics/clutter during the metadata reorg. This moves them back where they belong. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* libmatchbox: Fix the matchbox environment start failure on x86-64 target.Zhai Edwin2010-09-023-4/+27
| | | | | | | | | | | | x86 target works well. Root cause is libmatchbox use "0"(int) as termination indicator when calling XftFontOpen, which in turn called FcPatternVapBuild(in fontconfig). It try to get the "0" as char* and fetch wrong value, as int and char* has different size on x86-64. This patch forces a NULL pointer as terminator to fix it. [BUGID #234] is fixed by this Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* xset: move DISTRO_PN_ALIAS to distro .inc fileKevin Tian2010-09-021-1/+0
| | | | | | also use space as the delimiter instead of semicolon. fix handbook accordingly Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-0116-51/+1970
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-27466-0/+15104
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>