mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
qmake5_base.bbclass: Remove remove-libtool from recipe scope
Its a global setting Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Martin 'JaMa' Jansa
parent
9287d63559
commit
edf4825428
@@ -46,7 +46,7 @@ export OE_QMAKE_STRIP = "echo"
|
||||
# qmake reads if from shell environment
|
||||
export OE_QMAKE_QTCONF_PATH = "${WORKDIR}/qt.conf"
|
||||
|
||||
inherit qmake5_paths remove-libtool
|
||||
inherit qmake5_paths
|
||||
|
||||
generate_target_qt_config_file() {
|
||||
qtconf="$1"
|
||||
|
||||
Reference in New Issue
Block a user