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.emulator.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.emulator.sample')
-rw-r--r-- | conf/bblayers.conf.emulator.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bblayers.conf.emulator.sample b/conf/bblayers.conf.emulator.sample index 975776e..4703b10 100644 --- a/conf/bblayers.conf.emulator.sample +++ b/conf/bblayers.conf.emulator.sample | |||
@@ -34,10 +34,10 @@ BBLAYERS ?= " \ | |||
34 | ${BSPDIR}/sources/meta-openembedded/meta-python \ | 34 | ${BSPDIR}/sources/meta-openembedded/meta-python \ |
35 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ | 35 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ |
36 | ${BSPDIR}/sources/meta-openembedded/meta-initramfs \ | 36 | ${BSPDIR}/sources/meta-openembedded/meta-initramfs \ |
37 | ${BSPDIR}/sources/meta-qt5 \ | ||
38 | ${BSPDIR}/sources/meta-openembedded/meta-ruby \ | 37 | ${BSPDIR}/sources/meta-openembedded/meta-ruby \ |
39 | ${BSPDIR}/sources/meta-b2qt \ | 38 | ${BSPDIR}/sources/meta-b2qt \ |
40 | ${BSPDIR}/sources/meta-mingw \ | 39 | ${BSPDIR}/sources/meta-mingw \ |
40 | ${BSPDIR}/sources/meta-qt5 \ | ||
41 | " | 41 | " |
42 | BBLAYERS_NON_REMOVABLE ?= " \ | 42 | BBLAYERS_NON_REMOVABLE ?= " \ |
43 | ${BSPDIR}/sources/poky/meta \ | 43 | ${BSPDIR}/sources/poky/meta \ |