aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/meson/meson_0.41.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-08-04 16:23:37 +0300
committerAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-08-04 16:24:20 +0300
commitf7c8f07aaa4ccf469d51bf466773b7c489423dbe (patch)
tree6086e182ce492ea422ef83c8a055f7563148b21f /meta-oe/recipes-devtools/meson/meson_0.41.1.bb
parent0b50f754636c4162d34ea22661f490feb7b07e5e (diff)
downloadmeta-openembedded-contrib-f7c8f07aaa4ccf469d51bf466773b7c489423dbe.tar.gz
meson: fix gtk-doc and gobject-introspectionakanavin/meson
This requires adding a couple of patches to meson, and setting the gtkdoc wrapper in build configuration. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-devtools/meson/meson_0.41.1.bb')
-rw-r--r--meta-oe/recipes-devtools/meson/meson_0.41.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/meson/meson_0.41.1.bb b/meta-oe/recipes-devtools/meson/meson_0.41.1.bb
index 191fd453a9..66ea10e112 100644
--- a/meta-oe/recipes-devtools/meson/meson_0.41.1.bb
+++ b/meta-oe/recipes-devtools/meson/meson_0.41.1.bb
@@ -4,7 +4,10 @@ SUMMARY = "A high performance build system"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/${BP}.tar.gz"
+SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/${BP}.tar.gz \
+ file://0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch \
+ file://0002-gobject-introspection-determine-g-ir-scanner-and-g-i.patch \
+ "
SRC_URI[md5sum] = "394b838952d78138b3873b7a745538c1"
SRC_URI[sha256sum] = "3d160b0514ff3d25f0a47975c6f70fd82b76c589876d10413efc5e01df43e0c2"