summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/meson
Commit message (Collapse)AuthorAgeFilesLines
* meson: Port pkgconfig-native patch to 0.40.1Ricardo Ribalda Delgado2017-07-142-0/+72
| | | | | | | | 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 <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson: remove redundant patchRoss Burton2017-07-011-52/+0
| | | | | | | | 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 <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson: set RDEPENDS globally instead of just for targetRoss Burton2017-07-011-1/+1
| | | | | | | | | 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 <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson: add LDFLAGS to bbclass C/C++ link argumentsAdam C. Foltzer2017-06-141-1/+0
| | | | | | | | 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 <acfoltzer@galois.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson: update Meson devtool to 0.40.1Adam C. Foltzer2017-06-141-1/+1
| | | | | Signed-off-by: Adam C. Foltzer <acfoltzer@galois.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson: Use pkgconfig-native for the native toolsRicardo Ribalda Delgado2017-06-052-1/+56
| | | | | | | | 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 <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson: Update to 0.37.1Peter Kjellerstedt2017-03-161-3/+2
| | | | | | | | Also make it possible to actually build the native version by avoiding the runtime dependencies. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson: Add recipe for the meson build systemLinus Svensson2017-02-201-0/+18
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 <ross.burton@intel.com>. Signed-off-by: Linus Svensson <linussn@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>