aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-08-31 23:22:11 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-09-26 05:41:50 +0200
commitd041cc7bcc0ea71ab1c7f4e0d02286a5b776b84c (patch)
treeaeeb17b2899e3263634d6d1a7e52060427b7352a /meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb
parent5b17d7cf94077b8ab40bf5aa00282087fa5c179b (diff)
downloadmeta-openembedded-contrib-d041cc7bcc0ea71ab1c7f4e0d02286a5b776b84c.tar.gz
arptables: remove bashism
Bashism: possible bashism in arptables/etc/init.d/arptables line 14 (should be '.', not 'source'): source /etc/init.d/functions possible bashism in arptables/etc/init.d/arptables line 96 ($"foo" should be eval_gettext "foo"): echo $"Usage $0 {start|stop|restart|condrestart|save|status}" Use "." to replace of "source", and change /bin/bash to /bin/sh, the echo $"foo" works well in our busybox. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb')
-rw-r--r--meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb b/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb
index 74f81b554a..41a55c0276 100644
--- a/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb
+++ b/meta-networking/recipes-support/arptables/arptables_0.0.3-4.bb
@@ -13,6 +13,7 @@ SRC_URI = " \
file://arptables-compile-install.patch \
file://arptables-init-busybox.patch \
file://arptables-arpt-get-target-fix.patch \
+ file://arptables-remove-bashism.patch \
"
SRC_URI[arptables.md5sum] = "1d4ab05761f063b0751645d8f2b8f8e5"
SRC_URI[arptables.sha256sum] = "e529fd465c67d69ad335299a043516e6b38cdcd337a5ed21718413e96073f928"