diff options
author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-08-27 03:12:28 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:30:52 +0200 |
commit | 353a8c3064b9983db4dcb241e17f05484df29de9 (patch) | |
tree | 669660455bcf7b1ad479add06f3696129f269fd2 | |
parent | 709bd23a5c8bd775a655400e12e598a8d4fcc526 (diff) | |
download | meta-openembedded-353a8c3064b9983db4dcb241e17f05484df29de9.tar.gz |
mcelog: 1.09 -> 1.40
Upgrade mcelog from 1.09 to 1.40.
Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/mcelog/mce-inject_git.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/mcelog/mcelog_1.40.bb (renamed from meta-oe/recipes-support/mcelog/mcelog_1.09.bb) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/mcelog/mce-inject_git.bb b/meta-oe/recipes-support/mcelog/mce-inject_git.bb index f876144919..d80cc053f2 100644 --- a/meta-oe/recipes-support/mcelog/mce-inject_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-inject_git.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git" | |||
9 | SRCREV = "4cbe46321b4a81365ff3aafafe63967264dbfec5" | 9 | SRCREV = "4cbe46321b4a81365ff3aafafe63967264dbfec5" |
10 | 10 | ||
11 | LICENSE = "GPLv2" | 11 | LICENSE = "GPLv2" |
12 | LIC_FILES_CHKSUM = "file://README;beginline=30;md5=94c18755082a2da9c9cf97cba3ad47d6" | 12 | LIC_FILES_CHKSUM = "file://README;beginline=30;md5=3d12dd2a10bdd22379cc4c0fc6949a88" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
diff --git a/meta-oe/recipes-support/mcelog/mcelog_1.09.bb b/meta-oe/recipes-support/mcelog/mcelog_1.40.bb index 542b2ba19a..9aebbd571c 100644 --- a/meta-oe/recipes-support/mcelog/mcelog_1.09.bb +++ b/meta-oe/recipes-support/mcelog/mcelog_1.40.bb | |||
@@ -5,15 +5,15 @@ and should run on all Linux systems that need error handling." | |||
5 | HOMEPAGE = "http://mcelog.org/" | 5 | HOMEPAGE = "http://mcelog.org/" |
6 | SECTION = "System Environment/Base" | 6 | SECTION = "System Environment/Base" |
7 | 7 | ||
8 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git \ | 8 | SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git;protocol=http; \ |
9 | file://mcelog-debash.patch \ | 9 | file://mcelog-debash.patch \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRCREV = "0fc9f702232cb2d9969916f899c67c3e64deedda" | 13 | SRCREV = "008c73e6de3a4bf969d1627e695d4efc807aed92" |
14 | 14 | ||
15 | LICENSE = "GPLv2" | 15 | LICENSE = "GPLv2" |
16 | LIC_FILES_CHKSUM = "file://README;md5=3eb76ca64fa07ad53ebb0ebb5b4c8ede" | 16 | LIC_FILES_CHKSUM = "file://README;md5=3d12dd2a10bdd22379cc4c0fc6949a88" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||