aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2016-03-16 08:38:38 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-25 11:26:58 +0100
commit1395b480f4513c71b529041766f30bce5d91f2d7 (patch)
tree2f017a6811a23b22ae130ffdd0cd505bfd804b73 /meta-oe/recipes-support
parenteb7aa7a3841a2762964d6f743a57bf31463c8554 (diff)
downloadmeta-openembedded-1395b480f4513c71b529041766f30bce5d91f2d7.tar.gz
edac-utils: update the version
The current edac-utils is v0.18, not v0.16 as the declaration in NEWS file: ------------------------------- | Version 0.18 (2011-11-09); |- Do not print "No errors to report" with edac-util --quiet |- Add DIMM labels for Intel S2600JF and Supermicro H8QG6 ------------------------------- Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/edac-utils/edac-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/edac-utils/edac-utils_git.bb b/meta-oe/recipes-support/edac-utils/edac-utils_git.bb
index 9bd2f0ae97..c0ad6656d7 100644
--- a/meta-oe/recipes-support/edac-utils/edac-utils_git.bb
+++ b/meta-oe/recipes-support/edac-utils/edac-utils_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = " sysfsutils"
SRCREV = "f9aa96205f610de39a79ff43c7478b7ef02e3138"
-PV = "0.16+git${SRCPV}"
+PV = "0.18+git${SRCPV}"
S = "${WORKDIR}/git"