aboutsummaryrefslogtreecommitdiffstats
path: root/common/qt5-layer
AgeCommit message (Collapse)Author
2015-09-22qtwebkit-examples: fix ADE creationAwais Belal
ADEs are generated by picking up -dev subpackages of all the packages included in build. In case of qtwebkit-examples, the way qt5 submodules are populated the actual generated package of qtwebkit-examples is qtwebkit-examples-examples. When ADE creation picks up qtwebkit-examples-dev it fails to find the qtwebkit-examples package which is a dependency for the -dev package. This patch allows generation of the qtwebkit-examples package to satisfy this dependency by allowing this empty package to be built. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-08-20qt5: Move qt bbappends into layer-specific subdir.Drew Moseley
This allows builds to succeed even when the meta-qt5 layer is not included. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>