diff options
Diffstat (limited to 'meta-oe/dynamic-layers/perl-layer')
-rw-r--r-- | meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.3.bb (renamed from meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.0.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.0.bb b/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.3.bb index c083a3a37a..301861de38 100644 --- a/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.0.bb +++ b/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.3.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Tools to provide a way to get Platform Reliability, Availability and Serviceability (RAS) reports made via the Kernel tracing events" | 1 | DESCRIPTION = "Tools to provide a way to get Platform Reliability, Availability and Serviceability (RAS) reports made via the Kernel tracing events" |
2 | HOMEPAGE = "http://git.infradead.org/users/mchehab/rasdaemon.git" | 2 | HOMEPAGE = "https://github.com/mchehab/rasdaemon" |
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d3070efe0afa3dc41608bd82c00bb0dc" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d3070efe0afa3dc41608bd82c00bb0dc" |
5 | 5 | ||
@@ -7,9 +7,8 @@ SRC_URI = "git://github.com/mchehab/rasdaemon.git;branch=master;protocol=https \ | |||
7 | file://rasdaemon.service \ | 7 | file://rasdaemon.service \ |
8 | file://init" | 8 | file://init" |
9 | 9 | ||
10 | SRCREV = "4e83b848e7961af25028f3a2cecf37a63279a2bf" | 10 | SRCREV = "db0870edd2919f4f4d0101843136bcae92ab0743" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | DEPENDS = "libtraceevent" | 13 | DEPENDS = "libtraceevent" |
15 | RDEPENDS:${BPN} = "perl perl-module-file-basename perl-module-file-find perl-module-file-spec perl-module-getopt-long \ | 14 | RDEPENDS:${BPN} = "perl perl-module-file-basename perl-module-file-find perl-module-file-spec perl-module-getopt-long \ |
@@ -34,9 +33,9 @@ LDFLAGS:append:libc-musl = " -largp" | |||
34 | 33 | ||
35 | do_install:append() { | 34 | do_install:append() { |
36 | install -d ${D}${sysconfdir}/init.d | 35 | install -d ${D}${sysconfdir}/init.d |
37 | install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/rasdaemon | 36 | install -m 755 ${UNPACKDIR}/init ${D}${sysconfdir}/init.d/rasdaemon |
38 | install -d ${D}${systemd_unitdir}/system | 37 | install -d ${D}${systemd_unitdir}/system |
39 | install -m 0644 ${WORKDIR}/rasdaemon.service ${D}${systemd_unitdir}/system | 38 | install -m 0644 ${UNPACKDIR}/rasdaemon.service ${D}${systemd_unitdir}/system |
40 | } | 39 | } |
41 | 40 | ||
42 | FILES:${PN} += "${sbindir}/rasdaemon \ | 41 | FILES:${PN} += "${sbindir}/rasdaemon \ |