From 53e6d4c5f892320ea150117880d2c25442fb4879 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 24 Jul 2011 18:56:41 +0100 Subject: qpe-gaim: remove legacy staging Signed-off-by: Paul Eggleton --- recipes-qtopia/qpe-gaim/qpe-libgaim_1.5.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-qtopia/qpe-gaim/qpe-libgaim_1.5.0.bb b/recipes-qtopia/qpe-gaim/qpe-libgaim_1.5.0.bb index 4bb687a..a820d9e 100644 --- a/recipes-qtopia/qpe-gaim/qpe-libgaim_1.5.0.bb +++ b/recipes-qtopia/qpe-gaim/qpe-libgaim_1.5.0.bb @@ -23,11 +23,11 @@ EXTRA_OE_CONF = "--disable-audio --disable-gtkspell --disable-perl \ CFLAGS_append = " -I${STAGING_INCDIR}/glib-2.0 -I${STAGING_LIBDIR}/glib-2.0/include" -do_stage() { - oe_libinstall -so -C src libgaim ${QTDIR}/lib +do_install() { + oe_libinstall -so -C src libgaim ${D}${libdir} # install headers - GAIM_DIR=${STAGING_INCDIR}/gaim + GAIM_DIR=${D}${includedir}/gaim install -d $GAIM_DIR for header in account.h accountopt.h away.h blist.h buddyicon.h cmds.h config.h connection.h conversation.h core.h debug.h eventloop.h ft.h gaim.h imgstore.h log.h md5.h network.h notify.h plugin.h pluginpref.h pounce.h prefix.h prefs.h privacy.h proxy.h prpl.h request.h roomlist.h server.h sha.h signals.h sound.h sslconn.h status.h stringref.h util.h value.h version.h xmlnode.h -- cgit 1.2.3-korg