summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto
Commit message (Collapse)AuthorAgeFilesLines
* xproto: disable spec generationKevin Tian2010-11-291-1/+2
| | | | | | | | | | | | | | | | 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>
* xproto: Update to version 7.0.19Saul Wold2010-11-241-0/+0
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* Meta: Recipe ReogranizationSaul Wold2010-11-223-13/+0
| | | | | | | | | | | | | This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* glproto: fix LIC_FILES_CHKSUMSaul Wold2010-11-191-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xextproto: upgrade from 7.1.1 to the latest version 7.1.2Dexuan Cui2010-11-181-0/+0
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xcmiscproto: upgrade from 1.2.0 to the latest version 1.2.1Dexuan Cui2010-11-181-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* videoproto: upgrade from 2.3.0 to the latest version 2.3.1Dexuan Cui2010-11-181-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* recordproto: upgrade from 1.14 to the latest version 1.14.1Dexuan Cui2010-11-181-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* randrproto: upgrade from 1.3.1 to the latest version 1.3.2Dexuan Cui2010-11-181-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* kbproto: upgrade from 1.0.4 to the latest version 1.0.5Dexuan Cui2010-11-181-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* glproto: upgrade from 1.4.11 to the latest version 1.4.12Dexuan Cui2010-11-181-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* fontsproto: upgrade from 2.1.0 to the latest version 2.1.1Dexuan Cui2010-11-181-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* fixesproto: upgrade from 4.1.1 to the latest version 4.1.2Dexuan Cui2010-11-182-11/+11
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* damageproto: upgrade from 1.2.0 to the latest version 1.2.1Dexuan Cui2010-11-181-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-2738-0/+389
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>