diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-07-24 18:56:41 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-07-30 02:39:41 +0100 |
commit | 53e6d4c5f892320ea150117880d2c25442fb4879 (patch) | |
tree | da4c8639b426c31a4bcf075a53ef5928384459a9 /recipes-qtopia | |
parent | b822e6ed38256a498fda5055dc0e687df37839f5 (diff) | |
download | meta-opie-53e6d4c5f892320ea150117880d2c25442fb4879.tar.gz |
qpe-gaim: remove legacy staging
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia')
-rw-r--r-- | recipes-qtopia/qpe-gaim/qpe-libgaim_1.5.0.bb | 6 |
1 files 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 |