From c6088e990601e67708bba32a45a92aecb7e43d5c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 6 Jan 2010 16:32:40 -0700 Subject: 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 --- recipes/iptables/iptables_1.4.6.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/iptables/iptables_1.4.6.bb') 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 += "\ -- cgit v1.2.3