fsonetworkd_git.bb: add RDEPENDS for iptables
authorKlaus Kurzmann <mok@fluxnetz.de>
Mon, 17 May 2010 19:21:55 +0000 (21:21 +0200)
committerKlaus Kurzmann <mok@fluxnetz.de>
Mon, 17 May 2010 19:21:55 +0000 (21:21 +0200)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/freesmartphone/fsonetworkd_git.bb

index e64de8e..974ac3c 100644 (file)
@@ -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"