Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] protobuf: bump version to 2.6.1
@ 2015-06-22 17:58 George Redivo
  2015-06-22 20:51 ` Peter Korsgaard
  2015-06-22 21:21 ` Matthew Weber
  0 siblings, 2 replies; 6+ messages in thread
From: George Redivo @ 2015-06-22 17:58 UTC (permalink / raw)
  To: buildroot

* Adds powerpc architecture support

Signed-off-by: George Redivo <george.redivo@datacom.ind.br>
---
 package/protobuf/Config.in   | 5 ++---
 package/protobuf/protobuf.mk | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/protobuf/Config.in b/package/protobuf/Config.in
index bbb927f..d112d4e 100644
--- a/package/protobuf/Config.in
+++ b/package/protobuf/Config.in
@@ -3,8 +3,7 @@ config BR2_PACKAGE_PROTOBUF
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	# See src/google/protobuf/stubs/platform_macros.h for supported archs.
-	# PowerPC doesn't actually work.
-	depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
+	depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 || BR2_powerpc
 	# host-protobuf only builds on certain architectures
 	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
 	help
@@ -15,5 +14,5 @@ config BR2_PACKAGE_PROTOBUF
 
 comment "protobuf needs a toolchain w/ C++, threads"
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
-	depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
+	depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 || BR2_powerpc
 	depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
index 0426fce..144e5fb 100644
--- a/package/protobuf/protobuf.mk
+++ b/package/protobuf/protobuf.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PROTOBUF_VERSION = v2.5.0
+PROTOBUF_VERSION = v2.6.1
 PROTOBUF_SITE = $(call github,google,protobuf,$(PROTOBUF_VERSION))
 PROTOBUF_LICENSE = BSD-3c
 PROTOBUF_LICENSE_FILES = COPYING.txt
-- 
1.9.1

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

end of thread, other threads:[~2015-07-07 15:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-22 17:58 [Buildroot] [PATCH 1/1] protobuf: bump version to 2.6.1 George Redivo
2015-06-22 20:51 ` Peter Korsgaard
2015-06-22 21:21 ` Matthew Weber
2015-06-24 18:51   ` George Redivo
2015-06-30 14:48     ` Thomas Petazzoni
2015-07-07 15:06       ` George Redivo

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