diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-06-28 14:40:44 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2018-06-28 14:44:15 +0800 |
commit | e5147051f22787a9d35086ccd9e9c5e7cf8867e9 (patch) | |
tree | e397dc6412462405e7aef31d3e317a72d7f1ae11 /recipes-core/microcode | |
parent | a998af62d9ad9a559f821babc5adfa0bf8072388 (diff) | |
download | meta-intel-e5147051f22787a9d35086ccd9e9c5e7cf8867e9.tar.gz |
iucode-tool: upgrade 2.1.2 -> 2.3.1
License-Update: Change in copyright year.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-core/microcode')
-rw-r--r-- | recipes-core/microcode/iucode-tool_2.3.1.bb (renamed from recipes-core/microcode/iucode-tool_2.1.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/microcode/iucode-tool_2.1.2.bb b/recipes-core/microcode/iucode-tool_2.3.1.bb index e1fb56f4..df74a8e9 100644 --- a/recipes-core/microcode/iucode-tool_2.1.2.bb +++ b/recipes-core/microcode/iucode-tool_2.3.1.bb | |||
@@ -14,15 +14,15 @@ 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=5d8e3639c3b6a80e7d5e0e073933da16" | 17 | file://iucode_tool.c;beginline=1;endline=15;md5=71eeab3190360ff0267101b570874756" |
18 | 18 | ||
19 | DEPENDS_append_libc-musl = " argp-standalone" | 19 | DEPENDS_append_libc-musl = " argp-standalone" |
20 | 20 | ||
21 | SRC_URI = "https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_${PV}.tar.xz" | 21 | SRC_URI = "https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_${PV}.tar.xz" |
22 | SRC_URI_append_libc-musl = " file://0001-Makefile.am-Add-arg-parse-library-for-MUSL-support.patch" | 22 | SRC_URI_append_libc-musl = " file://0001-Makefile.am-Add-arg-parse-library-for-MUSL-support.patch" |
23 | 23 | ||
24 | SRC_URI[md5sum] = "c6f131a0b69443f5498782a2335973fa" | 24 | SRC_URI[md5sum] = "63b33cc0ea1f8c73b443412abbf39d6f" |
25 | SRC_URI[sha256sum] = "01f1c02ba6935e0ac8440fb594c2ef57ce4437fcbce539e3ef329f55a6fd71ab" | 25 | SRC_URI[sha256sum] = "12b88efa4d0d95af08db05a50b3dcb217c0eb2bfc67b483779e33d498ddb2f95" |
26 | 26 | ||
27 | inherit autotools | 27 | inherit autotools |
28 | 28 | ||