diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-02-11 22:13:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-15 21:58:26 +0000 |
commit | f562905cebc96807ede66b41deb4110ed8763142 (patch) | |
tree | ec0e323b3bddcba03bd9e2f9e5edc69f72592b4e /meta/recipes-devtools/btrfs-tools | |
parent | f404ab2563da359c076039324127ff534577df81 (diff) | |
download | poky-f562905cebc96807ede66b41deb4110ed8763142.tar.gz |
btrfs-tools: remove nodocs.patch
It isn't used anymore, the docs is disabled by DISABLE_DOCUMENTATION=1.
(From OE-Core rev: 89dddaf7c763f7bf6236857a6638efc2cb93b78e)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch deleted file mode 100644 index 6df4e10a19..0000000000 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | Doc generation requires xmlto and ascidoc which we don't have right now. | ||
2 | Disable doc generation until such times as we have the right dependencies. | ||
3 | |||
4 | RP 2014/7/16 | ||
5 | |||
6 | Upstream-Status: Inappropriate | ||
7 | |||
8 | Index: 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) | ||