summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/arptables
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/arptables')
-rw-r--r--meta-networking/recipes-support/arptables/arptables_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/arptables/arptables_git.bb b/meta-networking/recipes-support/arptables/arptables_git.bb
index 5afec7663..33e4e13ac 100644
--- a/meta-networking/recipes-support/arptables/arptables_git.bb
+++ b/meta-networking/recipes-support/arptables/arptables_git.bb
@@ -15,7 +15,7 @@ SRC_URI[arptables.md5sum] = "1d4ab05761f063b0751645d8f2b8f8e5"
15SRC_URI[arptables.sha256sum] = "e529fd465c67d69ad335299a043516e6b38cdcd337a5ed21718413e96073f928" 15SRC_URI[arptables.sha256sum] = "e529fd465c67d69ad335299a043516e6b38cdcd337a5ed21718413e96073f928"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18SYSTEMD_SERVICE_${PN} = "arptables.service" 18SYSTEMD_SERVICE:${PN} = "arptables.service"
19 19
20inherit systemd 20inherit systemd
21 21
@@ -29,7 +29,7 @@ do_install() {
29 fi 29 fi
30} 30}
31 31
32RDEPENDS_${PN} += "perl" 32RDEPENDS:${PN} += "perl"
33 33
34# the install target is not multi-job safe, but it doesn't do much 34# the install target is not multi-job safe, but it doesn't do much
35# so we just install serially 35# so we just install serially