<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/classes/meson.bbclass, branch pyro-nfvaccess</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=pyro-nfvaccess</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=pyro-nfvaccess'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2017-03-16T22:32:40+00:00</updated>
<entry>
<title>meson.bbclass: Use the correct C++ compiler when cross compiling</title>
<updated>2017-03-16T22:32:40+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>peter.kjellerstedt@axis.com</email>
</author>
<published>2017-03-11T04:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=40fd946e1b820f8629e3b349fe6c4ff37680c064'/>
<id>urn:sha1:40fd946e1b820f8629e3b349fe6c4ff37680c064</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson.bbclass: Support building for native</title>
<updated>2017-03-16T22:32:40+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>peter.kjellerstedt@axis.com</email>
</author>
<published>2017-03-11T04:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7fb45590ff7d10b4a32a6f702b79ab855fd62948'/>
<id>urn:sha1:7fb45590ff7d10b4a32a6f702b79ab855fd62948</id>
<content type='text'>
Signed-off-by: Peter Kjellerstedt &lt;peter.kjellerstedt@axis.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson.bbclass: Make changes to meson.build files trigger reconfiguration</title>
<updated>2017-03-16T22:32:40+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>peter.kjellerstedt@axis.com</email>
</author>
<published>2017-03-11T04:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=08164e4c9d8347b06b170b73228aacbc701314ce'/>
<id>urn:sha1:08164e4c9d8347b06b170b73228aacbc701314ce</id>
<content type='text'>
When externalsrc.bbclass is used, any changes to meson.build files
should trigger do_configure to be re-run.

Signed-off-by: Peter Kjellerstedt &lt;peter.kjellerstedt@axis.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson.bbclass: Add support for more standard installation directories</title>
<updated>2017-03-16T22:32:40+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>peter.kjellerstedt@axis.com</email>
</author>
<published>2017-03-11T04:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b9534442f0ebfae64c0c429750ba95c20934b956'/>
<id>urn:sha1:b9534442f0ebfae64c0c429750ba95c20934b956</id>
<content type='text'>
A couple of more standard installation directories are supported with
meson 0.37.1, so make sure they are configured.

Signed-off-by: Peter Kjellerstedt &lt;peter.kjellerstedt@axis.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson.bbclass: Add progress support for do_compile()</title>
<updated>2017-03-07T12:30:26+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>peter.kjellerstedt@axis.com</email>
</author>
<published>2017-03-04T02:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c10c1c0cfd7f48a0469aa5ab1f88499c39d96f01'/>
<id>urn:sha1:c10c1c0cfd7f48a0469aa5ab1f88499c39d96f01</id>
<content type='text'>
ninja provides progress information when building so let's make use of
it.

Signed-off-by: Peter Kjellerstedt &lt;peter.kjellerstedt@axis.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson.bbclass: Add meson.bbclass</title>
<updated>2017-02-20T10:50:12+00:00</updated>
<author>
<name>Linus Svensson</name>
<email>linussn@axis.com</email>
</author>
<published>2017-02-16T11:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c4445538f86929f2cb90f1c2fb42be1aa97911fc'/>
<id>urn:sha1:c4445538f86929f2cb90f1c2fb42be1aa97911fc</id>
<content type='text'>
Add a class for packages that uses the meson build system.

Meson uses a cross-file that contain needed tools and information about
the host and target system. Such a file will be created in {WORKDIR}.

Meson only allows installation directories to be specified as relative
to prefix, except for sysconfdir, which can be absolute.

This patch is based on a prototype patch by
Ross Burton &lt;ross.burton@intel.com&gt;.

Signed-off-by: Linus Svensson &lt;linussn@axis.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
