diff options
Diffstat (limited to 'meta-networking/recipes-support/arptables')
-rw-r--r-- | meta-networking/recipes-support/arptables/arptables_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/arptables/arptables_git.bb b/meta-networking/recipes-support/arptables/arptables_git.bb index 949794bf30..be2cfb0816 100644 --- a/meta-networking/recipes-support/arptables/arptables_git.bb +++ b/meta-networking/recipes-support/arptables/arptables_git.bb | |||
@@ -14,7 +14,6 @@ SRC_URI = " \ | |||
14 | SRC_URI[arptables.md5sum] = "1d4ab05761f063b0751645d8f2b8f8e5" | 14 | SRC_URI[arptables.md5sum] = "1d4ab05761f063b0751645d8f2b8f8e5" |
15 | SRC_URI[arptables.sha256sum] = "e529fd465c67d69ad335299a043516e6b38cdcd337a5ed21718413e96073f928" | 15 | SRC_URI[arptables.sha256sum] = "e529fd465c67d69ad335299a043516e6b38cdcd337a5ed21718413e96073f928" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | SYSTEMD_SERVICE:${PN} = "arptables.service" | 17 | SYSTEMD_SERVICE:${PN} = "arptables.service" |
19 | 18 | ||
20 | inherit systemd | 19 | inherit systemd |
@@ -25,7 +24,7 @@ do_install() { | |||
25 | oe_runmake install DESTDIR=${D} | 24 | oe_runmake install DESTDIR=${D} |
26 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 25 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
27 | install -d ${D}${systemd_unitdir}/system | 26 | install -d ${D}${systemd_unitdir}/system |
28 | install -m 644 ${WORKDIR}/arptables.service ${D}${systemd_unitdir}/system | 27 | install -m 644 ${UNPACKDIR}/arptables.service ${D}${systemd_unitdir}/system |
29 | fi | 28 | fi |
30 | } | 29 | } |
31 | 30 | ||