summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-devtools/apt/apt/nodoc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/apt/apt/nodoc.patch')
-rw-r--r--poky/meta/recipes-devtools/apt/apt/nodoc.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/apt/apt/nodoc.patch b/poky/meta/recipes-devtools/apt/apt/nodoc.patch
new file mode 100644
index 000000000..78cf53884
--- /dev/null
+++ b/poky/meta/recipes-devtools/apt/apt/nodoc.patch
@@ -0,0 +1,18 @@
+Disable documentation
+
+Upstream-Status: Inappropriate [configuration]
+Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
+
+Index: apt-1.2.24/Makefile
+===================================================================
+--- apt-1.2.24.orig/Makefile
++++ apt-1.2.24/Makefile
+@@ -19,7 +19,7 @@ all headers library clean veryclean bina
+ $(MAKE) -C cmdline $@
+ $(MAKE) -C ftparchive $@
+ $(MAKE) -C dselect $@
+- $(MAKE) -C doc $@
++# $(MAKE) -C doc $@
+ $(MAKE) -C po $@
+ # FIXME: -C test has issue swith parallel builds, investigate!
+ -$(MAKE) -C test $@
OpenPOWER on IntegriCloud