aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia
AgeCommit message (Collapse)Author
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-20puzz-le: add LIC_FILES_CHKSUM, correct LICENSEPaul Eggleton
puzz-le's license is BSD not GPL, this is clearly stated in the source and accompanying license file. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-20petitepainture: update to 1.6 and fix some fieldsPaul Eggleton
* Update to version 1.6 * Remove dialogs.patch which has been merged upstream * Fix HOMEPAGE * Add LIC_FILES_CHKSUM Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-20notez: remove NoteZPaul Eggleton
There's now opie-notes, which is based on NoteZ, but has bugfixes and additional features. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-20cumulus: update and fix fetch for svn versionPaul Eggleton
* Rename from _cvs to _svn * Add LIC_FILES_CHKSUM * Replace erroneous OPIE_CVS_PV with a proper version * Fix compilation due to some path changes in the source 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-08-03Fix SRC_URI for files on vanille.de/mirrorPaul Eggleton
vanille.de/mirror is no longer available, so use sources.openembedded.org instead. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Add LIC_FILES_CHKSUM to many recipesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30Fix for OE-core change to logging commandsPaul Eggleton
Fix for oenote -> bbnote, oefatal -> bbfatal etc. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30kdepimpi: remove kdepimpi-x11Paul Eggleton
This would require us to have Qt3 support, and is not applicable to Opie in any case. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30xqt2: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30xqt: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30kdepimpi: remove legacy stagingPaul Eggleton
Also remove comments from multi-line strings. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30qwt: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30qscintilla: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30qpe-gaim: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30metakit: remove legacy stagingPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30konqueror-embedded: remove comments from multi-line stringsPaul Eggleton
This is no longer allowed in recent versions of bitbake. 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>