summaryrefslogtreecommitdiffstats
path: root/recipes-qt3
AgeCommit message (Collapse)Author
2012-02-07core-image-lsb-qt3: Sync with POKY->CORE_IMAGE name change in master1.2_M3.rc11.2_M3.final1.2_M3Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-12-09task-core-qt3: Fix package namesedison-6.0.2_rc1edison-6.0.2edison-6.0.1.releaseedison-6.0.1.finaledison-6.0.11.2_M2.rc11.2_M2.final1.2_M1.rc21.2_M1.finaledison1.2_M21.2_M1Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-08qt3: fix interaction between qt3 and qt4 in the sysrootPaul Eggleton
* 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>
2011-12-08qt-x11-free(-native): remove PRIORITYPaul Eggleton
PRIORITY is no longer used. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-08qt-x11-free: fix installation and packagingPaul Eggleton
* You cannot install files into the sysroot, this will cause interaction problems with shared state. * Fixed packaging to install to sensible paths and remove most of the warnings. * Merged prepends/appends and their associated functions within the same recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-08qt-x11-free(-native): remove erroneous PROVIDESPaul Eggleton
None of these statements do anything, because a recipe always PROVIDES ${PN} by default. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-08qt-x11-free: use INC_PRPaul Eggleton
PR was being set in both the inc and the recipes, this is not correct. Move them to use INC_PR so the recipe and inc can be updated and retain sanity. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-08qt-x11-free: remove version 3.3.6Paul Eggleton
We only need one version, 3.3.7 was the default preference (in the absence of DEFAULT_PREFERENCE) and the 3.3.6 recipe depends on uicmoc3-native which we do not have, so remove it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-08qt-x11-free-native: add qt3-cstddef.patchPaul Eggleton
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>
2011-09-14qt-x11-free-native: fix where qmake gets linkededison-6.01.2_M1.rc11.1_M4.rc41.1_M4.rc2+stage/rc21.1_M4Saul Wold
[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>
2011-09-14qt-x11-free-common: allow BBPATH to find qt3x11Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-08-15qt3: Stop TARGET_OS differences causing build failuresXiaofeng Yan
[YOCTO #1348] The TARGET_OS variable can differ with values like "linux" to "linux-gnueabi". If these values change from the native to target tools, problems can occur, e.g. when building qt-x11-free-native and qt-x11-free: $ bitbake qt-x11-free-native -e | grep ^TARGET_OS TARGET_OS="linux" $ bitbake qt-x11-free -e | grep ^TARGET_OS TARGET_OS="linux-gnueabi" So add a task function before do_configure for linking ${TARGET_OS} to linux-g++. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-22meta-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 Yan
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>
2011-06-09Qt3: Add head file "cstddef" to Qt3Xiaofeng Yan
Failed to compile Qt3 while building lsb image with the updated library libstdc++ and compilation tool. Qt3 reported data type "ptrdiff_t" doesn't name a type. Actually "ptrdiff_t" is defined in head file "cstddef". Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-05-09meta-qt3: move files to top level for layerSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>