diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2022-03-22 15:21:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-24 09:45:25 -0700 |
commit | 9a7d42ec200a8ece78a23e041b3c651de66cec32 (patch) | |
tree | 24c059757d4485a1b101288de8b22633b17ac029 /meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | |
parent | 6806ca66066c0aed2ca82a70404ffc196ec64663 (diff) | |
download | meta-openembedded-9a7d42ec200a8ece78a23e041b3c651de66cec32.tar.gz |
edac-utils: update to latest git head
Add a DESCRIPTION.
Commits added:
1c57818 etc/labels.db: add MiTAC HAWK layout
d98769e Merge pull request #13 from musicinmybrain/fsf-address
edf15c8 Update obsolete FSF postal addresses
556ebce Merge pull request #6 from paulmenzel/remove-blank-lines-at-eof-in-labels.db
55865fb etc/labels.db: Remove blank lines at end of file
The COPYING license file was changed in:
edf15c8 Update obsolete FSF postal addresses
In addition to changing the address, the file indentation was also changed.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb | 8 |
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 da08979d7..455859ec8 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 @@ | |||
1 | SUMMARY = "Userspace helper for Linux kernel EDAC drivers" | 1 | SUMMARY = "Userspace helper for Linux kernel EDAC drivers" |
2 | HOMEPAGE = "https://github.com/grondo/edac-utils" | 2 | HOMEPAGE = "https://github.com/grondo/edac-utils" |
3 | DESCRIPTION = "EDAC (Error Detection and Correction) is a set of Linux kernel \ | ||
4 | modules that handle reporting of hardware-related errors. Currently \ | ||
5 | these modules mainly handle detection of ECC memory errors for many \ | ||
6 | x86 and x86-64 chipsets and PCI bus parity errors." | ||
3 | SECTION = "Applications/System" | 7 | SECTION = "Applications/System" |
4 | LICENSE = "GPL-2.0-only" | 8 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 10 | ||
7 | DEPENDS = " sysfsutils" | 11 | DEPENDS = " sysfsutils" |
8 | 12 | ||
9 | SRCREV = "f9aa96205f610de39a79ff43c7478b7ef02e3138" | 13 | SRCREV = "1c57818ecee186aa47af0342149577df5302c022" |
10 | PV = "0.18+git${SRCPV}" | 14 | PV = "0.18+git${SRCPV}" |
11 | 15 | ||
12 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |