diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2009-07-14 19:10:03 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-08-27 13:21:16 -0700 |
commit | f0b67d21ab82330aceee1f32d46add93b87875e4 (patch) | |
tree | c20be7dde62161f398fd44d4b550452ba47e8c3a /recipes/iptables/iptables_1.3.8.bb | |
parent | 87b8c170f803d601fff8d2b876ce14518d59f70e (diff) |
iptables: Add patch to use cross ar and ranlib.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/iptables/iptables_1.3.8.bb')
-rw-r--r-- | recipes/iptables/iptables_1.3.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/iptables/iptables_1.3.8.bb b/recipes/iptables/iptables_1.3.8.bb index 040be0643f..520e33624d 100644 --- a/recipes/iptables/iptables_1.3.8.bb +++ b/recipes/iptables/iptables_1.3.8.bb @@ -1,8 +1,9 @@ require iptables.inc -PR = "r4" +PR = "r5" SRC_URI += "\ file://getsockopt-failed.patch;patch=1 \ file://iptables-use-s6_addr32.patch;patch=1 \ + file://cross-iptables.diff;patch=1 \ " |