summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt4/qt4-imx-support.inc
Commit message (Collapse)AuthorAgeFilesLines
* qt4: Fix *.la pollutionGary Thomas2015-10-061-0/+5
| | | | | | | | | | | | | | | | Recent [platform dependent] changes to QT_CONFIG_FLAGS allow some C-preprocessor defines to creep into *.la (libtool) files. This are not allowed (or even handled) and cause linker errors when trying to link against these libraries. This patch removes the incorrect/erroneous preprocessor directives to leave the *.la files useable once again. The change is done in a post-processing step to clean up the *.la files as they are only used externally to this package. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Upstream-status: Innapropriate [OE patch causes the problem] Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4: Ensure kernel source is availableOtavio Salvador2015-04-021-0/+8
| | | | | | | | During Qt4 build the kernel source needs to be available so a explicit dependency has to be added. Change-Id: I66dbd0a9d8ac75e300d0baa44410a629e160b8d7 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4: Rework bbappend code to avoid duplicationOtavio Salvador2015-04-021-0/+20
The X11 and Embedded flavours are doing the same changes so there is no reason to duplicate it all. Change-Id: Ibd7e95645600f841eecf3d671d87cf979eeddfe9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>