From: Phil Blundell Date: Sun, 16 May 2004 17:12:27 +0000 (+0000) Subject: more gnome-vfs headers X-Git-Tag: Release-2010-05/1~19125 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b2556ca0eb2358ef1e591b9a91c8378cdcda20;p=openembedded.git more gnome-vfs headers BKrev: 40a7a0fbTMFereEFTa56vS_bjDwJxQ --- diff --git a/gnome/gnome-vfs_2.6.0.oe b/gnome/gnome-vfs_2.6.0.oe index ffba5935a6..5b86a9e5a5 100644 --- a/gnome/gnome-vfs_2.6.0.oe +++ b/gnome/gnome-vfs_2.6.0.oe @@ -30,8 +30,25 @@ gnome-vfs-xfer.h \ gnome-vfs-monitor.h \ gnome-vfs-types.h" +GNOME_VFS_MODULE_HEADERS = " \ +gnome-vfs-mime-info.h \ +gnome-vfs-transform.h \ +gnome-vfs-ssl.h \ +gnome-vfs-inet-connection.h \ +gnome-vfs-socket.h \ +gnome-vfs-parse-ls.h \ +gnome-vfs-method.h \ +gnome-vfs-cancellable-ops.h \ +gnome-vfs-module.h \ +gnome-vfs-module-shared.h \ +gnome-vfs-module-callback-module-api.h \ +gnome-vfs-mime.h \ +gnome-vfs-socket-buffer.h" + do_stage() { oe_libinstall -so -C libgnomevfs libgnomevfs-2 ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/gnome-vfs-2.0/libgnomevfs for i in ${GNOME_VFS_HEADERS}; do install -m 0644 libgnomevfs/$i ${STAGING_INCDIR}/gnome-vfs-2.0/libgnomevfs/; done + install -d ${STAGING_INCDIR}/gnome-vfs-module-2.0/libgnomevfs + for i in ${GNOME_VFS_MODULE_HEADERS}; do install -m 0644 libgnomevfs/$i ${STAGING_INCDIR}/gnome-vfs-module-2.0/libgnomevfs/; done }