aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/qpe-games/atomic_1.0.1.bb
AgeCommit message (Collapse)Author
2011-08-21Add LIC_FILES_CHKSUM to many recipesPaul Eggleton
Also take the opportunity to make LICENSE more accurate for some recipes (i.e. specifying GPLv2 or GPLv2+ instead of GPL as appropriate.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-21qpe-games/*: remove redundant PV settingPaul Eggleton
These recipes were all setting PV, but the value was the same as the value that would be set automatically from the recipe file name. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-21Fix SRC_URIs that pointed to handhelds.orgPaul Eggleton
handhelds.org is no longer available, so use sources.openembedded.org for these files instead (they were already mirrored there). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-20Drop PRIORITY variablePaul Eggleton
As discussed on the OE-core mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. (Also tidied up some others that weren't picked up by this.) (Prompted by OE-Core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30initial commit of meta-opiePaul Eggleton
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>