diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-10 13:41:23 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-18 11:41:28 +0000 |
commit | 878f786665113af2bd61a6df2739157dbf15b630 (patch) | |
tree | e8184947315f82b650cee80c270969ccf6a0e37d /conf/bblayers.conf.fsl.sample | |
parent | 3d6ae5bb0d62ebaded4011ab0a3fd49631ad107d (diff) | |
download | meta-boot2qt-878f786665113af2bd61a6df2739157dbf15b630.tar.gz |
qt5: change Qt include path
When Qt include path is set to /usr/include, host_build will
incorrectly include other system headers from the sysroot.
To correct this, move Qt include path to /usr/include/qt5, by
overriding qmake5_paths.bbclass in our layer. The bblayer order
needs to be changed for the correct bbclass to be used.
Change-Id: Ie01371662ea0f4718275708a88fb5d301c62fdf7
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'conf/bblayers.conf.fsl.sample')
-rw-r--r-- | conf/bblayers.conf.fsl.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bblayers.conf.fsl.sample b/conf/bblayers.conf.fsl.sample index 50ebdc4..b05310d 100644 --- a/conf/bblayers.conf.fsl.sample +++ b/conf/bblayers.conf.fsl.sample | |||
@@ -36,11 +36,11 @@ BBLAYERS ?= " \ | |||
36 | ${BSPDIR}/sources/meta-openembedded/meta-python \ | 36 | ${BSPDIR}/sources/meta-openembedded/meta-python \ |
37 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ | 37 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ |
38 | ${BSPDIR}/sources/meta-openembedded/meta-initramfs \ | 38 | ${BSPDIR}/sources/meta-openembedded/meta-initramfs \ |
39 | ${BSPDIR}/sources/meta-qt5 \ | ||
40 | ${BSPDIR}/sources/meta-openembedded/meta-ruby \ | 39 | ${BSPDIR}/sources/meta-openembedded/meta-ruby \ |
41 | ${BSPDIR}/sources/meta-b2qt \ | 40 | ${BSPDIR}/sources/meta-b2qt \ |
42 | ${BSPDIR}/sources/meta-b2qt/meta-fsl-extras \ | 41 | ${BSPDIR}/sources/meta-b2qt/meta-fsl-extras \ |
43 | ${BSPDIR}/sources/meta-mingw \ | 42 | ${BSPDIR}/sources/meta-mingw \ |
43 | ${BSPDIR}/sources/meta-qt5 \ | ||
44 | " | 44 | " |
45 | BBLAYERS_NON_REMOVABLE ?= " \ | 45 | BBLAYERS_NON_REMOVABLE ?= " \ |
46 | ${BSPDIR}/sources/poky/meta \ | 46 | ${BSPDIR}/sources/poky/meta \ |