summaryrefslogtreecommitdiffstats
path: root/meta/packages/libpcap/libpcap_1.0.0.bb
blob: edd9706b1ead9341d3e3a5fa8c21ede8ee9698e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
require libpcap.inc

PR = "r0"

SRC_URI += "file://config-fixes.patch;patch=1 \
            file://aclocal.patch;patch=1 \
            file://ieee80215-arphrd.patch;patch=1 \
            file://ldflags.patch;patch=1"

#
# 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}
}