diff options
| -rw-r--r-- | meta-oe/recipes-support/edac-utils/edac-utils_git.bb | 25 |
1 files changed, 25 insertions, 0 deletions
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 0000000000..e5621ade6a --- /dev/null +++ b/meta-oe/recipes-support/edac-utils/edac-utils_git.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Userspace helper for Linux kernel EDAC drivers" | ||
| 2 | HOMEPAGE = "https://github.com/grondo/edac-utils" | ||
| 3 | SECTION = "Applications/System" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;beginline=1;endline=2;md5=1fbd81241fe252ec0f5658a521ab7dd8" | ||
| 6 | |||
| 7 | DEPENDS = " sysfsutils" | ||
| 8 | |||
| 9 | SRCREV = "f9aa96205f610de39a79ff43c7478b7ef02e3138" | ||
| 10 | PV = "0.16+git${SRCPV}" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | SRC_URI = "git://github.com/grondo/edac-utils;protocol=http" | ||
| 15 | |||
| 16 | inherit autotools-brokensep | ||
| 17 | |||
| 18 | do_configure_prepend () { | ||
| 19 | touch ${S}/ChangeLog | ||
| 20 | ${S}/bootstrap | ||
| 21 | } | ||
| 22 | |||
| 23 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-linux' | ||
| 24 | |||
| 25 | RDEPENDS_${PN} = " perl" | ||
