aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iptables/iptables_1.4.9.1.bb
blob: 8119016f372fc5cfe48ede6fa71463813666e236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require iptables.inc

DEPENDS += "libnfnetlink"

inherit autotools
EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \
                ${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}"

PR = "${INC_PR}.1"

SRC_URI[iptables-1.4.9.1.md5sum] = "fbadfb0b5f2dbda49e0ad06a798898e3"
SRC_URI[iptables-1.4.9.1.sha256sum] = "0550f7ba7a170811dcf9b2df65036999786d84040b767238effc40232f617839"

PACKAGES =+ "${PN}-osf"

FILES_${PN}-osf = "${sbindir}/nfnl_osf ${datadir}/xtables"