[oe-commits] Klaus Kurzmann : fsonetworkd_git.bb: add RDEPENDS for iptables

git version control git at git.openembedded.org
Mon May 17 19:22:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7c393dcee85c4ac5556f11a61300d01bbd9c037d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7c393dcee85c4ac5556f11a61300d01bbd9c037d

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon May 17 21:21:55 2010 +0200

fsonetworkd_git.bb: add RDEPENDS for iptables

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 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 e64de8e..974ac3c 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"





More information about the Openembedded-commits mailing list