aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/uicmoc
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to QPL in LICENSEPaul Eggleton2014-07-271-1/+1
| | | | | | | | | QPL is an available choice for the license within the QtE 2.3.10 source, but would never be a practical selection for us because it is not GPL-compatible, so there's no point in mentioning it. Removing it fixes a warning as well (since we have no generic QPL license file). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* uicmoc: fix compile issue with GCC-4.7Apelete Seketeli2013-04-242-0/+12
| | | | | | | | Fix compile issue found when building uicmoc-native with GCC-4.7. Though it was detected with version 4.7, the problem may appear with an earlier version of GCC-4.x. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
* Remove NATIVE_INSTALL_WORKSPaul Eggleton2012-11-101-1/+0
| | | | | | This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* uicmoc: do also provide nativesdk variantDmitry Eremin-Solenikov2011-12-137-3/+8
| | | | | | | Opie SDK needs nativesdk version of uicmoc package. To achieve this, replace uicmoc-native with uicmoc recipe, which can be built both as virtclass-native and virtclass-nativesdk. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Correct TrollTech GPL/QPL LICENSE field syntaxPaul Eggleton2011-09-181-1/+1
| | | | | | | Use pipe separator which is standard for OE core, and specify GPLv2 where known. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* uicmoc-native: install tools with suffix 2Dmitry Eremin-Solenikov2011-09-181-3/+4
| | | | | | | | To remove conflicts with Qt4, install Qt2 tools with suffix "2", like moc2, uic2, qvfb2. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* Drop PRIORITY variablePaul Eggleton2011-08-201-1/+0
| | | | | | | | | | | | | | | | | 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>
* Add LIC_FILES_CHKSUM to many recipesPaul Eggleton2011-07-301-0/+3
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* initial commit of meta-opiePaul Eggleton2011-07-307-0/+373
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>