git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
543d057
)
fsonetworkd_git.bb: add RDEPENDS for iptables
author
Klaus Kurzmann
<mok@fluxnetz.de>
Mon, 17 May 2010 19:21:55 +0000
(21:21 +0200)
committer
Klaus 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
patch
|
blob
|
history
diff --git
a/recipes/freesmartphone/fsonetworkd_git.bb
b/recipes/freesmartphone/fsonetworkd_git.bb
index
e64de8e
..
974ac3c
100644
(file)
--- 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"