[oe-commits] Andrea Adami : opie-libqresync: convert to new style staging.

git version control git at git.openembedded.org
Mon Oct 11 21:23:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7ac14aa20b244d7ec460048a56b19f55b07e53a9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7ac14aa20b244d7ec460048a56b19f55b07e53a9

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Oct 11 00:20:34 2010 +0200

opie-libqresync: convert to new style staging.

---

 recipes/opie-libqrsync/opie-libqrsync.inc |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/opie-libqrsync/opie-libqrsync.inc b/recipes/opie-libqrsync/opie-libqrsync.inc
index 8d0c86c..8e8b0bd 100644
--- a/recipes/opie-libqrsync/opie-libqrsync.inc
+++ b/recipes/opie-libqrsync/opie-libqrsync.inc
@@ -7,7 +7,8 @@ S = "${WORKDIR}/rsync"
 
 inherit opie
 
-do_stage() {
-	oe_libinstall -a libqrsync ${STAGING_LIBDIR}/
-	install -m 0644 qrsync.h ${STAGING_INCDIR}/
+do_install() {
+        oe_libinstall -a libqrsync ${D}${libdir}/
+        install -d ${D}${includedir}/
+        install -m 0644 qrsync.h ${D}${includedir}/
 }





More information about the Openembedded-commits mailing list