aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof/files/0001-Avoid-building-docs.patch
blob: 202f354d29ce04ceca065c95f8b9c85519cc347a (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
From 27df521c68e7c8b5b050dab15f40aa15fd03623a Mon Sep 17 00:00:00 2001
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
Date: Wed, 4 May 2016 14:58:24 +0300
Subject: [PATCH] Avoid building docs

Upstream-Status: Inappropriate
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 Makefile.am | 2 +-
 m4/yelp.m4  | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index b919a3f..3a3851d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = daemon data help lib po src tools tests
+SUBDIRS = daemon data lib po src tools tests
 
 EXTRA_DIST = AUTHORS tap-test COPYING.gpl-2
 
diff --git a/m4/yelp.m4 b/m4/yelp.m4
index 5db847f..1b6ede4 100644
--- a/m4/yelp.m4
+++ b/m4/yelp.m4
@@ -27,12 +27,6 @@ AC_ARG_WITH([help-dir],
 HELP_DIR="$with_help_dir"
 AC_SUBST(HELP_DIR)
 
-AC_ARG_VAR([ITSTOOL], [Path to the `itstool` command])
-AC_CHECK_PROG([ITSTOOL], [itstool], [itstool])
-if test x"$ITSTOOL" = x; then
-  AC_MSG_ERROR([itstool not found])
-fi
-
 AC_ARG_VAR([XMLLINT], [Path to the `xmllint` command])
 AC_CHECK_PROG([XMLLINT], [xmllint], [xmllint])
 if test x"$XMLLINT" = x; then
-- 
2.1.4