summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web
Commit message (Collapse)AuthorAgeFilesLines
* web_svn: Fixup Patching and add libowlSaul Wold2010-11-221-0/+13
| | | | | | | | | libowl was missing from the link library list There where patches being pulled in from the SVN trunk that confused quilt, so we remove the patches directory before doing the patching Added LIC_FILES_CHKSUM Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Meta: Recipe ReogranizationSaul Wold2010-11-221-17/+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>
* web_svn: make it buildable for world buildSaul Wold2010-11-181-2/+2
| | | | | | | | | | libowl was missing from the link library list There where patches being pulled in from the SVN trunk that confused quilt, so we remove the patches directory before doing the patching Added LIC_FILES_CHKSUM Updated LICENSE Metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+100
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>