package/protobuf: Update site url
authorBernd Kuhls <bernd.kuhls@t-online.de>
Thu, 21 May 2015 10:57:54 +0000 (12:57 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 21 May 2015 21:22:52 +0000 (23:22 +0200)
Package moved to github:
https://developers.google.com/protocol-buffers/docs/downloads
"Our old Google Code repositiory is: https://code.google.com/p/protobuf/.
 We moved to github on Aug 26, 2014 [...]"

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/protobuf/Config.in
package/protobuf/protobuf.mk

index 6015b135efe0fbc0d8b3e2577d1a69c37ba2a50f..bbb927f26996ec06d9aa1ac989847358e9341634 100644 (file)
@@ -11,7 +11,7 @@ config BR2_PACKAGE_PROTOBUF
          Protocol buffers are Google's language-neutral, platform-neutral,
          extensible mechanism for serializing structured data.
 
-         http://code.google.com/p/protobuf/
+         https://developers.google.com/protocol-buffers
 
 comment "protobuf needs a toolchain w/ C++, threads"
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
index 9043f989cb8b8d75c3ddc02aa24c2d28e920c990..b42687397a1f6c9edd1b85d77fd43b9134b3c6b7 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-PROTOBUF_VERSION = 2.5.0
-PROTOBUF_SITE = http://protobuf.googlecode.com/files
+PROTOBUF_VERSION = v2.5.0
+PROTOBUF_SITE = $(call github,google,protobuf,$(PROTOBUF_VERSION))
 PROTOBUF_LICENSE = BSD-3c
 PROTOBUF_LICENSE_FILES = COPYING.txt