<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-dbs/mongodb, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-03-11T15:58:57+00:00</updated>
<entry>
<title>conf/layer.conf: add BBFILES_DYNAMIC and dynamic layers</title>
<updated>2020-03-11T15:58:57+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2020-03-11T08:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d178745cbf5c97b7cdcf274108a58c8e1f88d3ca'/>
<id>urn:sha1:d178745cbf5c97b7cdcf274108a58c8e1f88d3ca</id>
<content type='text'>
some recipes under meta-oe have dependency on meta-python,
and test_world of yocto-check-layer will failed with error
like:

ERROR: test_world (common.CommonCheckLayer)
ERROR: Nothing PROVIDES 'python3-pytoml-native' (but
/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb
DEPENDS on or otherwise requires it). Close matches:
  python3-numpy-native
  python3-pycairo-native
  python3-rpm-native
ERROR: Required build target 'meta-world-pkgdata' has no buildable
providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata',
'mozjs', 'python3-pytoml-native']

fix by make these recipes only active when identified layers are
present

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mongodb: bump version to r4.2.2</title>
<updated>2020-01-23T22:16:25+00:00</updated>
<author>
<name>Vincent Prince</name>
<email>vincent.prince.fr@gmail.com</email>
</author>
<published>2020-01-23T13:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f2b84ddfc526869463a1ebd982a9b2940eb7ea13'/>
<id>urn:sha1:f2b84ddfc526869463a1ebd982a9b2940eb7ea13</id>
<content type='text'>
Signed-off-by: Vincent Prince &lt;vincent.prince.fr@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mongodb: Turn system libpcre support into packageconfig</title>
<updated>2019-10-08T07:54:56+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-10-08T03:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=31161b5fee5ae8616f18e135990fd27838c7a6ad'/>
<id>urn:sha1:31161b5fee5ae8616f18e135990fd27838c7a6ad</id>
<content type='text'>
when libpcre is built with clang and mongodb with gcc then they dont
link well, in such cases its better to use in-tree pcre, this paves a
way to achieve that if needed

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mongodb: Remove non building arches from COMPATIBLE_HOST</title>
<updated>2019-09-25T18:58:25+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-09-25T17:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1458e86911b9b883aafcae147f80faa25421b19c'/>
<id>urn:sha1:1458e86911b9b883aafcae147f80faa25421b19c</id>
<content type='text'>
c++17 is default now so we don't need to edit out c++11 options

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mongodb: Fix build on musl/aarch64</title>
<updated>2019-09-24T01:35:16+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-09-23T19:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bf0c72662f3dd150e9d77fd177487ef839d59f70'/>
<id>urn:sha1:bf0c72662f3dd150e9d77fd177487ef839d59f70</id>
<content type='text'>
one impl of strerror_r is glibc specific, therefore check for __GLIBC__
also before using it

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mongodb: bump to version 4.2.0+git18ce5c9</title>
<updated>2019-09-22T15:13:17+00:00</updated>
<author>
<name>Vincent Prince</name>
<email>vincent.prince.fr@gmail.com</email>
</author>
<published>2019-09-20T14:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1849429a791457250236778793c36a12f0df3194'/>
<id>urn:sha1:1849429a791457250236778793c36a12f0df3194</id>
<content type='text'>
MongoDB v4.2.0 adds python3 support that is needed by scons upgrade [44f303b scons: inherit python3native].
 - mongodb git commit 18ce5c9 was needed to fix https://jira.mongodb.org/browse/SERVER-42787
 - Add PREFIX and prefix to scons environment to fix unknown variable check (SConstruct#L1073)
 - fix musl compilation (strerror_r)
 - Remove compatibility for clang/x86 due to missing "Hardware interference size"
 - Previous patches are refreshed

Signed-off-by: Vincent Prince &lt;vincent.prince.external@saftbatteries.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mongodb: add mongo shell as a PACKAGECONF option</title>
<updated>2019-08-11T15:58:05+00:00</updated>
<author>
<name>Vincent Prince</name>
<email>vincent.prince.fr@gmail.com</email>
</author>
<published>2019-08-09T08:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a6043b70a800164a6591e98e42451da13acf4069'/>
<id>urn:sha1:a6043b70a800164a6591e98e42451da13acf4069</id>
<content type='text'>
Signed-off-by: Vincent Prince &lt;vincent.prince.fr@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mongodb: add to PNBLACKLIST</title>
<updated>2019-06-25T21:21:48+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2019-06-25T16:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a2597811c9d57885f7ede336a78331c587f28fa1'/>
<id>urn:sha1:a2597811c9d57885f7ede336a78331c587f28fa1</id>
<content type='text'>
Since commit [44f303b scons: inherit python3native] applied in oe-core,
but mongodb v4.0 requires python2 to build

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mongodb: Fix build with gcc</title>
<updated>2019-05-06T15:32:04+00:00</updated>
<author>
<name>Vincent Prince</name>
<email>vincent.prince.fr@gmail.com</email>
</author>
<published>2019-05-06T11:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e6d2464e4151d3860ef4fb3a6dae7777a8987429'/>
<id>urn:sha1:e6d2464e4151d3860ef4fb3a6dae7777a8987429</id>
<content type='text'>
Signed-off-by: Vincent Prince &lt;vincent.prince.fr@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mongodb: Fix build with clang</title>
<updated>2019-02-06T00:43:12+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-02-05T08:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cde3ede254ef5c15b4940c6b425e2f5ab25c853b'/>
<id>urn:sha1:cde3ede254ef5c15b4940c6b425e2f5ab25c853b</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
