diff options
author | Chris Larson <clarson@mvista.com> | 2010-01-06 16:32:40 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2010-01-22 09:39:10 -0700 |
commit | c6088e990601e67708bba32a45a92aecb7e43d5c (patch) | |
tree | 057bf665963064573785940fd9a90bad5ca81b22 /recipes/iptables/iptables_1.4.6.bb | |
parent | 0174458a6214e8111f527c0030a868aecf876e05 (diff) |
iptables: unbork the 1.3.8 build, merge iptables-utils into iptables.
In recent iptables versions, the -save and -restore files are just symlinks
pointing to the main, merged binary, so the separate package is a bit
unnecessary.
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/iptables/iptables_1.4.6.bb')
-rw-r--r-- | recipes/iptables/iptables_1.4.6.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/iptables/iptables_1.4.6.bb b/recipes/iptables/iptables_1.4.6.bb index 433114ef87..bf7bc05b4a 100644 --- a/recipes/iptables/iptables_1.4.6.bb +++ b/recipes/iptables/iptables_1.4.6.bb @@ -1,4 +1,8 @@ require iptables.inc +inherit autotools +EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \ + ${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}" + PR = "${INC_PR}.0" SRC_URI += "\ |