[oe-commits] Koen Kooi : libpcap: also conver 1.0.0 to new style staging

git version control git at git.openembedded.org
Sun Mar 28 17:27:20 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 972d1569c2e43afd228eec41d78db86c10967fdb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=972d1569c2e43afd228eec41d78db86c10967fdb

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Mar 28 15:43:37 2010 +0200

libpcap: also conver 1.0.0 to new style staging

---

 recipes/libpcap/libpcap_1.0.0.bb |   10 ++++------
 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 2ce1bc4..ec62100 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
 }
 
 





More information about the Openembedded-commits mailing list