Drop mk-fix-excluding-.doctrees-when-installing-docs.patch, merged upstream 24/8124/3
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 16 Aug 2017 18:03:49 +0000 (19:03 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 23 Aug 2017 13:48:10 +0000 (14:48 +0100)
Change-Id: I6bf1137a437b9e144cb01c438747a2a8d6098ebc
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
debian/patches/mk-fix-excluding-.doctrees-when-installing-docs.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/mk-fix-excluding-.doctrees-when-installing-docs.patch b/debian/patches/mk-fix-excluding-.doctrees-when-installing-docs.patch
deleted file mode 100644 (file)
index dee7477..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: mk: fix excluding .doctrees when installing docs
-
-The --exclude parameter must be passed before the input directory to
-tar, otherwise it's silently ignored and the .doctrees directory is
-installed by make install-doc.
-
-Origin: http://dpdk.org/dev/patchwork/patch/25674/
-Forwarded: yes
-Author: Luca Boccassi <luca.boccassi@gmail.com>
-Last-Update: 2017-06-24
----
- mk/rte.sdkinstall.mk | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/mk/rte.sdkinstall.mk b/mk/rte.sdkinstall.mk
-index dbac2a277..4e97feff9 100644
---- a/mk/rte.sdkinstall.mk
-+++ b/mk/rte.sdkinstall.mk
-@@ -162,7 +162,7 @@ install-sdk:
- install-doc:
- ifneq ($(wildcard $O/doc/html),)
-       $(Q)$(call rte_mkdir, $(DESTDIR)$(docdir))
--      $(Q)tar -cf -      -C $O/doc html --exclude 'html/guides/.*' | \
-+      $(Q)tar -cf -      -C $O/doc --exclude 'html/guides/.*' html | \
-           tar -xf -      -C $(DESTDIR)$(docdir) --strip-components=1 \
-               --keep-newer-files
- endif
--- 
-2.11.0
-
index 81e8293..39bccbf 100644 (file)
@@ -1,5 +1,4 @@
 fix-vhost-user-socket-permission.patch
-mk-fix-excluding-.doctrees-when-installing-docs.patch
 mk-sort-list-of-shared-objects-in-linker-script.patch
 mk-sort-list-of-files-in-examples.dox.patch
 mk-sort-headers-before-wildcard-inclusion.patch