aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libpcap
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-28 15:43:37 +0200
committerKoen Kooi <koen@openembedded.org>2010-03-28 15:43:37 +0200
commit972d1569c2e43afd228eec41d78db86c10967fdb (patch)
tree64850c9678ad33a9eb84f155c1c159727f4dbe0b /recipes/libpcap
parent2a81c021cb61ce09133917efe7d5ab213a5275a7 (diff)
downloadopenembedded-972d1569c2e43afd228eec41d78db86c10967fdb.tar.gz
libpcap: also conver 1.0.0 to new style staging
Diffstat (limited to 'recipes/libpcap')
-rw-r--r--recipes/libpcap/libpcap_1.0.0.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes/libpcap/libpcap_1.0.0.bb b/recipes/libpcap/libpcap_1.0.0.bb
index 2ce1bc44cc..ec62100332 100644
--- a/recipes/libpcap/libpcap_1.0.0.bb
+++ b/recipes/libpcap/libpcap_1.0.0.bb
@@ -23,13 +23,11 @@ do_install () {
oe_runmake install DESTDIR=${D}
oe_runmake install-shared DESTDIR=${D}
oe_libinstall -a -so libpcap ${D}${libdir}
-}
-do_stage_append () {
- install -d ${STAGING_INCDIR}/pcap
- install -m 0644 pcap/pcap.h ${STAGING_INCDIR}/pcap/pcap.h
- install -m 0644 pcap/namedb.h ${STAGING_INCDIR}/pcap/namedb.h
- install -m 0644 pcap/bpf.h ${STAGING_INCDIR}/pcap/bpf.h
+ install -d ${D}${includedir}/pcap
+ install -m 0644 pcap/pcap.h ${D}${includedir}/pcap/pcap.h
+ install -m 0644 pcap/namedb.h ${D}${includedir}/pcap/namedb.h
+ install -m 0644 pcap/bpf.h ${D}${includedir}/pcap/bpf.h
}