diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-06-28 15:13:06 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-06-28 15:13:06 +0100 |
commit | 17e9b33733e8f9921064460687a1e5de411bc31a (patch) | |
tree | 1c2b21cca2629f0ecf5c05e17f099633caada629 | |
parent | c60c959b9b490c87d466cd8152a28839438925bb (diff) |
Update patchwork link in patches
Change-Id: Ia823cba6b9adbc2566a97b75375b578d713301b8
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
5 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/mk-sort-headers-before-wildcard-inclusion.patch b/debian/patches/mk-sort-headers-before-wildcard-inclusion.patch index de6624de..c412ce69 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-files-in-examples.dox.patch b/debian/patches/mk-sort-list-of-files-in-examples.dox.patch index c8f809b8..8db6d54a 100644 --- a/debian/patches/mk-sort-list-of-files-in-examples.dox.patch +++ b/debian/patches/mk-sort-list-of-files-in-examples.dox.patch @@ -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 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 12a0779f..2e7b60f0 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 0fb0bad8..6d4da0d5 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 |