]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
qt53d: fix typo in <pkg>_SOURCES
authorGaël PORTAY <gael.portay@savoirfairelinux.com>
Sat, 10 Feb 2018 12:38:00 +0000 (07:38 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 10 Feb 2018 14:33:46 +0000 (15:33 +0100)
The QT53D_SOURCE variable uses mismatch QT5SVG_VERSION variable.

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

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

index 4f37ae7f5d2176e2ed7b1c2333ced1f0ff519ecc..fcb743db21499be99ccde9a4f28b6a2a9d7679bf 100644 (file)
@@ -6,7 +6,7 @@
 
 QT53D_VERSION = $(QT5_VERSION)
 QT53D_SITE = $(QT5_SITE)
-QT53D_SOURCE = qt3d-opensource-src-$(QT5SVG_VERSION).tar.xz
+QT53D_SOURCE = qt3d-opensource-src-$(QT53D_VERSION).tar.xz
 QT53D_DEPENDENCIES = qt5base qt5declarative
 QT53D_INSTALL_STAGING = YES