mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-09 23:54:36 +02:00
qtbase-native: create empty oe-device-extra.pri
Suppress multiple occurrences of the same warning while configuring and compiling qtbase-native and nativesdk-qtbase. WARNING: Unable to find file git/mkspecs/linux-oe-g++/../oe-device-extra.pri Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
793f22fb02
commit
1258138ec5
@@ -83,6 +83,9 @@ PACKAGECONFIG_CONFARGS = " \
|
||||
export OE_QMAKE_QTCONF_PATH = "foodummy"
|
||||
|
||||
do_configure_prepend() {
|
||||
# Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory"
|
||||
touch ${S}/mkspecs/oe-device-extra.pri
|
||||
|
||||
MAKEFLAGS="${PARALLEL_MAKE}" ${S}/configure -opensource -confirm-license ${PACKAGECONFIG_CONFARGS} || die "Configuring qt failed. PACKAGECONFIG_CONFARGS was ${PACKAGECONFIG_CONFARGS}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user