diff options
Diffstat (limited to 'meta/recipes-devtools/apt/apt-0.9.8.1/nodoc.patch')
-rw-r--r-- | meta/recipes-devtools/apt/apt-0.9.8.1/nodoc.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt-0.9.8.1/nodoc.patch b/meta/recipes-devtools/apt/apt-0.9.8.1/nodoc.patch new file mode 100644 index 0000000000..449e42df4a --- /dev/null +++ b/meta/recipes-devtools/apt/apt-0.9.8.1/nodoc.patch | |||
@@ -0,0 +1,18 @@ | |||
1 | Disable documentation | ||
2 | |||
3 | Upstream-Status: Inappropriate [configuration] | ||
4 | Signed-off-by: Constantin Musca <constantinx.musca@intel.com> | ||
5 | |||
6 | Index: apt-0.9.7.7/Makefile | ||
7 | =================================================================== | ||
8 | --- apt-0.9.7.7.orig/Makefile | ||
9 | +++ apt-0.9.7.7/Makefile | ||
10 | @@ -17,7 +17,7 @@ all headers library clean veryclean bina | ||
11 | $(MAKE) -C cmdline $@ | ||
12 | $(MAKE) -C ftparchive $@ | ||
13 | $(MAKE) -C dselect $@ | ||
14 | - $(MAKE) -C doc $@ | ||
15 | +# $(MAKE) -C doc $@ | ||
16 | $(MAKE) -C po $@ | ||
17 | $(MAKE) -C test $@ | ||
18 | |||