Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qt5.inc: Fix packaging of architecture independent data | Otavio Salvador | 2015-02-13 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | The architecture independent data were being added to the '-dev' package however it shouldn't be. For example the QtWebEngine had the translation and the resources package were not being installed with the main package, as it should be. This commit changes the qttools and qttranslations recipes as well so those keep its contents in the respective packages: qttools: add the phrasebooks in the qttools-tools package qttranslations: add a new subpackage for qtquickcontrols Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
* | qttranslations: adding recipes for qt specific translations | kkelly87 | 2015-01-12 | 1 | -0/+86 |
The meta-qt5 layer is missing a recipe for the qttranslation submodule so qt specific items like the OK or Cancel button had no associated translations. This submission is for master while my previous patch will work as a backport to dizzy. Signed-off-by: Kevin Kelly <kaneda18@hotmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |