<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/meson, branch scarthgap</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2018-01-17T05:41:26+00:00</updated>
<entry>
<title>meson: remove recipe and class</title>
<updated>2018-01-17T05:41:26+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alexander.kanavin@linux.intel.com</email>
</author>
<published>2017-11-17T12:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8cef6b38e62e6c79ec857510df454cefc868b0df'/>
<id>urn:sha1:8cef6b38e62e6c79ec857510df454cefc868b0df</id>
<content type='text'>
They have been moved to oe-core layer, as meson is increasingly
the primary build system for many projects, particularly in the
Gnome stack.

Signed-off-by: Alexander Kanavin &lt;alexander.kanavin@linux.intel.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson: Port pkgconfig-native patch to 0.40.1</title>
<updated>2017-07-14T21:44:29+00:00</updated>
<author>
<name>Ricardo Ribalda Delgado</name>
<email>ricardo.ribalda@gmail.com</email>
</author>
<published>2017-07-01T08:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cde6146e49cd43b305831d9cf9ec9a4615b38be6'/>
<id>urn:sha1:cde6146e49cd43b305831d9cf9ec9a4615b38be6</id>
<content type='text'>
The update to 0.40.1 did not add this patch required for qt builds.

Fixes: 163abe723deb ("meson: update Meson devtool to 0.40.1")
Signed-off-by: Ricardo Ribalda Delgado &lt;ricardo.ribalda@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson: remove redundant patch</title>
<updated>2017-07-01T07:59:26+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2017-06-26T15:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=529ae57ac9a8997cbbce9614ca036e4b631bd7ef'/>
<id>urn:sha1:529ae57ac9a8997cbbce9614ca036e4b631bd7ef</id>
<content type='text'>
This patch doesn't apply to 0.40.1 and hopefully the PKG_CONFIG patch fixes the
problem with the wrong pkg-config binary being invoked.

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson: set RDEPENDS globally instead of just for target</title>
<updated>2017-07-01T07:59:26+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2017-06-26T15:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3710b9da7facfc52940bb342d8e10697d114feed'/>
<id>urn:sha1:3710b9da7facfc52940bb342d8e10697d114feed</id>
<content type='text'>
Now that python3-native has the correct provides, the RDEPENDS can be set
globally instead of just for target (which helps a future nativesdk-meson
package).

Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson: add LDFLAGS to bbclass C/C++ link arguments</title>
<updated>2017-06-14T12:51:15+00:00</updated>
<author>
<name>Adam C. Foltzer</name>
<email>acfoltzer@galois.com</email>
</author>
<published>2017-06-08T17:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d84b4b0bab9823c81f0ea38ca12eb8bccf892ca4'/>
<id>urn:sha1:d84b4b0bab9823c81f0ea38ca12eb8bccf892ca4</id>
<content type='text'>
This adds compiler flags for C++ projects, and fixes the linker
arguments for both C and C++ to avoid the GNU_HASH qa failure

Signed-off-by: Adam C. Foltzer &lt;acfoltzer@galois.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson: update Meson devtool to 0.40.1</title>
<updated>2017-06-14T12:51:14+00:00</updated>
<author>
<name>Adam C. Foltzer</name>
<email>acfoltzer@galois.com</email>
</author>
<published>2017-06-05T17:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=163abe723deb89577fd83a69ce016c47738b0e8d'/>
<id>urn:sha1:163abe723deb89577fd83a69ce016c47738b0e8d</id>
<content type='text'>
Signed-off-by: Adam C. Foltzer &lt;acfoltzer@galois.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson: Use pkgconfig-native for the native tools</title>
<updated>2017-06-05T09:01:45+00:00</updated>
<author>
<name>Ricardo Ribalda Delgado</name>
<email>ricardo.ribalda@gmail.com</email>
</author>
<published>2017-05-23T08:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3799bfeea79a045c6ed98af0220e53b5b3f7f9d7'/>
<id>urn:sha1:3799bfeea79a045c6ed98af0220e53b5b3f7f9d7</id>
<content type='text'>
QT relies on host compilers such mas mocc. Modify meson to use
pkgconfig-native instead of pkgconfig in such cases.

Signed-off-by: Ricardo Ribalda Delgado &lt;ricardo.ribalda@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meson: Update to 0.37.1</title>
<updated>2017-03-16T22:32:39+00:00</updated>
<author>
<name>Peter Kjellerstedt</name>
<email>peter.kjellerstedt@axis.com</email>
</author>
<published>2017-03-11T04:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f07b8a21962bf8df042725a828848dd5e06754c6'/>
<id>urn:sha1:f07b8a21962bf8df042725a828848dd5e06754c6</id>
<content type='text'>
Also make it possible to actually build the native version by avoiding
the runtime dependencies.

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: Add recipe for the meson build system</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:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b8f6712bd98569df432d4e8eeb34a4182902a5b5'/>
<id>urn:sha1:b8f6712bd98569df432d4e8eeb34a4182902a5b5</id>
<content type='text'>
Meson is a build system designed to be fast and as user firendly as
possible. Find out more about meson at mesonbuild.com.

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>
