summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-16 14:01:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-17 12:28:50 +0100
commit490431f8a4088343f40990c72aa28ef7b4add7f2 (patch)
tree70c10853e57a992bd82650ec3eaa992e98ad931f /meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch
parenta00faba270e470aea0966208df3786e03912dc5b (diff)
downloadpoky-490431f8a4088343f40990c72aa28ef7b4add7f2.tar.gz
btrfs-tools: Upgrade 3.12 -> 3.14.2
(From OE-Core rev: da30d4cfe4b3cac12d09384ca27f9612b5288b48) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch
new file mode 100644
index 0000000000..6df4e10a19
--- /dev/null
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch
@@ -0,0 +1,22 @@
1Doc generation requires xmlto and ascidoc which we don't have right now.
2Disable doc generation until such times as we have the right dependencies.
3
4RP 2014/7/16
5
6Upstream-Status: Inappropriate
7
8Index: git/Makefile
9===================================================================
10--- git.orig/Makefile 2014-07-16 13:21:43.289386655 +0000
11+++ git/Makefile 2014-07-16 13:42:46.453421079 +0000
12@@ -57,8 +57,8 @@
13 btrfs_fragment_libs = -lgd -lpng -ljpeg -lfreetype
14
15 SUBDIRS =
16-BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS)) build-Documentation
17-INSTALLDIRS = $(patsubst %,install-%,$(SUBDIRS)) install-Documentation
18+BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS))
19+INSTALLDIRS = $(patsubst %,install-%,$(SUBDIRS))
20 CLEANDIRS = $(patsubst %,clean-%,$(SUBDIRS))
21
22 .PHONY: $(SUBDIRS)