aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-netfilter_0.5.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-netfilter_0.5.5.bb')
-rw-r--r--recipes/python/python-netfilter_0.5.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/python/python-netfilter_0.5.5.bb b/recipes/python/python-netfilter_0.5.5.bb
index 3722625b01..affde9ace5 100644
--- a/recipes/python/python-netfilter_0.5.5.bb
+++ b/recipes/python/python-netfilter_0.5.5.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "Python module to manage netfilter rules"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
-RDEPENDS = "iptables iptables-utils python-logging python-shell python-subprocess"
+RDEPENDS_${PN} = "iptables iptables-utils python-logging python-shell python-subprocess"
SRCNAME = "python-netfilter"
-PR = "ml0"
+PR = "ml1"
SRC_URI = "http://opensource.bolloretelecom.eu/files/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"