Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] liburcu: bump version to 0.8.4
@ 2014-04-19  9:47 Romain Naour
  2014-04-19  9:47 ` [Buildroot] [PATCH 2/5] lttng-libust: bump version to 2.4.1 Romain Naour
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Romain Naour @ 2014-04-19  9:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/liburcu/liburcu.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/liburcu/liburcu.mk b/package/liburcu/liburcu.mk
index 44b640d..aec45a8 100644
--- a/package/liburcu/liburcu.mk
+++ b/package/liburcu/liburcu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBURCU_VERSION = 0.8.3
+LIBURCU_VERSION = 0.8.4
 LIBURCU_SITE    = http://lttng.org/files/urcu/
 LIBURCU_SOURCE  = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
 LIBURCU_LICENSE = LGPLv2.1+ for the library; MIT-like license for few source files listed in LICENSE; GPLv2+ for test; GPLv3 for few *.m4 files
-- 
1.9.0

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

* [Buildroot] [PATCH 2/5] lttng-libust: bump version to 2.4.1
  2014-04-19  9:47 [Buildroot] [PATCH 1/5] liburcu: bump version to 0.8.4 Romain Naour
@ 2014-04-19  9:47 ` Romain Naour
  2014-04-19  9:47 ` [Buildroot] [PATCH 3/5] lttng-modules: " Romain Naour
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Romain Naour @ 2014-04-19  9:47 UTC (permalink / raw)
  To: buildroot

fixes:
http://autobuild.buildroot.net/results/a6f/a6f5550cc63260126cb66a954af60f1633b97faf/

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/lttng-libust/lttng-libust.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lttng-libust/lttng-libust.mk b/package/lttng-libust/lttng-libust.mk
index 375a6a3..b6d1911 100644
--- a/package/lttng-libust/lttng-libust.mk
+++ b/package/lttng-libust/lttng-libust.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LTTNG_LIBUST_SITE    = http://lttng.org/files/lttng-ust/
-LTTNG_LIBUST_VERSION = 2.4.0
+LTTNG_LIBUST_VERSION = 2.4.1
 LTTNG_LIBUST_SOURCE  = lttng-ust-$(LTTNG_LIBUST_VERSION).tar.bz2
 LTTNG_LIBUST_LICENSE = LGPLv2.1; MIT for system headers; GPLv2 for liblttng-ust-ctl/ustctl.c (used by lttng-sessiond)
 LTTNG_LIBUST_LICENSE_FILES = COPYING
-- 
1.9.0

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

* [Buildroot] [PATCH 3/5] lttng-modules: bump version to 2.4.1
  2014-04-19  9:47 [Buildroot] [PATCH 1/5] liburcu: bump version to 0.8.4 Romain Naour
  2014-04-19  9:47 ` [Buildroot] [PATCH 2/5] lttng-libust: bump version to 2.4.1 Romain Naour
@ 2014-04-19  9:47 ` Romain Naour
  2014-04-19  9:47 ` [Buildroot] [PATCH 4/5] lttng-tools: " Romain Naour
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Romain Naour @ 2014-04-19  9:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/lttng-modules/lttng-modules.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lttng-modules/lttng-modules.mk b/package/lttng-modules/lttng-modules.mk
index ca51e87..44cf651 100644
--- a/package/lttng-modules/lttng-modules.mk
+++ b/package/lttng-modules/lttng-modules.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LTTNG_MODULES_VERSION = 2.4.0
+LTTNG_MODULES_VERSION = 2.4.1
 LTTNG_MODULES_SITE    = http://lttng.org/files/lttng-modules/
 LTTNG_MODULES_SOURCE  = lttng-modules-$(LTTNG_MODULES_VERSION).tar.bz2
 LTTNG_MODULES_LICENSE = LGPLv2.1/GPLv2 for kernel modules; MIT for lib/bitfield.h and lib/prio_heap/*
-- 
1.9.0

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

* [Buildroot] [PATCH 4/5] lttng-tools: bump version to 2.4.1
  2014-04-19  9:47 [Buildroot] [PATCH 1/5] liburcu: bump version to 0.8.4 Romain Naour
  2014-04-19  9:47 ` [Buildroot] [PATCH 2/5] lttng-libust: bump version to 2.4.1 Romain Naour
  2014-04-19  9:47 ` [Buildroot] [PATCH 3/5] lttng-modules: " Romain Naour
@ 2014-04-19  9:47 ` Romain Naour
  2014-04-19  9:47 ` [Buildroot] [PATCH 5/5] lttng-libust: add python as optional dependency Romain Naour
  2014-04-19 16:57 ` [Buildroot] [PATCH 1/5] liburcu: bump version to 0.8.4 Thomas Petazzoni
  4 siblings, 0 replies; 6+ messages in thread
From: Romain Naour @ 2014-04-19  9:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/lttng-tools/lttng-tools.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/lttng-tools/lttng-tools.mk b/package/lttng-tools/lttng-tools.mk
index 260bf82..a510adf 100644
--- a/package/lttng-tools/lttng-tools.mk
+++ b/package/lttng-tools/lttng-tools.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LTTNG_TOOLS_VERSION = 2.4.0
+LTTNG_TOOLS_VERSION = 2.4.1
 LTTNG_TOOLS_SITE    = http://lttng.org/files/lttng-tools/
 LTTNG_TOOLS_SOURCE  = lttng-tools-$(LTTNG_TOOLS_VERSION).tar.bz2
 LTTNG_TOOLS_LICENSE = GPLv2+; LGPLv2.1+ for include/lttng/* and src/lib/lttng-ctl/*
-- 
1.9.0

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

* [Buildroot] [PATCH 5/5] lttng-libust: add python as optional dependency
  2014-04-19  9:47 [Buildroot] [PATCH 1/5] liburcu: bump version to 0.8.4 Romain Naour
                   ` (2 preceding siblings ...)
  2014-04-19  9:47 ` [Buildroot] [PATCH 4/5] lttng-tools: " Romain Naour
@ 2014-04-19  9:47 ` Romain Naour
  2014-04-19 16:57 ` [Buildroot] [PATCH 1/5] liburcu: bump version to 0.8.4 Thomas Petazzoni
  4 siblings, 0 replies; 6+ messages in thread
From: Romain Naour @ 2014-04-19  9:47 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/lttng-libust/lttng-libust.mk | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/package/lttng-libust/lttng-libust.mk b/package/lttng-libust/lttng-libust.mk
index b6d1911..f3d40ae 100644
--- a/package/lttng-libust/lttng-libust.mk
+++ b/package/lttng-libust/lttng-libust.mk
@@ -15,4 +15,12 @@ LTTNG_LIBUST_DEPENDENCIES    = liburcu util-linux
 
 LTTNG_LIBUST_AUTORECONF = YES
 
+ifeq ($(BR2_PACKAGE_PYTHON),y)
+LTTNG_LIBUST_DEPENDENCIES += python
+else ifeq ($(BR2_PACKAGE_PYTHON3),y)
+LTTNG_LIBUST_DEPENDENCIES += python3
+else
+LTTNG_LIBUST_CONF_ENV=am_cv_pathless_PYTHON="none"
+endif
+
 $(eval $(autotools-package))
-- 
1.9.0

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

* [Buildroot] [PATCH 1/5] liburcu: bump version to 0.8.4
  2014-04-19  9:47 [Buildroot] [PATCH 1/5] liburcu: bump version to 0.8.4 Romain Naour
                   ` (3 preceding siblings ...)
  2014-04-19  9:47 ` [Buildroot] [PATCH 5/5] lttng-libust: add python as optional dependency Romain Naour
@ 2014-04-19 16:57 ` Thomas Petazzoni
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2014-04-19 16:57 UTC (permalink / raw)
  To: buildroot

Dear Romain Naour,

On Sat, 19 Apr 2014 11:47:29 +0200, Romain Naour wrote:
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
> ---
>  package/liburcu/liburcu.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied all 5 patches, thanks.

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

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

end of thread, other threads:[~2014-04-19 16:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-19  9:47 [Buildroot] [PATCH 1/5] liburcu: bump version to 0.8.4 Romain Naour
2014-04-19  9:47 ` [Buildroot] [PATCH 2/5] lttng-libust: bump version to 2.4.1 Romain Naour
2014-04-19  9:47 ` [Buildroot] [PATCH 3/5] lttng-modules: " Romain Naour
2014-04-19  9:47 ` [Buildroot] [PATCH 4/5] lttng-tools: " Romain Naour
2014-04-19  9:47 ` [Buildroot] [PATCH 5/5] lttng-libust: add python as optional dependency Romain Naour
2014-04-19 16:57 ` [Buildroot] [PATCH 1/5] liburcu: bump version to 0.8.4 Thomas Petazzoni

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