Files
Ricardo Ribalda Delgado 9be0ac6e72 meson: Use pkgconfig-native for the native tools
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-07-17 11:17:47 -07:00

21 lines
460 B
BlitzBasic

HOMEPAGE = "http://mesonbuild.com"
SUMMARY = "A high performance build system"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = " \
git://github.com/mesonbuild/meson.git \
file://native_bindir.patch \
"
SRCREV = "3d4bfdcb22314ea7db45a5b075f8b2a9c1498aab"
S = "${WORKDIR}/git"
inherit setuptools3
RDEPENDS_${PN}_class-target = "ninja python3-core python3-modules"
BBCLASSEXTEND = "native"