aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qmake/qmake-native_1.07a.bb
AgeCommit message (Collapse)Author
2011-12-13qmake: do also provide nativesdk variantDmitry Eremin-Solenikov
Opie SDK needs nativesdk version of qmake package. To achieve this, replace qmake-native with qmake recipe, which can be built both as virtclass-native and virtclass-nativesdk. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2011-09-18Correct TrollTech GPL/QPL LICENSE field syntaxPaul Eggleton
Use pipe separator which is standard for OE core, and specify GPLv2 where known. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-18qmake: do not try to regenerate mocDmitry Eremin-Solenikov
There is no point in regenerating moc constantly. Add no_mocdep to the oe qmake config. Also bump PR for this change. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> 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-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-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>