Update patchwork link in patches 56/7356/1
authorLuca Boccassi <luca.boccassi@gmail.com>
Wed, 28 Jun 2017 14:13:06 +0000 (15:13 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 29 Jun 2017 15:42:48 +0000 (16:42 +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-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 6768686..40ec987 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 06bf1b0..75a5318 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 967001a..39f3317 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