diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-05-21 12:57:54 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-05-21 23:22:52 +0200 |
commit | 6f68dca626a8273f0b704bbcea512dc9f5aa9960 (patch) | |
tree | 97189d0208087c0dcedac74b7aa9980a07adb24a | |
parent | 1b1657621668ee8160f896cddc3009fc803b25ee (diff) |
package/protobuf: Update site url
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>
-rw-r--r-- | package/protobuf/Config.in | 2 | ||||
-rw-r--r-- | package/protobuf/protobuf.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/protobuf/Config.in b/package/protobuf/Config.in index 6015b135e..bbb927f26 100644 --- a/package/protobuf/Config.in +++ b/package/protobuf/Config.in @@ -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 diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk index 9043f989c..b42687397 100644 --- a/package/protobuf/protobuf.mk +++ b/package/protobuf/protobuf.mk @@ -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 |