opie-libqresync: convert to new style staging.
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 10 Oct 2010 22:20:34 +0000 (00:20 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Mon, 11 Oct 2010 21:20:51 +0000 (23:20 +0200)
recipes/opie-libqrsync/opie-libqrsync.inc

index 8d0c86c..8e8b0bd 100644 (file)
@@ -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}/
 }