Files
meta-qt5-extra/extends-meta-qt5/qtbase-native_git.bbappend
Andreas Müller 1c718f0c9c qtbase-native: don't extent build config by '-gui'
it does not build for qt 5.5:

| gui/painting/qbrush.cpp:38:29: fatal error: qplatformpixmap.h: No such file or directory

This was initially sent by Yannick Kiekens but had to be rebased [1].

[1] https://github.com/schnitzeltony/meta-qt5-extra/pull/1/commits

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-09-13 08:28:27 +02:00

11 lines
489 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
# avoid that our sanity check complains about sysroot in created comments
SRC_URI += "file://0002-qdbusxml2cpp-prepare-commandline-string-manipulation.patch"
do_configure_append() {
# strCmdLine.replace(QString("STRING_FULL_PATH"), QString("STRING_PATH"));
sed -i 's:STRING_FULL_PATH:${TMPDIR}:g' ${S}/src/tools/qdbusxml2cpp/qdbusxml2cpp.cpp
sed -i 's:STRING_PATH:<oe-temp>:g' ${S}/src/tools/qdbusxml2cpp/qdbusxml2cpp.cpp
}