diff options
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 | 3 |
1 files changed, 1 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 03076cbc60..0d8f3c8a6b 100644 --- a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb +++ b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | |||
@@ -13,7 +13,6 @@ DEPENDS = " sysfsutils" | |||
13 | SRCREV = "1c57818ecee186aa47af0342149577df5302c022" | 13 | SRCREV = "1c57818ecee186aa47af0342149577df5302c022" |
14 | PV = "0.18+git" | 14 | PV = "0.18+git" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | 16 | ||
18 | SRC_URI = "git://github.com/grondo/edac-utils;branch=master;protocol=https \ | 17 | SRC_URI = "git://github.com/grondo/edac-utils;branch=master;protocol=https \ |
19 | file://make-init-script-be-able-to-automatically-load-EDAC-.patch \ | 18 | file://make-init-script-be-able-to-automatically-load-EDAC-.patch \ |
@@ -48,7 +47,7 @@ RDEPENDS:${PN}:append = " \ | |||
48 | 47 | ||
49 | do_install:append() { | 48 | do_install:append() { |
50 | install -d ${D}${systemd_unitdir}/system | 49 | install -d ${D}${systemd_unitdir}/system |
51 | install -m 644 ${WORKDIR}/edac.service ${D}/${systemd_unitdir}/system | 50 | install -m 644 ${UNPACKDIR}/edac.service ${D}/${systemd_unitdir}/system |
52 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}/${systemd_unitdir}/system/edac.service | 51 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}/${systemd_unitdir}/system/edac.service |
53 | } | 52 | } |
54 | 53 | ||