diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-01-18 08:21:18 -0800 |
---|---|---|
committer | California Sullivan <california.l.sullivan@intel.com> | 2017-01-24 14:30:59 -0800 |
commit | 37473472ec1e7387befd3d25a303f9393be51bb7 (patch) | |
tree | 971aadb2fd6e769ca5d2c84f9fd44bfa4ae3b161 /common/recipes-core | |
parent | 1d36b0c379d3e08507d07ada1ad277e0c99fb80d (diff) | |
download | meta-intel-37473472ec1e7387befd3d25a303f9393be51bb7.tar.gz |
iucode-tool: Upgrade to 2.1.1
The license info changed due to update of year and formatting
They also changed the toplevel directory in the tarball from
iucode_tool -> iucode-tool
CVE: CVE-2017-0357
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'common/recipes-core')
-rw-r--r-- | common/recipes-core/microcode/iucode-tool_2.1.1.bb (renamed from common/recipes-core/microcode/iucode-tool_1.5.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/common/recipes-core/microcode/iucode-tool_1.5.bb b/common/recipes-core/microcode/iucode-tool_2.1.1.bb index f2a87970..e98bca60 100644 --- a/common/recipes-core/microcode/iucode-tool_1.5.bb +++ b/common/recipes-core/microcode/iucode-tool_2.1.1.bb | |||
@@ -14,13 +14,11 @@ BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;arch | |||
14 | 14 | ||
15 | LICENSE = "GPLv2+" | 15 | LICENSE = "GPLv2+" |
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
17 | file://iucode_tool.c;beginline=1;endline=15;md5=f65c2be08bfd462331cadff25869588e" | 17 | file://iucode_tool.c;beginline=1;endline=15;md5=5d8e3639c3b6a80e7d5e0e073933da16" |
18 | 18 | ||
19 | SRC_URI = "https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_${PV}.tar.xz" | 19 | SRC_URI = "https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_${PV}.tar.xz" |
20 | SRC_URI[md5sum] = "5bc0e08276bc49efe6a949bb7611763e" | 20 | SRC_URI[md5sum] = "306d20b43da847812af4bf973f46045d" |
21 | SRC_URI[sha256sum] = "33271652032f20f866a212bc98ea01a8db65c4ac839fa820aa23da974fd6ff62" | 21 | SRC_URI[sha256sum] = "8f94ec73f5d4d1a6801aaa894fa1c6544d9b27aec16e1a00e18e8241c7e0f6ba" |
22 | |||
23 | S = "${WORKDIR}/iucode_tool-${PV}" | ||
24 | 22 | ||
25 | inherit autotools | 23 | inherit autotools |
26 | 24 | ||