summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-box2d_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* OECore license fixes: meta/*Elizabeth Flanagan2011-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a quick audit of only the most obviously wrong licenses found within OECore. These fixes fall into four areas: - LICENSE field had incorrect format so that the parser choked - LICENSE field has a license with no version - LICENSE field was actually incorrect - LICENSE field has an imaginary license that didn't exist This fixes most of the LICENSE warnings thrown, along with my prior commit adding additional licenses to common-licenses and additional SPDXLICENSEMAP entries. HOWEVER..... there is much to be done on the license front. For a list of recipes with licenses that need obvious fixing see: https://wiki.yoctoproject.org/wiki/License_Audit That said, I would suggest another license audit as I've found enough inconsistencies. A good suggestion is when in doubt, look at how openSuse or Gentoo or Debian license the package. (From OE-Core rev: 3083dd70b3a9fa01fcc3cf00373b05502505996e) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-box2d: Update git recipeJoshua Lock2011-11-301-3/+4
| | | | | | | | | | Several changes and fixes exist unreleased in git with version 0.12.1, update to build the latest available. (From OE-Core rev: 07799e71135a059cdbf1b8720a8094e2e22ac1b6) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-box2d_git: Switch SRC_URI to git.gnome.orgSaul Wold2011-06-141-1/+1
| | | | | | | (From OE-Core rev: e47bfe3b31e8a52a0e47d22eb65c092bc67097b1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter: Clean up old recipesSaul Wold2011-05-181-2/+2
| | | | | | | | | | clutter-1.4 is moved to meta-extras clutter-box2d is migrated to latest 1.6 version (From OE-Core rev: 5b9786fe10a630bfbb344a6a644171fd4457b657) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-default-revisions: move the SRCREV to recipe fileYu Ke2011-05-041-0/+1
| | | | | | | | | in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-box2d: add version 0.10.0 for use with clutter 1.6Joshua Lock2011-03-291-1/+1
| | | | | | | | | | Don't specificy dependant clutter version in inc file, this enables the inc file to be re-used accross Clutter versions. (From OE-Core rev: 8d26abb57e901f58b5c8782c110c52a437accb51) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-box2d: Upgrade to 0.10.1 via gitZhai Edwin2011-02-011-3/+3
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* clutter-box2d: Add LIC_FILES_CHKSUMSaul Wold2010-12-141-0/+2
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+10
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>