package/pkg-qmake.mk: drop host-perl dependency
Since commit5770a645a3
("package/qt5: bump packages to latest kde submodule versions"), the QT_HEADERS_SYNC_HOOK hook no longer calls the syncqt.pl script, so host-perl is no longer needed as a dependency of running this hook (and as a dependency of building Qt). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commitb678091a1c
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d321e346d2
commit
611458d90a
@ -50,7 +50,6 @@ $(2)_DEPENDENCIES += qt5base
|
||||
endif
|
||||
|
||||
ifeq ($$($(2)_SYNC_QT_HEADERS),YES)
|
||||
$(2)_DEPENDENCIES += host-perl
|
||||
$(2)_PRE_CONFIGURE_HOOKS += QT_HEADERS_SYNC_HOOK
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user