summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-protobuf.inc
Commit message (Collapse)AuthorAgeFilesLines
* python3-protobuf: upgrade 3.9.2 -> 3.11.3Pierre-Jean Texier2020-03-101-2/+2
| | | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-protobuf: upgrade 3.9.1 -> 3.9.2Zang Ruochen2019-09-251-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove bogus COMMON_LICENSE_DIR usage in LIC_FILES_CHKSUMAdrian Bunk2019-08-301-1/+1
| | | | | | | | | | | Using COMMON_LICENSE_DIR in LIC_FILES_CHKSUM of downloaded code is never the right thing to do, there must be some license information and that has to be checked instead. In several cases the claimed LICENSE was also incorrect. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-protobuf: upgrade 3.9.0 -> 3.9.1Yuan Chao2019-08-241-2/+2
| | | | | Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-protobuf: upgrade 3.8.0 -> 3.9.0Zang Ruochen2019-07-151-2/+2
| | | | | | | | | -Upgrade from python-protobuf_3.8.0.bb to python-protobuf_3.9.0.bb. -Upgrade from python3-protobuf_3.8.0.bb to python3-protobuf_3.9.0.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf, python-protobuf: 3.6.1 -> 3.8.0Pascal Bach2019-06-171-2/+2
| | | | | | | The patch for Python 3.7 compatibility is already in 3.8.0. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: add cpp implementation supportHongxu Jia2019-02-171-0/+1
| | | | | | | | | | | | | | | | | | | | | - Compiling with option `--cpp_implementation', add cpp implementation support which requires to build with protobuf. - Workaround native compile failure while host gcc <= 4.8 Setting environment KOKORO_BUILD_NUMBER, the build will explicitly compile with option `-std=c++11', it could workaround native compile failure while host gcc <= 4.8 ... /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options ... - Add Python 3.7 compatibility Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-protobuf: Add nativesdk to BBCLASSEXTENDFabio Berton2019-02-071-1/+1
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python{, 3}-protobuf: Update 3.6.0 -> 3.6.1Jens Rehsack2018-08-281-2/+2
| | | | | | | | Update recipe for python protobuf to 3.6.1 to align with protobuf. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python{3, }-protobuf: consolidate CLEANBROKENJens Rehsack2018-08-271-0/+4
| | | | | | | | | | | Since python-protobuf and python3-protobuf share the same build instructions, it's sane to clarify for both at the same place, that running setup.py clean is wrong in configure stage. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-protobuf: upgrade 3.5.2 -> 3.6.0Chen Qi2018-06-271-2/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-protobuf: add UPSTREAM_CHECK_REGEXYi Zhao2018-05-301-0/+2
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-protobuf: update to version 3.5.2Derek Straka2018-03-161-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-protobuf: update to version 3.5.1Derek Straka2018-01-161-4/+13
| | | | | | | Add RDEPENDS to work on minimal python and don't pull in python-six in python3 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-protobuf: add python3 versionPascal Bach2017-10-151-0/+16
Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>