diff options
author | pmikus <pmikus@cisco.com> | 2016-12-02 06:24:02 +0100 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2016-12-02 06:24:02 +0100 |
commit | ccff0994332c66eb8b0e2d62a7de8b14adab1fe3 (patch) | |
tree | 31ffd0627667c9c9e0917b7efca31645b104a9b0 /resources | |
parent | c3e3e7aab817fc936c95e7dca7b14dcc74d873bf (diff) |
Fix dpdk16.11 hashsum
Due to rebuild of DPDK 16.11 package by DPDK-dev there is a changed hash sum.
This fix is supposed to correct hash sum.
Change-Id: I68fc81bcf848abca07e902a0b8754d56a3d2733c
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/disk-image-builder/nested/buildroot-patches/dpdk.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/disk-image-builder/nested/buildroot-patches/dpdk.patch b/resources/tools/disk-image-builder/nested/buildroot-patches/dpdk.patch index 81c9577a7a..1686e4b56d 100644 --- a/resources/tools/disk-image-builder/nested/buildroot-patches/dpdk.patch +++ b/resources/tools/disk-image-builder/nested/buildroot-patches/dpdk.patch @@ -77,7 +77,7 @@ index 0000000..1c47f19 +++ b/package/dpdk/dpdk.hash @@ -0,0 +1,2 @@ +# Locally calculated -+sha256 8098b3542b4c78d28bde5f4eba57d4ee929fffaaa941b7afd2b881eae0b45c00 dpdk-16.11.tar.gz ++sha256 cf2ef6faf8cd056abbbebba779b7850eb3f79edd0d91767bcdbc216a2cde4fd1 dpdk-16.11.tar.gz diff --git a/package/dpdk/dpdk.mk b/package/dpdk/dpdk.mk new file mode 100644 index 0000000..02860fd |