<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-virtualization.git/recipes-devtools/protobuf, branch master</title>
<subtitle>Mirror of git.yoctoproject.org/meta-virtualization</subtitle>
<id>https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-virtualization.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/'/>
<updated>2017-06-27T17:19:54+00:00</updated>
<entry>
<title>devtools: remove protobuf*</title>
<updated>2017-06-27T17:19:54+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2017-06-27T17:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=b44a92c0f3de17639fda9de10ac0b30f19e41862'/>
<id>urn:sha1:b44a92c0f3de17639fda9de10ac0b30f19e41862</id>
<content type='text'>
The protobuf recipes are in meta-oe, and were only here to support
higher order virtualization tasks.

Dropping the recipes and we'll use the ones directly from meta-oe,
since the versions and compatibility should be fine.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>protobuf-native: Drop PR = 0</title>
<updated>2017-03-21T20:28:09+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-03-21T15:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=7c73258abc385e4109a22252f947951d75839b61'/>
<id>urn:sha1:7c73258abc385e4109a22252f947951d75839b61</id>
<content type='text'>
Drop PR setting to 0 its default anyway

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>protobuf-native: Enable shared libs</title>
<updated>2017-03-21T20:28:09+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2017-03-21T15:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=e62cc699098e16ea5ad8134b329c0ce9535eb706'/>
<id>urn:sha1:e62cc699098e16ea5ad8134b329c0ce9535eb706</id>
<content type='text'>
protobuf-c needs shared libraries, linking with static libs
ends up with undefined symbols

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>protobuf: uprev 3.1.0 from 3.0.0</title>
<updated>2016-11-22T16:25:47+00:00</updated>
<author>
<name>Wenzong Fan</name>
<email>wenzong.fan@windriver.com</email>
</author>
<published>2016-11-22T08:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=ee92971e6e6431c65622f7655999859e722ba325'/>
<id>urn:sha1:ee92971e6e6431c65622f7655999859e722ba325</id>
<content type='text'>
Signed-off-by: Wenzong Fan &lt;wenzong.fan@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>protobuf: ptest: Fix QA file-rdep warning</title>
<updated>2016-10-21T15:42:07+00:00</updated>
<author>
<name>He Zhe</name>
<email>zhe.he@windriver.com</email>
</author>
<published>2016-10-20T02:49:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=2d00a79d831f223c9fb401b44562657e85e43f3d'/>
<id>urn:sha1:2d00a79d831f223c9fb401b44562657e85e43f3d</id>
<content type='text'>
Add bash to ptest's RDEPENDS

"WARNING: QA Issue: /usr/lib64/protobuf/ptest/run-ptest_protobuf-ptest
contained in package protobuf-ptest requires /bin/bash, but no
providers found in its RDEPENDS [file-rdeps]"

Signed-off-by: He Zhe &lt;zhe.he@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>protobuf: Fix QA error for GNU_HASH</title>
<updated>2016-10-21T15:42:07+00:00</updated>
<author>
<name>He Zhe</name>
<email>zhe.he@windriver.com</email>
</author>
<published>2016-10-20T02:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=b2f38526a13b281830b8a00727d438ceeb88b665'/>
<id>urn:sha1:b2f38526a13b281830b8a00727d438ceeb88b665</id>
<content type='text'>
Add LDFLAGS to examples makefile to pass default ld flags.

"ERROR: protobuf-3.0.0-r0 do_package_qa: QA Issue: No GNU_HASH in the
elf binary: '.../protobuf/3.0.0-r0/packages-split/protobuf-ptest/usr/
lib/protobuf/ptest/add_person_cpp'"

Signed-off-by: He Zhe &lt;zhe.he@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>protobuf-c: uprev to 1.2.1 from 0.15</title>
<updated>2016-09-12T14:03:04+00:00</updated>
<author>
<name>Jianchuan Wang</name>
<email>jianchuan.wang@windriver.com</email>
</author>
<published>2016-09-08T05:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=c415f9786025622ff253ac21f24eef4755118e82'/>
<id>urn:sha1:c415f9786025622ff253ac21f24eef4755118e82</id>
<content type='text'>
Signed-off-by: Jianchuan Wang &lt;jianchuan.wang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>protobuf: uprev 3.0.0 from 2.6.1</title>
<updated>2016-09-12T14:03:04+00:00</updated>
<author>
<name>Jianchuan Wang</name>
<email>jianchuan.wang@windriver.com</email>
</author>
<published>2016-09-08T05:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=5e5e09a18199108de29bfee101c7b311ef094d94'/>
<id>urn:sha1:5e5e09a18199108de29bfee101c7b311ef094d94</id>
<content type='text'>
Signed-off-by: Jianchuan Wang &lt;jianchuan.wang@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>protobuf: fix source location</title>
<updated>2016-09-06T13:35:45+00:00</updated>
<author>
<name>Venkateswara Rao Mandela</name>
<email>venkat.mandela@ti.com</email>
</author>
<published>2016-09-03T03:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=c46b7903ffd2130d34553d55a93c156a5e9a7749'/>
<id>urn:sha1:c46b7903ffd2130d34553d55a93c156a5e9a7749</id>
<content type='text'>
The file locations listed in the recipes for protobuf, protobuf-c
are not currently available. Updating the recipe to

1. Point URI's to valid locations.
2. Update checksums and increment version numbers.

Signed-off-by: Venkateswara Rao Mandela &lt;venkat.mandela@ti.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>protobuf: Add RDEPENDS for ptest</title>
<updated>2016-05-25T13:42:14+00:00</updated>
<author>
<name>He Zhe</name>
<email>zhe.he@windriver.com</email>
</author>
<published>2016-05-23T03:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-virtualization.git/commit/?id=da1e90ecc8b5371a250067e653ec5b3e4f1f71e0'/>
<id>urn:sha1:da1e90ecc8b5371a250067e653ec5b3e4f1f71e0</id>
<content type='text'>
This patch adds bash and python to ptest's RDEPENDS to avoid the following
warning:
"WARNING: QA Issue: /usr/lib64/protobuf/ptest/run-ptest_protobuf-ptest contained
in package protobuf-ptest requires /bin/bash, but no providers found in its
RDEPENDS [file-rdeps]"

Signed-off-by: He Zhe &lt;zhe.he@windriver.com&gt;
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
