Hi.
On 02/13/2017 01:28 PM, Ricardo Ribalda Delgado wrote:
Linus, do you plan to resend? Can I help you?
I will resend it later today.
meson is still under development, and more options for installation
directories are still (I know at least one more that will come) added.
That could, or per
From: Linus Svensson
Signed-off-by: Linus Svensson
---
meta/recipes-devtools/python/python3-native_3.5.2.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/python/python3-native_3.5.2.bb
b/meta/recipes-devtools/python/python3-native_3.5.2.bb
index 08802cd..7ac3942
From: Linus Svensson
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 .
Signed-off-by: Linus Svensson
---
meta/recipes-devtools/meson/meson_0.36.0.bb | 15
From: Linus Svensson
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
On 12/15/2017 04:29 PM, André Draszik wrote:
On Thu, 2017-12-07 at 11:27 -0800, Andre McCurdy wrote:
+MESON_TARGET_ENDIAN = "${@bb.utils.contains('TUNE_FEATURES',
'bigendian', 'big', 'little', d)}"
This won't work for all targets (e.g. PowerPC is big endian but
doesn't include "bigendian" in TU