]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
meson: new package
authorEric Le Bihan <eric.le.bihan.dev@free.fr>
Sun, 29 Oct 2017 13:10:51 +0000 (14:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 28 Dec 2017 22:09:37 +0000 (23:09 +0100)
commit5cd8afbdfc2d55545aa8d1c4026688c2edaac642
tree6ddfcacabff2d91ad5b52d4d7f114a9a65ac8cb1
parent2493638ff74911d187396ed9ce6137d8357c90cb
meson: new package

This new package provides the host variant of the Meson Build System, an
open source build system meant to be both extremely fast, and as user
friendly as possible.

More precisely, Meson creates configuration files for the Ninja build
system.

Besides building Meson, it generates a configuration file
("$(HOST_DIR)/etc/meson/cross-compilation.conf") to be used when
cross-compiling a Meson-based project.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Tested-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
DEVELOPERS
package/meson/cross-compilation.conf.in [new file with mode: 0644]
package/meson/meson.hash [new file with mode: 0644]
package/meson/meson.mk [new file with mode: 0644]