]> code.ossystems Code Review - openembedded-core.git/commitdiff
btrfs-tools: remove nodocs.patch
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 12 Feb 2015 06:13:53 +0000 (22:13 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 22:26:09 +0000 (22:26 +0000)
It isn't used anymore, the docs is disabled by DISABLE_DOCUMENTATION=1.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch [deleted file]

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 (file)
index 6df4e10..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-Doc generation requires xmlto and ascidoc which we don't have right now.
-Disable doc generation until such times as we have the right dependencies.
-
-RP 2014/7/16
-
-Upstream-Status: Inappropriate
-
-Index: git/Makefile
-===================================================================
---- git.orig/Makefile  2014-07-16 13:21:43.289386655 +0000
-+++ git/Makefile       2014-07-16 13:42:46.453421079 +0000
-@@ -57,8 +57,8 @@
- btrfs_fragment_libs = -lgd -lpng -ljpeg -lfreetype
- SUBDIRS =
--BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS)) build-Documentation
--INSTALLDIRS = $(patsubst %,install-%,$(SUBDIRS)) install-Documentation
-+BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS))
-+INSTALLDIRS = $(patsubst %,install-%,$(SUBDIRS))
- CLEANDIRS = $(patsubst %,clean-%,$(SUBDIRS))
- .PHONY: $(SUBDIRS)