From: Klaus Kurzmann Date: Mon, 17 May 2010 19:21:55 +0000 (+0200) Subject: fsonetworkd_git.bb: add RDEPENDS for iptables X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c393dcee85c4ac5556f11a61300d01bbd9c037d;p=openembedded.git fsonetworkd_git.bb: add RDEPENDS for iptables Signed-off-by: Klaus Kurzmann --- diff --git a/recipes/freesmartphone/fsonetworkd_git.bb b/recipes/freesmartphone/fsonetworkd_git.bb index e64de8e96d..974ac3ccc7 100644 --- a/recipes/freesmartphone/fsonetworkd_git.bb +++ b/recipes/freesmartphone/fsonetworkd_git.bb @@ -3,4 +3,5 @@ inherit fso-plugin SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PV = "0.1.0.0+gitr${SRCPV}" PE = "1" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" +RDEPENDS += "iptables"