<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/nlohmann-json, branch dunfell</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=dunfell</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=dunfell'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2023-09-04T13:05:52+00:00</updated>
<entry>
<title>nlohmann-json: Avoid usage of nobranch=1</title>
<updated>2023-09-04T13:05:52+00:00</updated>
<author>
<name>Sourav Pramanik</name>
<email>sourav.pramanik@kpit.com</email>
</author>
<published>2023-08-21T11:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a84764cd13c89eb296c0bd3fa34c41e91f52a01f'/>
<id>urn:sha1:a84764cd13c89eb296c0bd3fa34c41e91f52a01f</id>
<content type='text'>
The usage of nobranch=1 in SRC_URI allows using unprotected branches.

This change updates the real branch name in place of nobranch=1.

Signed-off-by: Sourav Kumar Pramanik &lt;pramanik.souravkumar@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Update SRC_URI branch and protocols</title>
<updated>2021-11-17T20:26:21+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2021-11-07T19:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=59bff77ad0b3a66417194670de25f60183a4f6bb'/>
<id>urn:sha1:59bff77ad0b3a66417194670de25f60183a4f6bb</id>
<content type='text'>
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.

Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>nlohmann-json: backport gcc10 fix</title>
<updated>2020-05-29T04:23:56+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2020-05-17T16:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3575cb4e60b2a878cb48383bb92a3a78a91fa0a6'/>
<id>urn:sha1:3575cb4e60b2a878cb48383bb92a3a78a91fa0a6</id>
<content type='text'>
The following issue and PR describe an issue with nlohmann-json and
GCC10.

https://github.com/nlohmann/json/issues/1920
https://github.com/nlohmann/json/pull/2034

Confirmed that this fixed the issue seen in OpenBMC when pulling in the
latest upstream meta-openembedded.

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 12b707c52de60f1cb4a0b4af8c379d4a11dfba35)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>nlohmann-json: Upgrade to 3.7.3</title>
<updated>2019-12-17T03:50:07+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-12-17T02:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=110652d95152272df5649c6dd6c0fc98a47129df'/>
<id>urn:sha1:110652d95152272df5649c6dd6c0fc98a47129df</id>
<content type='text'>
Rename recipe to express PV

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nlohmann-json: upgrade 3.3.0 -&gt; 3.7.0</title>
<updated>2019-10-25T17:29:52+00:00</updated>
<author>
<name>David Roman</name>
<email>droman@ifae.es</email>
</author>
<published>2019-10-14T07:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=95d95dcb1048a0ee4263ff1c48af962f31fb809f'/>
<id>urn:sha1:95d95dcb1048a0ee4263ff1c48af962f31fb809f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nlohmann-json: Add symlink to json.hpp and update to 3.3.0</title>
<updated>2018-10-11T20:52:06+00:00</updated>
<author>
<name>James Feist</name>
<email>james.feist@linux.intel.com</email>
</author>
<published>2018-10-11T20:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=69e5fa1485aa58ad1d664070b0d9e4db413fdd62'/>
<id>urn:sha1:69e5fa1485aa58ad1d664070b0d9e4db413fdd62</id>
<content type='text'>
nlohmann-json has examples in their repo that refer to
the header as json.hpp directly, as such many packages
that require nlohmann-json expect json.hpp and not
nlohmann/json.hpp as the cmake file installs. Create symlink
so that access is available by either option. Also update
to release 3.3.0.

Signed-off-by: James Feist &lt;james.feist@linux.intel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>nlohmann-json: Add recipe</title>
<updated>2018-10-05T03:00:52+00:00</updated>
<author>
<name>James Feist</name>
<email>james.feist@linux.intel.com</email>
</author>
<published>2018-10-04T23:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=126f046247079aed0fdc2acda21b0f6898b56bd6'/>
<id>urn:sha1:126f046247079aed0fdc2acda21b0f6898b56bd6</id>
<content type='text'>
nlohmann-json is a c++ header-only json library.

Signed-off-by: James Feist &lt;james.feist@linux.intel.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
