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:
Khem Raj
2022-08-11 11:31:51 -07:00
committed by Martin Jansa
parent 87c81dc9d6
commit 1b88dfaf0c

View File

@@ -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"