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}"
Signed-off-by: Robert Yang <[email protected]>
---
.../recipes-support/arptables/arptables_0.0.3-4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 74f81b5..94920f9 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
@@ -5,7 +5,7 @@ SECTION = "console/network"
PR = "r2"
-RDEPENDS_${PN} += "perl"
+RDEPENDS_${PN} += "perl bash"
LIC_FILES_CHKSUM =
"file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
SRC_URI = " \
--
1.7.9.5
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel