diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 22:49:39 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 22:49:39 +0000 |
commit | 0d5818ea8ecb9739f1804cdc6011c87d3c432d0f (patch) | |
tree | 7698072fe4c6ba2f036779d78e3a8ebc21de3d6c | |
parent | 79c0a43c2c809285616b913dcb44b6515f98f791 (diff) | |
download | poky-0d5818ea8ecb9739f1804cdc6011c87d3c432d0f.tar.gz |
pcap: Drop custom staging function and use autotool_stage_all. Some hopefully legacy leftovers remain commented
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/libpcap/libpcap_0.9.3.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/packages/libpcap/libpcap_0.9.3.bb b/meta/packages/libpcap/libpcap_0.9.3.bb index eeeb88e49d..cf0241a665 100644 --- a/meta/packages/libpcap/libpcap_0.9.3.bb +++ b/meta/packages/libpcap/libpcap_0.9.3.bb | |||
@@ -7,7 +7,7 @@ PR = "r1" | |||
7 | SRC_URI = "http://www.at.tcpdump.org/release/libpcap-${PV}.tar.gz \ | 7 | SRC_URI = "http://www.at.tcpdump.org/release/libpcap-${PV}.tar.gz \ |
8 | file://shared.patch;patch=1" | 8 | file://shared.patch;patch=1" |
9 | 9 | ||
10 | inherit autotools | 10 | inherit autotools_stage |
11 | 11 | ||
12 | EXTRA_OECONF = "--with-pcap=linux" | 12 | EXTRA_OECONF = "--with-pcap=linux" |
13 | 13 | ||
@@ -21,12 +21,12 @@ do_configure_prepend () { | |||
21 | fi | 21 | fi |
22 | } | 22 | } |
23 | 23 | ||
24 | do_stage () { | 24 | # Does anything really need these things? |
25 | install -m 0644 pcap.h ${STAGING_INCDIR}/pcap.h | 25 | #do_stage () { |
26 | install -m 0644 pcap-namedb.h ${STAGING_INCDIR}/pcap-namedb.h | 26 | # autotools_stage_all |
27 | install -m 0644 pcap-bpf.h ${STAGING_INCDIR}/pcap-bpf.h | 27 | # |
28 | oe_libinstall -a -so libpcap ${STAGING_LIBDIR} | 28 | # install -d ${STAGING_INCDIR}/net |
29 | install -d ${STAGING_INCDIR}/net | 29 | # ln -sf ${STAGING_INCDIR}/pcap-bpf.h ${STAGING_INCDIR}/net/bpf.h |
30 | ln -sf ${STAGING_INCDIR}/pcap-bpf.h ${STAGING_INCDIR}/net/bpf.h | 30 | # |
31 | install -m 0644 acinclude.m4 ${STAGING_DATADIR}/aclocal/libpcap.m4 | 31 | # install -m 0644 acinclude.m4 ${STAGING_DATADIR}/aclocal/libpcap.m4 |
32 | } | 32 | #} |