Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] smack: fix _VERSION and _SITE variable
@ 2014-04-22 18:41 Jerzy Grzegorek
  2014-04-22 21:30 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Jerzy Grzegorek @ 2014-04-22 18:41 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/smack/smack.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/smack/smack.mk b/package/smack/smack.mk
index 2858686..af6e81c 100644
--- a/package/smack/smack.mk
+++ b/package/smack/smack.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-SMACK_VERSION = 1.0.4
-SMACK_SITE = $(call github,smack-team,smack,v$(SMACK_VERSION))
+SMACK_VERSION = v1.0.4
+SMACK_SITE = $(call github,smack-team,smack,$(SMACK_VERSION))
 SMACK_LICENSE = LGPLv2.1
 SMACK_LICENSE_FILES = COPYING
 SMACK_INSTALL_STAGING = YES
-- 
1.7.9.5

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

* [Buildroot] [PATCH 1/1] smack: fix _VERSION and _SITE variable
  2014-04-22 18:41 [Buildroot] [PATCH 1/1] smack: fix _VERSION and _SITE variable Jerzy Grzegorek
@ 2014-04-22 21:30 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-04-22 21:30 UTC (permalink / raw)
  To: buildroot

Dear Jerzy Grzegorek,

On Tue, 22 Apr 2014 20:41:23 +0200, Jerzy Grzegorek wrote:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
> ---
>  package/smack/smack.mk |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2014-04-22 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-22 18:41 [Buildroot] [PATCH 1/1] smack: fix _VERSION and _SITE variable Jerzy Grzegorek
2014-04-22 21:30 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox