aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-libqrsync
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-10-11 00:20:34 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-10-11 23:20:51 +0200
commit7ac14aa20b244d7ec460048a56b19f55b07e53a9 (patch)
tree8f0a2351883c00583ec892231ccea4daa5fc9f85 /recipes/opie-libqrsync
parent2a2dde323c4908ea9cf44f80ef68e2813f5624ba (diff)
downloadopenembedded-7ac14aa20b244d7ec460048a56b19f55b07e53a9.tar.gz
opie-libqresync: convert to new style staging.
Diffstat (limited to 'recipes/opie-libqrsync')
-rw-r--r--recipes/opie-libqrsync/opie-libqrsync.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/opie-libqrsync/opie-libqrsync.inc b/recipes/opie-libqrsync/opie-libqrsync.inc
index 8d0c86c1b1..8e8b0bdf8e 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}/
}