summaryrefslogtreecommitdiffstats
path: root/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* qt3: fix interaction between qt3 and qt4 in the sysrootPaul Eggleton2011-12-081-8/+4
| | | | | | | | | | | | | | | * Add a -qt3 suffix to all installed utilities so that they do not clash with their qt4 counterparts. This fixes errors mentioning QtCore/QVariant, Q3Support etc. which occur due to the Qt4 version of uic/moc being used that output source files containing references to Qt4 headers. qt3x11.bbclass has been updated to point to these renamed executables so any recipes using this class should be unaffected by this renaming. * Install libraries using the standard oe_libinstall method Fixes [YOCTO #1810]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* qt-x11-free(-native): remove PRIORITYPaul Eggleton2011-12-081-1/+0
| | | | | | PRIORITY is no longer used. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* qt-x11-free(-native): remove erroneous PROVIDESPaul Eggleton2011-12-081-2/+0
| | | | | | | None of these statements do anything, because a recipe always PROVIDES ${PN} by default. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* qt-x11-free-native: add qt3-cstddef.patchPaul Eggleton2011-12-081-2/+3
| | | | | | | | When building on Fedora 15 the build failed with the error mentioned in this patch ("qvaluelist.h: error: 'ptrdiff_t' does not name a type"), so it is needed by the native recipe as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* qt-x11-free-native: fix where qmake gets linkededison-6.01.2_M1.rc11.1_M4.rc41.1_M4.rc2+stage/rc21.1_M4Saul Wold2011-09-141-2/+2
| | | | | | | | | | [YOCTO #1484] qmake was getting linked in the sysroot directory to the build area and this was being picked up by sstate. Change how the symbolic link is created Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-qt3: Resolve the compilation error when building an lsb image for qemuarm1.1_M3.rc31.1_M3.rc21.1_M3.final1.1_M2.rc31.1_M2.rc21.1_M2.final1.1_M31.1_M2Xiaofeng Yan2011-06-221-1/+1
| | | | | | | The difference for the variable TARGET_OS and BUILD_OS caused compilation error. I submit this patch to fix this problem. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* meta-qt3: move files to top level for layerSaul Wold2011-05-091-0/+72
Signed-off-by: Saul Wold <sgw@linux.intel.com>