aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iptstate
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-22 23:30:05 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-22 23:49:29 +0300
commitc211977deaf2f84a0fdb55b35c219f169c0ad7fc (patch)
treee8b6012267b20fbb27f067bcec9eca95fca1313e /recipes/iptstate
parentf7f706bc05c2dfe3403a01389e013b2739f5a1a3 (diff)
downloadopenembedded-c211977deaf2f84a0fdb55b35c219f169c0ad7fc.tar.gz
iptstate: build with libnetfilter-conntrack
As was intended originally. Also, newer versions always require libnetfilter-conntrack. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/iptstate')
-rw-r--r--recipes/iptstate/iptstate.inc11
1 files changed, 2 insertions, 9 deletions
diff --git a/recipes/iptstate/iptstate.inc b/recipes/iptstate/iptstate.inc
index 0988eb1433..df47555e7f 100644
--- a/recipes/iptstate/iptstate.inc
+++ b/recipes/iptstate/iptstate.inc
@@ -2,18 +2,11 @@ DESCRIPTION = "IPTState is a top-like interface to your netfilter connection-tra
HOMEPAGE = "http://www.phildev.net/iptstate/"
SECTION = "console/network"
LICENSE = "zlib"
-DEPENDS = "ncurses"
-INC_PR = "r0"
+DEPENDS = "ncurses libnetfilter-conntrack"
+INC_PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/iptstate/iptstate-${PV}.tar.bz2"
-#
-# Make it use it's old style proc interface - these should be removed
-# once libnetfilter_conntrack and libnfnetlink are added to OE.
-#
-CPPFLAGS += " -DIPTSTATE_USE_PROC -L${STAGING_LIBDIR}"
-export LIBS = "-lncurses"
-
do_install () {
oe_runmake install SBIN=${D}/${sbindir} MAN=${D}/${mandir}
}