<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/cpprest, branch zeus-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=zeus-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-01-19T16:56:40+00:00</updated>
<entry>
<title>cpprest: fix cmake installation directory</title>
<updated>2020-01-19T16:56:40+00:00</updated>
<author>
<name>Gianfranco Costamagna</name>
<email>costamagna.gianfranco@gmail.com</email>
</author>
<published>2020-01-09T12:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2ce57e0b6c51eda6c7d8ae36ebf36ff9044b03f1'/>
<id>urn:sha1:2ce57e0b6c51eda6c7d8ae36ebf36ff9044b03f1</id>
<content type='text'>
This should help reverse-dependencies find the cmake files also in multiarch locations

Signed-off-by: Gianfranco Costamagna &lt;costamagnagianfranco@yahoo.it&gt;
Signed-off-by: Gianfranco Costamagna &lt;locutusofborg@debian.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
(cherry picked from commit 2ca15ad3d80172f47b107bb4e346827efa431769)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpprest: Do not export Werror from build system instead of adding -Wno-error to the same build command</title>
<updated>2019-07-23T16:37:22+00:00</updated>
<author>
<name>Gianfranco Costamagna</name>
<email>costamagna.gianfranco@gmail.com</email>
</author>
<published>2019-07-23T07:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ccf2220ab2e718c89d5fb576772c3120b90f69b9'/>
<id>urn:sha1:ccf2220ab2e718c89d5fb576772c3120b90f69b9</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpprest: update to 2.10.14</title>
<updated>2019-07-23T16:37:22+00:00</updated>
<author>
<name>Gianfranco Costamagna</name>
<email>costamagna.gianfranco@gmail.com</email>
</author>
<published>2019-07-22T21:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9483d4da04ac4be45c955f2ad34db2f4b96e0018'/>
<id>urn:sha1:9483d4da04ac4be45c955f2ad34db2f4b96e0018</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpprest: Fix build failure with gcc 8</title>
<updated>2019-07-10T16:24:33+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2019-07-02T16:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3a4dfcce5de01f001ba29db5879752ec8e5acf87'/>
<id>urn:sha1:3a4dfcce5de01f001ba29db5879752ec8e5acf87</id>
<content type='text'>
The workaround for gcc 9 broke building with gcc 8:
     cc1plus: error: -Werror=deprecated-copy: no option -Wdeprecated-copy
     cc1plus: error: -Werror=redundant-move: no option -Wredundant-move
     ninja: build stopped: subcommand failed.

-Werror is often problematic in distribution builds,
disable it globally and permanently.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpprest: temporary ignore deprecated-copy and redundant-move errors detected by gcc9</title>
<updated>2019-06-15T23:45:33+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>martin.jansa@gmail.com</email>
</author>
<published>2019-06-05T07:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bf076ef0ab29abc67dcb65e66f59cad8002e8833'/>
<id>urn:sha1:bf076ef0ab29abc67dcb65e66f59cad8002e8833</id>
<content type='text'>
* until it's properly fixed in upstream:
  https://github.com/Microsoft/cpprestsdk/issues/1099

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpprest: update to 2.10.13, drop 32bit build fix upstream</title>
<updated>2019-04-29T17:13:57+00:00</updated>
<author>
<name>Gianfranco Costamagna</name>
<email>costamagna.gianfranco@gmail.com</email>
</author>
<published>2019-04-27T07:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c0451eae2e7068605033c1afb7f51ec8d331019f'/>
<id>urn:sha1:c0451eae2e7068605033c1afb7f51ec8d331019f</id>
<content type='text'>
Add back test disables from Debian, they are still needed with the network access disabled

Signed-off-by: Gianfranco Costamagna &lt;locutusofborg@debian.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpprest: fix build failure on 32bit systems, with upstream merged patch</title>
<updated>2019-04-06T15:22:22+00:00</updated>
<author>
<name>Gianfranco Costamagna</name>
<email>costamagna.gianfranco@gmail.com</email>
</author>
<published>2019-04-02T09:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7fb6d61bb0d4cd4003322e3d6f588be41f2dc76d'/>
<id>urn:sha1:7fb6d61bb0d4cd4003322e3d6f588be41f2dc76d</id>
<content type='text'>
Signed-off-by: Gianfranco Costamagna &lt;costamagnagianfranco@yahoo.it&gt;
Signed-off-by: Gianfranco Costamagna &lt;locutusofborg@debian.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpprest: fix build failures on 32bit systems, by reverting two upstream commits</title>
<updated>2019-03-28T18:55:34+00:00</updated>
<author>
<name>Gianfranco Costamagna</name>
<email>costamagna.gianfranco@gmail.com</email>
</author>
<published>2019-03-28T14:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5941b5bc8f5277f2da717821ae593385453ae39a'/>
<id>urn:sha1:5941b5bc8f5277f2da717821ae593385453ae39a</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpprest: bump version to 2.10.12</title>
<updated>2019-03-28T18:55:34+00:00</updated>
<author>
<name>Gianfranco Costamagna</name>
<email>costamagna.gianfranco@gmail.com</email>
</author>
<published>2019-03-28T10:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bfee8410b4c6319dbc3da2da1bb5af54c01e5661'/>
<id>urn:sha1:bfee8410b4c6319dbc3da2da1bb5af54c01e5661</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>cpprest: update to 2.10.11</title>
<updated>2019-03-21T12:57:14+00:00</updated>
<author>
<name>Gianfranco Costamagna</name>
<email>costamagna.gianfranco@gmail.com</email>
</author>
<published>2019-03-20T17:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6b04815b42226731b68451e36bf06b840018f655'/>
<id>urn:sha1:6b04815b42226731b68451e36bf06b840018f655</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
