From: Phil Blundell Date: Sun, 1 Aug 2004 22:21:11 +0000 (+0000) Subject: use gnome.oeclass X-Git-Tag: Release-2010-05/1~17882 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0754f72cb4349818547dddcbb96042a8b94a39;p=openembedded.git use gnome.oeclass BKrev: 410d6cd78ZZceJOdgsDwioJMzHB4vQ --- diff --git a/gnome/libgnome_2.6.1.1.oe b/gnome/libgnome_2.6.1.1.oe index 1618fe0207..9e63acbe05 100644 --- a/gnome/libgnome_2.6.1.1.oe +++ b/gnome/libgnome_2.6.1.1.oe @@ -1,34 +1,14 @@ -SRC_URI = "${GNOME_MIRROR}/libgnome/2.6/libgnome-${PV}.tar.bz2 \ - file://makefile.patch;patch=1" +PR = "r1" -inherit autotools libtool pkgconfig +inherit gnome + +SRC_URI += "file://makefile.patch;patch=1" DEPENDS = "gnome-vfs libbonobo" EXTRA_OECONF = "--disable-gtk-doc" -HEADERS = " \ -libgnometypebuiltins.h \ -gnome-config.h \ -gnome-sound.h \ -gnome-triggers.h \ -gnome-program.h \ -gnome-help.h \ -gnome-i18n.h \ -gnome-exec.h \ -gnome-gconf.h \ -gnome-url.h \ -gnome-util.h \ -gnome-macros.h \ -gnome-score.h \ -gnome-init.h \ -libgnome.h \ -" - do_stage() { - install -d ${STAGING_INCDIR}/libgnome-2.0/libgnome - for i in ${HEADERS}; do - install -m 0644 libgnome/$i ${STAGING_INCDIR}/libgnome-2.0/libgnome/$i - done oe_libinstall -C libgnome -a -so libgnome-2 ${STAGING_LIBDIR} + gnome_stage_includes }