1 From d7eeac90fe02ccf5c5e4334e41ec75fc33803643 Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Tue, 31 Mar 2020 16:12:28 +0200
4 Subject: [PATCH] meson.build: do not install python gi bindings
6 These are unnecessary for oe-core, and the install location
7 is incorrectly determined using native python.
9 Upstream-Status: Inappropriate [oe-core specific]
10 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
13 1 file changed, 1 deletion(-)
15 diff --git a/meson.build b/meson.build
16 index a8b02b4..8ff737b 100644
19 @@ -171,4 +171,3 @@ configure_file(
23 -subdir('bindings/python')