summaryrefslogtreecommitdiffstats
path: root/recipes-qt3/qt3/qt-x11-free_3.3.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* qt-x11-free: fix installation and packagingPaul Eggleton2011-12-081-1/+1
| | | | | | | | | | | * 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(-native): remove erroneous PROVIDESPaul Eggleton2011-12-081-1/+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: 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>
* Qt3: Add head file "cstddef" to Qt3Xiaofeng Yan2011-06-091-1/+2
| | | | | | | | 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>
* meta-qt3: move files to top level for layerSaul Wold2011-05-091-0/+17
Signed-off-by: Saul Wold <sgw@linux.intel.com>