aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/libpcap/libpcap_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libpcap/libpcap_1.1.1.bb')
-rw-r--r--meta/packages/libpcap/libpcap_1.1.1.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/libpcap/libpcap_1.1.1.bb b/meta/packages/libpcap/libpcap_1.1.1.bb
deleted file mode 100644
index 58ab5e6c95..0000000000
--- a/meta/packages/libpcap/libpcap_1.1.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-require libpcap.inc
-
-PR = "r0"
-
-SRC_URI += "file://aclocal.patch \
- file://ieee80215-arphrd.patch"
-
-#
-# make install doesn't cover the shared lib
-# make install-shared is just broken (no symlinks)
-#
-do_install_prepend () {
- install -d ${D}${libdir}
- install -d ${D}${bindir}
- oe_runmake install-shared DESTDIR=${D}
- oe_libinstall -a -so libpcap ${D}${libdir}
-}