diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-05-17 21:21:55 +0200 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-05-17 21:21:55 +0200 |
commit | 7c393dcee85c4ac5556f11a61300d01bbd9c037d (patch) | |
tree | 5fa1ebc4f0d773a0fa2423182f1bb4a16586b651 /recipes/freesmartphone | |
parent | 543d057b7dc9290130a89226b567f2b2140aae0c (diff) |
fsonetworkd_git.bb: add RDEPENDS for iptables
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/fsonetworkd_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" |