From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Tue, 10 Apr 2018 21:39:26 +0200 Subject: [Buildroot] [git commit branch/2017.02.x] qt5tools: fix typo in _SOURCE Message-ID: <20180410205255.EF794815B9@busybox.osuosl.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net commit: https://git.buildroot.net/buildroot/commit/?id=996105619fe1c863f760a84a691ce557bd748bd1 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x 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 Signed-off-by: Thomas Petazzoni (cherry picked from commit 7c384c3b0f292413c3364f5113b340e22efa76f4) Signed-off-by: Peter Korsgaard --- package/qt5/qt5tools/qt5tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/qt5/qt5tools/qt5tools.mk b/package/qt5/qt5tools/qt5tools.mk index 0395f96bab..51d9cf3145 100644 --- a/package/qt5/qt5tools/qt5tools.mk +++ b/package/qt5/qt5tools/qt5tools.mk @@ -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