diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-14 10:13:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-14 11:14:10 +0200 |
commit | 46291053cc7d346dbb74185044b14666164989e8 (patch) | |
tree | 396282c6ac9e8316f9363aa9a8e7918aa542e8fc /recipes/nylon | |
parent | 98a2f13212a433bb683931dfa6c9460b43d494f6 (diff) |
recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup
add PR = r1 to recipes not including any .inc file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/nylon')
-rw-r--r-- | recipes/nylon/nylon-config.bb | 1 | ||||
-rw-r--r-- | recipes/nylon/simple-firewall.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes/nylon/nylon-config.bb b/recipes/nylon/nylon-config.bb index 7228e83a22..f98a6783ec 100644 --- a/recipes/nylon/nylon-config.bb +++ b/recipes/nylon/nylon-config.bb @@ -7,6 +7,7 @@ DEPENDS = "perl virtual/kernel hostap-daemon busybox" RDEPENDS_${PN} = "perl perl-module-exporter perl-module-posix perl-module-autoloader perl-module-strict perl-module-xsloader perl-module-data-dumper perl-module-carp perl-module-bytes perl-module-overload perl-module-warnings-register perl-module-warnings kernel-module-aes madwifi-modules hostap-daemon simple-firewall wlan-ng-utils busybox-httpd" CVSDATE = "20051026" PV = "cvs${CVSDATE}" +PR = "r1" SRC_URI = "http://br1.einfach.org/nylon/stable/sources/nylon-config_gruen.4g__20051026.tar.gz" S = "${WORKDIR}/${PN}" diff --git a/recipes/nylon/simple-firewall.bb b/recipes/nylon/simple-firewall.bb index f78002bcc6..c6c554f6b0 100644 --- a/recipes/nylon/simple-firewall.bb +++ b/recipes/nylon/simple-firewall.bb @@ -8,6 +8,7 @@ DEPENDS = "virtual/kernel" # kernel-module-ip-tables kernel-module-iptable-filter kernel-module-iptable-nat kernel-module-ipt-state kernel-module-ipt-reject kernel-module-ipt-masquerade RDEPENDS_${PN} = "kernel-module-ipt-limit kernel-module-ipt-tcpmss" PV = "cvs20051022" +PR = "r1" SRC_URI = "http://br1.einfach.org/nylon/stable/sources/simple-firewall_gruen.4g__20051022.tar.gz \ file://simple-firewall-bash.diff" |