summaryrefslogtreecommitdiffstats
path: root/recipes-qt3/qt3/qt-x11-free-common.inc
Commit message (Collapse)AuthorAgeFilesLines
* qt3: fix interaction between qt3 and qt4 in the sysrootPaul Eggleton2011-12-081-9/+9
| | | | | | | | | | | | | | | * 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: fix installation and packagingPaul Eggleton2011-12-081-32/+23
| | | | | | | | | | | * 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>
* qt-x11-free: use INC_PRPaul Eggleton2011-12-081-1/+1
| | | | | | | | 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>
* qt-x11-free-common: allow BBPATH to find qt3x11Saul Wold2011-09-141-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* qt3: Stop TARGET_OS differences causing build failuresXiaofeng Yan2011-08-151-1/+7
| | | | | | | | | | | | | | | | | | [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>
* meta-qt3: move files to top level for layerSaul Wold2011-05-091-0/+92
Signed-off-by: Saul Wold <sgw@linux.intel.com>