diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2015-09-01 08:23:44 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2015-09-01 09:24:20 -0700 |
commit | 655127d8cec9801b2fa379588b323ad3705a3119 (patch) | |
tree | 0e56d388cb01ff09d864314318fc5f371a9b1200 | |
parent | 92705cccb52472f119172557e67c1fd1e39e0d01 (diff) | |
download | meta-intel-655127d8cec9801b2fa379588b323ad3705a3119.tar.gz |
iucode-tool: bump version to 1.3
Bump to version 1.3. Upstream has relocated the project to GitLab.com
which this takes into account as well.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | common/recipes-core/microcode/iucode-tool_1.3.bb (renamed from common/recipes-core/microcode/iucode-tool_1.0.2.bb) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/common/recipes-core/microcode/iucode-tool_1.0.2.bb b/common/recipes-core/microcode/iucode-tool_1.3.bb index 13bc5af1..35bcd7b6 100644 --- a/common/recipes-core/microcode/iucode-tool_1.0.2.bb +++ b/common/recipes-core/microcode/iucode-tool_1.3.bb | |||
@@ -9,16 +9,18 @@ DESCRIPTION = "iucode_tool is a program to manipulate Intel i686 and X86-64\ | |||
9 | It operates on microcode data downloaded directly from Intel:\ | 9 | It operates on microcode data downloaded directly from Intel:\ |
10 | http://feeds.downloadcenter.intel.com/rss/?p=2371\ | 10 | http://feeds.downloadcenter.intel.com/rss/?p=2371\ |
11 | " | 11 | " |
12 | HOMEPAGE = "http://gitorious.org/iucode-tool/" | 12 | HOMEPAGE = "https://gitlab.com/iucode-tool/" |
13 | BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=iucode-tool;repeatmerged=0" | 13 | BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=iucode-tool;repeatmerged=0" |
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=94d9128c5b95d5c249197a3854f40003" | 17 | file://iucode_tool.c;beginline=1;endline=15;md5=f65c2be08bfd462331cadff25869588e" |
18 | 18 | ||
19 | SRC_URI = "git://gitorious.org/iucode-tool/iucode-tool.git" | 19 | SRC_URI = "https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_${PV}.tar.xz" |
20 | SRCREV = "0ba2ebe57681435fdd0d8af2675c84783b5fa2aa" | 20 | SRC_URI[md5sum] = "ad5aa3ed5eee2f9ef58a291fe7ca711d" |
21 | S = "${WORKDIR}/git" | 21 | SRC_URI[sha256sum] = "c6e134fc63ac7e765f729c500adc9e154da57b02e991be35b421acf9c7eb0ea9" |
22 | |||
23 | S = "${WORKDIR}/iucode_tool-${PV}" | ||
22 | 24 | ||
23 | inherit autotools | 25 | inherit autotools |
24 | 26 | ||