From 1395b480f4513c71b529041766f30bce5d91f2d7 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Wed, 16 Mar 2016 08:38:38 +0800 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/edac-utils/edac-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/edac-utils') 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 9bd2f0ae9..c0ad6656d 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" -- cgit v1.2.3-54-g00ecf