summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app
Commit message (Collapse)AuthorAgeFilesLines
* SRC_URI Checksums AdditionalsSaul Wold2010-12-0913-0/+39
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* x11perf: Update to 1.5.2Zhai Edwin2010-12-062-6/+10
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* xvinfo: Add license checksumZhai Edwin2010-12-021-0/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* xrandr: fix License ChecksumSaul Wold2010-12-011-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* xrandr: Update to version 1.3.4Saul Wold2010-11-241-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* Meta: Recipe ReogranizationSaul Wold2010-11-226-112/+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>
* xrandr: upgrade from 1.3.2 to 1.3.4Yu Ke2010-11-222-34/+2
| | | | | | | | | Also remove the patch resolve_symbol_clash.patch, because the code it applies to has been removed from 1.3.4, by commit ccb3f8a42b: "Remove --clone / --extend support code", so this patch is no longer needed. Signed-off-by: Yu Ke <ke.yu@intel.com>
* xauth: upgrade from 1.0.4 to 1.0.5Yu Ke2010-11-141-0/+0
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xset: upgrade from 1.1.0 to 1.2.1Yu Ke2010-11-142-7/+13
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xwininfo: upgrade from 1.0.5 to 1.1.1Yu Ke2010-11-141-1/+1
| | | | | | | LIC_FILES_CHKSUM Changed due to Sun -> Oracle License Change Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* xmodmap: upgrade from 1.0.4 to 1.0.5Yu Ke2010-11-141-1/+2
| | | | | | | LIC_FILES_CHKSUM Changed due to Sun -> Oracle License Change Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@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>
* Major layout change to the packages directoryRichard Purdie2010-08-2724-0/+322
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>