[oe-commits] Armin Kuster : edac-utils: Add new package

git at git.openembedded.org git at git.openembedded.org
Fri Feb 27 08:56:04 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 956419450e9fc44d89cb79f6755e3ea7d4405ded
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=956419450e9fc44d89cb79f6755e3ea7d4405ded

Author: Armin Kuster <akuster at mvista.com>
Date:   Fri Feb 20 02:06:14 2015 -0800

edac-utils: Add new package

Userspace helper for kernel EDAC drivers (Error Detection and Correction)

Signed-off-by: Armin Kuster <akuster at mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-support/edac-utils/edac-utils_git.bb   | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/meta-oe/recipes-support/edac-utils/edac-utils_git.bb b/meta-oe/recipes-support/edac-utils/edac-utils_git.bb
new file mode 100644
index 0000000..e5621ad
--- /dev/null
+++ b/meta-oe/recipes-support/edac-utils/edac-utils_git.bb
@@ -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"



More information about the Openembedded-commits mailing list