summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb
Commit message (Collapse)AuthorAgeFilesLines
* matchbox: Convert all the matchbox components' repo from svn to git including:Zhai Edwin2011-01-281-36/+0
| | | | | | | | | | | | | | | | | matchbox-wm matchbox-panel-2 matchbox-terminal matchbox-config-gtk matchbox-stroke matchbox-desktop matchbox-keyboard matchbox-themes-extra libfakekey settings-daemon Also remove some old recipes. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* recpies: use SRCPV instead of SRCREV for PVYu Ke2011-01-061-1/+1
| | | | | | | | SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
* matchbox-panel-2: Update to svn r2111Zhai Edwin2010-11-221-3/+2
| | | | | | Also removed fix_sync_funcname.patch as we have it after update. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-panel: Change function name "sync" to avoid conflictDongxiao Xu2010-11-181-2/+3
| | | | | | | | /usr/includes/unistd.h also has a function named sync(). Change sync() in matchbox-panel-2 to sync_applet(). Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+36
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>