mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
edac-utils: Add new package
Userspace helper for kernel EDAC drivers (Error Detection and Correction) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
c3089892b7
commit
ebda04b2c0
@@ -0,0 +1,25 @@
|
|||||||
|
SUMMARY = "Userspace helper for Linux kernel EDAC drivers"
|
||||||
|
HOMEPAGE = "https://github.com/grondo/edac-utils"
|
||||||
|
SECTION = "Applications/System"
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;beginline=1;endline=2;md5=1fbd81241fe252ec0f5658a521ab7dd8"
|
||||||
|
|
||||||
|
DEPENDS = " sysfsutils"
|
||||||
|
|
||||||
|
SRCREV = "f9aa96205f610de39a79ff43c7478b7ef02e3138"
|
||||||
|
PV = "0.16+git${SRCPV}"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/grondo/edac-utils;protocol=http"
|
||||||
|
|
||||||
|
inherit autotools-brokensep
|
||||||
|
|
||||||
|
do_configure_prepend () {
|
||||||
|
touch ${S}/ChangeLog
|
||||||
|
${S}/bootstrap
|
||||||
|
}
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux'
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = " perl"
|
||||||
Reference in New Issue
Block a user