commit b18ac74762cbb7635c0e75c7064cd74a87517fbc Author: Julien Aubé Date: Wed Nov 26 10:15:34 2014 +0100 protobuf: Update version to 2.6.1 - Removed mipseb patch exception and MIPS16:=0 exclusion (seems to work fine with newer compiler) - Updated source origin to github and related variables Tested on ar71xx and rt5335 targets. diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index e1d99f6..4b37320 100644 --- a/libs/protobuf/Makefile +++ b/libs/protobuf/Makefile @@ -8,15 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=protobuf -PKG_VERSION:=2.5.0 +PKG_VERSION:=2.6.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://protobuf.googlecode.com/files -PKG_MD5SUM:=a72001a9067a4c2c4e0e836d0f92ece4 +PKG_SOURCE_URL:=https://github.com/google/protobuf/releases/download/$(PKG_VERSION) +PKG_MD5SUM:=11aaac2d704eef8efd1867a807865d85 PKG_BUILD_DEPENDS:=protobuf/host -PKG_USE_MIPS16:=0 PKG_INSTALL:=1 diff --git a/libs/protobuf/patches/001-mipseb-compile.patch b/libs/protobuf/patches/001-mipseb-compile.patch deleted file mode 100644 index 6eb0590..0000000 --- a/libs/protobuf/patches/001-mipseb-compile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/google/protobuf/stubs/platform_macros.h -+++ b/src/google/protobuf/stubs/platform_macros.h -@@ -49,7 +49,7 @@ - #elif defined(__ARMEL__) - #define GOOGLE_PROTOBUF_ARCH_ARM 1 - #define GOOGLE_PROTOBUF_ARCH_32_BIT 1 --#elif defined(__MIPSEL__) -+#elif defined(__MIPSEL__) || defined(__MIPSEB__) - #define GOOGLE_PROTOBUF_ARCH_MIPS 1 - #define GOOGLE_PROTOBUF_ARCH_32_BIT 1 - #elif defined(__pnacl__)