Update patchwork link in patches 31/7331/1
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 28 Jun 2017 14:13:06 +0000 (15:13 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 28 Jun 2017 14:13:06 +0000 (15:13 +0100)
Change-Id: Ia823cba6b9adbc2566a97b75375b578d713301b8
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
debian/patches/mk-sort-headers-before-wildcard-inclusion.patch
debian/patches/mk-sort-list-of-files-in-examples.dox.patch
debian/patches/mk-sort-list-of-shared-objects-in-linker-script.patch
debian/patches/mk-sort-object-files-when-building-deps-lists.patch
debian/patches/mk-sort-source-files-before-passing-them-to-the-comp.patch

index de6624d..c412ce6 100644 (file)
@@ -3,7 +3,7 @@ Description: mk: sort headers before wildcard inclusion
 In order to achieve fully reproducible builds, always use the same
 inclusion order for headers in the Makefiles.
 
-Origin: http://dpdk.org/dev/patchwork/patch/25677/
+Origin: http://dpdk.org/dev/patchwork/patch/25863/
 Forwarded: yes
 Author: Luca Boccassi <luca.boccassi@gmail.com>
 Last-Update: 2017-06-24
index c8f809b..8db6d54 100644 (file)
@@ -5,7 +5,7 @@ conditions.
 Pipe it through LC_ALL=C sort to ensure reproducible results when
 generating examples.dox.
 
-Origin: http://dpdk.org/dev/patchwork/patch/25676/
+Origin: http://dpdk.org/dev/patchwork/patch/25862/
 Forwarded: yes
 Author: Luca Boccassi <luca.boccassi@gmail.com>
 Last-Update: 2017-06-24
index 12a0779..2e7b60f 100644 (file)
@@ -6,7 +6,7 @@ This means the content libdpdk.so linker script might change between
 builds from the same sources.
 Run the list through sort to ensure reproducibility.
 
-Origin: http://dpdk.org/dev/patchwork/patch/25675/
+Origin: http://dpdk.org/dev/patchwork/patch/25861/
 Forwarded: yes
 Author: Luca Boccassi <luca.boccassi@gmail.com>
 Last-Update: 2017-06-24
index d727954..278f0b8 100644 (file)
@@ -3,7 +3,7 @@ Description: mk: sort object files when building deps lists
 In order to achieve reproducible builds, always use the same
 order when listing object files to build dependencies lists.
 
-Origin: http://dpdk.org/dev/patchwork/patch/25680/
+Origin: http://dpdk.org/dev/patchwork/patch/25865/
 Forwarded: yes
 Author: Luca Boccassi <luca.boccassi@gmail.com>
 Last-Update: 2017-06-24
index 0fb0bad..6d4da0d 100644 (file)
@@ -3,7 +3,7 @@ Description: mk: sort source files before passing them to the compiler
 In order to achieve reproducible builds, always use the same
 order when listing files for compilation.
 
-Origin: http://dpdk.org/dev/patchwork/patch/25678/
+Origin: http://dpdk.org/dev/patchwork/patch/25864/
 Forwarded: yes
 Author: Luca Boccassi <luca.boccassi@gmail.com>
 Last-Update: 2017-06-24