aboutsummaryrefslogtreecommitdiffstats
path: root/libpcap/libpcap_0.8.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libpcap/libpcap_0.8.1.oe')
-rw-r--r--libpcap/libpcap_0.8.1.oe29
1 files changed, 0 insertions, 29 deletions
diff --git a/libpcap/libpcap_0.8.1.oe b/libpcap/libpcap_0.8.1.oe
deleted file mode 100644
index f9b437b273..0000000000
--- a/libpcap/libpcap_0.8.1.oe
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "Network Packet Capture Library"
-SECTION = "libs"
-PRIORITY = "required"
-
-SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz; \
- file://shared.patch;patch=1 \
- file://configure.patch;patch=1"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-pcap=linux"
-CPPFLAGS_prepend = "-I${S} "
-CFLAGS_prepend = "-I${S} "
-CXXFLAGS_prepend = "-I${S} "
-
-do_configure_prepend () {
- if [ ! -e acinclude.m4 ]; then
- cat aclocal.m4 > acinclude.m4
- fi
-}
-
-do_stage () {
- install -d ${STAGING_INCDIR}/net
-# install -m 0644 net/bpf.h ${STAGING_INCDIR}/net/bpf.h
- install -m 0644 pcap.h ${STAGING_INCDIR}/pcap.h
- install -m 0644 pcap-namedb.h ${STAGING_INCDIR}/pcap-namedb.h
- install -m 0644 pcap-bpf.h ${STAGING_INCDIR}/pcap-bpf.h
- oe_libinstall -a -so libpcap ${STAGING_LIBDIR}
-}