aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2017-06-28 15:13:06 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2017-06-29 16:42:48 +0100
commit1815b56b9fb077499b8ea005b76d519c2f480238 (patch)
tree072311f17a6d659064f19405d5384b430e3f406a
parent71769a2f309a6a8adcd0fbfe580824febf4e6ae8 (diff)
Update patchwork link in patches
Change-Id: Ia823cba6b9adbc2566a97b75375b578d713301b8 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r--debian/patches/mk-sort-headers-before-wildcard-inclusion.patch2
-rw-r--r--debian/patches/mk-sort-list-of-shared-objects-in-linker-script.patch2
-rw-r--r--debian/patches/mk-sort-object-files-when-building-deps-lists.patch2
-rw-r--r--debian/patches/mk-sort-source-files-before-passing-them-to-the-comp.patch2
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/mk-sort-headers-before-wildcard-inclusion.patch b/debian/patches/mk-sort-headers-before-wildcard-inclusion.patch
index 67686862..40ec9873 100644
--- a/debian/patches/mk-sort-headers-before-wildcard-inclusion.patch
+++ b/debian/patches/mk-sort-headers-before-wildcard-inclusion.patch
@@ -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
diff --git a/debian/patches/mk-sort-list-of-shared-objects-in-linker-script.patch b/debian/patches/mk-sort-list-of-shared-objects-in-linker-script.patch
index 06bf1b00..75a53187 100644
--- a/debian/patches/mk-sort-list-of-shared-objects-in-linker-script.patch
+++ b/debian/patches/mk-sort-list-of-shared-objects-in-linker-script.patch
@@ -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
diff --git a/debian/patches/mk-sort-object-files-when-building-deps-lists.patch b/debian/patches/mk-sort-object-files-when-building-deps-lists.patch
index d727954d..278f0b86 100644
--- a/debian/patches/mk-sort-object-files-when-building-deps-lists.patch
+++ b/debian/patches/mk-sort-object-files-when-building-deps-lists.patch
@@ -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
diff --git a/debian/patches/mk-sort-source-files-before-passing-them-to-the-comp.patch b/debian/patches/mk-sort-source-files-before-passing-them-to-the-comp.patch
index 967001a5..39f33171 100644
--- a/debian/patches/mk-sort-source-files-before-passing-them-to-the-comp.patch
+++ b/debian/patches/mk-sort-source-files-before-passing-them-to-the-comp.patch
@@ -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