All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] qt5tools: fix typo in <pkg>_SOURCE
@ 2018-02-10 14:49 Gaël PORTAY
  2018-02-10 15:16 ` Thomas Petazzoni
  2018-04-10 20:45 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Gaël PORTAY @ 2018-02-10 14:49 UTC (permalink / raw)
  To: buildroot

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>
---
 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 3638b74163..cf181e576b 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
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] qt5tools: fix typo in <pkg>_SOURCE
  2018-02-10 14:49 [Buildroot] [PATCH 1/1] qt5tools: fix typo in <pkg>_SOURCE Gaël PORTAY
@ 2018-02-10 15:16 ` Thomas Petazzoni
  2018-04-10 20:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-02-10 15:16 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 10 Feb 2018 09:49:06 -0500, Ga?l PORTAY wrote:
> 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>
> ---
>  package/qt5/qt5tools/qt5tools.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] qt5tools: fix typo in <pkg>_SOURCE
  2018-02-10 14:49 [Buildroot] [PATCH 1/1] qt5tools: fix typo in <pkg>_SOURCE Gaël PORTAY
  2018-02-10 15:16 ` Thomas Petazzoni
@ 2018-04-10 20:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-04-10 20:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Ga?l" == Ga?l PORTAY <gael.portay@savoirfairelinux.com> writes:

 > 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>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-10 20:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-10 14:49 [Buildroot] [PATCH 1/1] qt5tools: fix typo in <pkg>_SOURCE Gaël PORTAY
2018-02-10 15:16 ` Thomas Petazzoni
2018-04-10 20:45 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.