diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-16 17:37:55 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-16 17:37:55 -0800 |
commit | da29e9aaa051f40665f818fe5884725047288a2f (patch) | |
tree | 33899d4a1f19eb2a61551f5432b26efd35767362 /recipes/iptables/iptables_1.3.8.bb | |
parent | 877f8c19536f671454e246f766bb7ac328fd4816 (diff) |
iptables_1.4.6.bb: Recipe for version 1.4.6.
* Switch to INC_PR.
* inherit autotools
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/iptables/iptables_1.3.8.bb')
-rw-r--r-- | recipes/iptables/iptables_1.3.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/iptables/iptables_1.3.8.bb b/recipes/iptables/iptables_1.3.8.bb index 520e33624d..47c5564997 100644 --- a/recipes/iptables/iptables_1.3.8.bb +++ b/recipes/iptables/iptables_1.3.8.bb @@ -1,5 +1,5 @@ require iptables.inc -PR = "r5" +PR = "${INC_PR}.0" SRC_URI += "\ file://getsockopt-failed.patch;patch=1 \ |