qt5tools: fix typo in <pkg>_SOURCE
authorGaël PORTAY <gael.portay@savoirfairelinux.com>
Sat, 10 Feb 2018 14:49:06 +0000 (09:49 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 10 Feb 2018 15:14:56 +0000 (16:14 +0100)
The QT5TOOLS_SOURCE variable uses mismatch QT5BASE_VERSION variable.

This commit fixes the typo by using the appropriate QT5TOOLS_VERSION
variable.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/qt5/qt5tools/qt5tools.mk

index 3638b741638958958d5f19b49befa2c47bd66a9a..cf181e576be7f3c1fea81881d92b4baf356f8d99 100644 (file)
@@ -6,7 +6,7 @@
 
 QT5TOOLS_VERSION = $(QT5_VERSION)
 QT5TOOLS_SITE = $(QT5_SITE)
-QT5TOOLS_SOURCE = qttools-opensource-src-$(QT5BASE_VERSION).tar.xz
+QT5TOOLS_SOURCE = qttools-opensource-src-$(QT5TOOLS_VERSION).tar.xz
 
 QT5TOOLS_DEPENDENCIES = qt5base
 QT5TOOLS_INSTALL_STAGING = YES