aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof/files/0001-Do-not-build-anything-in-help-as-it-requires-itstool.patch
blob: e28fdcad9486bc2a3228103d919eb47f92782014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From c2495a4c042e6a675da69bab20cc3669391e8e2a Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Wed, 23 Aug 2017 18:38:26 +0300
Subject: [PATCH 1/2] Do not build anything in help/ as it requires itstool.

Upstream-Status: Inappropriate [oe-core specific]
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meson.build b/meson.build
index 4ac3934..8c4369a 100644
--- a/meson.build
+++ b/meson.build
@@ -116,7 +116,6 @@ subdir('tools')
 subdir('tests')
 
 subdir('data')
-subdir('help')
 subdir('po')
 
 meson.add_install_script('build-aux/meson_post_install.sh')
-- 
2.14.1