* [Buildroot] [PATCH 1/1] linux: fix LINUX_SITE for release candidates
@ 2014-08-07 20:07 Jean-Baptiste Theou
2014-08-07 20:17 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Jean-Baptiste Theou @ 2014-08-07 20:07 UTC (permalink / raw)
To: buildroot
Signed-off-by: Jean-Baptiste Theou <jtheou@adeneo-embedded.us>
---
linux/linux.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/linux/linux.mk b/linux/linux.mk
index e433e0d..2fb7437 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -34,7 +34,7 @@ LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/v3.x
endif
# release candidates are in testing/ subdir
ifneq ($(findstring -rc,$(LINUX_VERSION)),)
-LINUX_SITE := $(LINUX_SITE)testing/
+LINUX_SITE := $(LINUX_SITE)/testing/
endif # -rc
endif
--
2.0.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] linux: fix LINUX_SITE for release candidates
2014-08-07 20:07 [Buildroot] [PATCH 1/1] linux: fix LINUX_SITE for release candidates Jean-Baptiste Theou
@ 2014-08-07 20:17 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-08-07 20:17 UTC (permalink / raw)
To: buildroot
Dear Jean-Baptiste Theou,
On Thu, 7 Aug 2014 13:07:23 -0700, Jean-Baptiste Theou wrote:
> Signed-off-by: Jean-Baptiste Theou <jtheou@adeneo-embedded.us>
> ---
> linux/linux.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
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-08-07 20:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-07 20:07 [Buildroot] [PATCH 1/1] linux: fix LINUX_SITE for release candidates Jean-Baptiste Theou
2014-08-07 20:17 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox