summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter
Commit message (Collapse)AuthorAgeFilesLines
* tidy: Add license checksumZhai Edwin2010-12-062-1/+4
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* table move missing patch back to correct locationSaul Wold2010-12-021-0/+14
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* table.inc: correct version numberSaul Wold2010-12-021-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* clutter-gst: Update LICENSE and LIC_FILES_CHKSUM infoDongxiao Xu2010-12-022-1/+4
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Meta: Recipe ReogranizationSaul Wold2010-11-2215-145/+2
| | | | | | | | | | | | | 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>
* clutter-gtk-1.0: Fix build issues for world buildSaul Wold2010-11-183-4/+25
| | | | | | | | Added a patch to enable GTK_WIDGET macros properly Added LIC_FILES_CHKSUM Fixed up LICENSE Metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart2010-10-081-4/+4
| | | | | | | | | | | | In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* moblin-proto: Move to meta-extrasRichard Purdie2010-09-304-100/+0
| | | | 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>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-014-51/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-2753-0/+948
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>