From: Phil Blundell Date: Sun, 1 Aug 2004 22:17:53 +0000 (+0000) Subject: use gnome.oeclass X-Git-Tag: Release-2010-05/1~17884 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19a52104c3bd0bfb8f34199eb8abf53a6a5959a8;p=openembedded.git use gnome.oeclass BKrev: 410d6c116Kvcb4csv0VGuA35sk0kDg --- diff --git a/gnome/gnome-vfs_2.6.0.oe b/gnome/gnome-vfs_2.6.0.oe index b7e8c9c6f9..27af7be672 100644 --- a/gnome/gnome-vfs_2.6.0.oe +++ b/gnome/gnome-vfs_2.6.0.oe @@ -1,14 +1,13 @@ -PR = "r1" +PR = "r2" + +inherit gnome DEPENDS = "libxml2 gconf libbonobo bzip2 gnome-mime-data orbit2 zlib" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.6/${PN}-${PV}.tar.bz2 \ - file://gconftool-lossage.patch;patch=1;pnum=1" +SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1" ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2" -inherit autotools pkgconfig - FILES_${PN} += " ${libdir}/gnome-vfs-2.0/modules/*.so ${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so ${libdir}/vfs" FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include ${libdir}/bonobo/monikers/*.a ${libdir}/bonobo/monikers/*.la" FILES_${PN}-doc += " ${datadir}/gtk-doc"