<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb, branch master-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2024-01-19T17:51:07+00:00</updated>
<entry>
<title>abseil-cpp: rename recipe to follow the version</title>
<updated>2024-01-19T17:51:07+00:00</updated>
<author>
<name>Clément Péron</name>
<email>peron.clem@gmail.com</email>
</author>
<published>2024-01-18T12:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=80f0f4ccfb6e1099b1a038d534834cc6ad5ab55f'/>
<id>urn:sha1:80f0f4ccfb6e1099b1a038d534834cc6ad5ab55f</id>
<content type='text'>
We are not on a detached version, there is no reason to not use
the real version in the filename

Signed-off-by: Clément Péron &lt;peron.clem@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake</title>
<updated>2023-12-08T05:51:58+00:00</updated>
<author>
<name>Petr Chernikov</name>
<email>p.chernikov@yadro.com</email>
</author>
<published>2023-12-08T05:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=190f7b50ac3d7d30cf9d31167fb74f7146c3c8ff'/>
<id>urn:sha1:190f7b50ac3d7d30cf9d31167fb74f7146c3c8ff</id>
<content type='text'>
Old versions of abseil-cpp could not be compiled using C++ Standard 17.
For now this cmake flag is not needed.
Mosh compilation fixed by specifying c++17 standard.

Signed-off-by: Petr Chernikov &lt;p.chernikov@yadro.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>abseil-cpp: fix mingw build</title>
<updated>2023-11-11T17:26:41+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@gmail.com</email>
</author>
<published>2023-11-08T18:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ca4c5ab653b9d5187385050552386f95ec868944'/>
<id>urn:sha1:ca4c5ab653b9d5187385050552386f95ec868944</id>
<content type='text'>
Add patch to fix mingw build of abseil-cpp

  undefined reference to `absl::lts_20230802::synchronization_internal::Win32Waiter::Poke()'
  undefined reference to `absl::lts_20230802::synchronization_internal::Win32Waiter::Win32Waiter()'
  undefined reference to `absl::lts_20230802::synchronization_internal::Win32Waiter::Post()'
  undefined reference to `absl::lts_20230802::synchronization_internal::Win32Waiter::Poke()'

and include bindir to recipe sysroot to fix protobuf build.

|   The imported target "absl::log_severity" references the file
|
|      "../nativesdk-protobuf/4.23.4/recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-w64-mingw32/usr/bin/libabsl_log_severity.dll"
|
|   but this file does not exist.

Signed-off-by: Samuli Piippo &lt;samuli.piippo@qt.io&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>abseil-cpp: upgrade 20230802.0 -&gt; 20230802.1</title>
<updated>2023-11-06T06:26:54+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-11-04T00:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fbed5bbeb3fade5f0d37cd850451e1eb81e3ca44'/>
<id>urn:sha1:fbed5bbeb3fade5f0d37cd850451e1eb81e3ca44</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>abseil-cpp: upgrade 20230125.3 -&gt; 20230802.0</title>
<updated>2023-08-27T00:32:45+00:00</updated>
<author>
<name>Willy Tu</name>
<email>wltu@google.com</email>
</author>
<published>2023-08-24T17:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2703a7ca79bb238b3b8b29b4ae32a459907f6d62'/>
<id>urn:sha1:2703a7ca79bb238b3b8b29b4ae32a459907f6d62</id>
<content type='text'>
Release notes in
https://github.com/abseil/abseil-cpp/releases/tag/20230802.0

Signed-off-by: Willy Tu &lt;wltu@google.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>abseil-cpp: upgrade 20230125.2 -&gt; 20230125.3</title>
<updated>2023-05-09T04:37:55+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-05-08T09:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f114b916a96866d4f42d83d704281f2b3f4f803a'/>
<id>urn:sha1:f114b916a96866d4f42d83d704281f2b3f4f803a</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>abseil-cpp: upgrade 20230125.1 -&gt; 20230125.2</title>
<updated>2023-04-04T20:39:46+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-04-03T08:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=63bb96035b7455234adaabfcff1c9820b28c2f54'/>
<id>urn:sha1:63bb96035b7455234adaabfcff1c9820b28c2f54</id>
<content type='text'>
Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>abseil-cpp: upgrade 20221014.0 -&gt; 20230125.1</title>
<updated>2023-03-28T17:44:00+00:00</updated>
<author>
<name>Xiangyu Chen</name>
<email>xiangyu.chen@windriver.com</email>
</author>
<published>2023-03-27T01:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f65b0527849fdde2d486b31feb75576cd40af605'/>
<id>urn:sha1:f65b0527849fdde2d486b31feb75576cd40af605</id>
<content type='text'>
Note: please make sure your oe-core has the following commit:
https://git.openembedded.org/openembedded-core/commit/?id=a73e269d3e591a10bb397b94b82e3fb960112d33

Signed-off-by: Xiangyu Chen &lt;xiangyu.chen@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>abseil-cpp: Replace off64_t with off_t</title>
<updated>2022-12-29T02:31:24+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-12-29T02:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d780dc588a201afbd1326adf245577280eda9cb1'/>
<id>urn:sha1:d780dc588a201afbd1326adf245577280eda9cb1</id>
<content type='text'>
Fixes

TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-musleabi/abseil-cpp/20221014.0-r0/git/absl/base/internal/direct_mmap.h:71:25: error: unknown type name 'off64_t'; did you mean 'off_t'?
                        off64_t offset) noexcept {
                        ^~~~~~~
                        off_t

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>abseil-cpp: Upgrade to head on 2022-10-14</title>
<updated>2022-10-18T15:18:09+00:00</updated>
<author>
<name>Ulysse Manceron</name>
<email>UlysseM@users.noreply.github.com</email>
</author>
<published>2022-10-14T23:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3ab22400d180529d2ad9d18a77c1d2863c3d838e'/>
<id>urn:sha1:3ab22400d180529d2ad9d18a77c1d2863c3d838e</id>
<content type='text'>
Our team wants to use absl/log which was recently added to abseil.
</content>
</entry>
</feed>
