From: Andrea Adami Date: Sun, 10 Oct 2010 22:20:34 +0000 (+0200) Subject: opie-libqresync: convert to new style staging. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac14aa20b244d7ec460048a56b19f55b07e53a9;p=openembedded.git opie-libqresync: convert to new style staging. --- 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}/ }