summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb')
-rw-r--r--meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb
index da08979d74..455859ec86 100644
--- a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb
+++ b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb
@@ -1,12 +1,16 @@
1SUMMARY = "Userspace helper for Linux kernel EDAC drivers" 1SUMMARY = "Userspace helper for Linux kernel EDAC drivers"
2HOMEPAGE = "https://github.com/grondo/edac-utils" 2HOMEPAGE = "https://github.com/grondo/edac-utils"
3DESCRIPTION = "EDAC (Error Detection and Correction) is a set of Linux kernel \
4modules that handle reporting of hardware-related errors. Currently \
5these modules mainly handle detection of ECC memory errors for many \
6x86 and x86-64 chipsets and PCI bus parity errors."
3SECTION = "Applications/System" 7SECTION = "Applications/System"
4LICENSE = "GPL-2.0-only" 8LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 9LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6 10
7DEPENDS = " sysfsutils" 11DEPENDS = " sysfsutils"
8 12
9SRCREV = "f9aa96205f610de39a79ff43c7478b7ef02e3138" 13SRCREV = "1c57818ecee186aa47af0342149577df5302c022"
10PV = "0.18+git${SRCPV}" 14PV = "0.18+git${SRCPV}"
11 15
12S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"