Browse Source

package/pkg-qmake.mk: drop host-perl dependency

Since commit 5770a645a3a49a3f0f02972131a4ff5283b4c11e ("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>
Thomas Petazzoni 1 year ago
parent
commit
b678091a1c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/pkg-qmake.mk

+ 0 - 1
package/pkg-qmake.mk

@@ -50,7 +50,6 @@ $(2)_DEPENDENCIES 		+= qt5base
 endif
 endif
 
 
 ifeq ($$($(2)_SYNC_QT_HEADERS),YES)
 ifeq ($$($(2)_SYNC_QT_HEADERS),YES)
-$(2)_DEPENDENCIES 		+= host-perl
 $(2)_PRE_CONFIGURE_HOOKS        += QT_HEADERS_SYNC_HOOK
 $(2)_PRE_CONFIGURE_HOOKS        += QT_HEADERS_SYNC_HOOK
 endif
 endif