aboutsummaryrefslogtreecommitdiffstats
path: root/iptables/iptables_1.2.11.oe
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/iptables_1.2.11.oe')
-rw-r--r--iptables/iptables_1.2.11.oe23
1 files changed, 0 insertions, 23 deletions
diff --git a/iptables/iptables_1.2.11.oe b/iptables/iptables_1.2.11.oe
deleted file mode 100644
index f2e4d752af..0000000000
--- a/iptables/iptables_1.2.11.oe
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "iptables network filtering tools"
-HOMEPAGE = "http://www.netfilter.org/"
-SECTION = "console/utils"
-LICENSE = "GPL"
-
-SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2"
-
-S = "${WORKDIR}/iptables-${PV}"
-
-export COPT_FLAGS = "${CFLAGS}"
-export KERNEL_DIR = "${STAGING_INCDIR}"
-
-do_compile () {
- unset CFLAGS
- oe_runmake BINDIR=${D}/${bindir} LIBDIR=${D}/${libdir} MANDIR=${D}/${mandir} NO_SHARED_LIBS=1
-}
-
-do_install () {
- oe_runmake BINDIR=${D}/${bindir} LIBDIR=${D}/${libdir} MANDIR=${D}/${mandir} install NO_SHARED_LIBS=1
-}
-
-FILES_${PN}-doc += "${mandir}"
-