From 7f2ff327841702403c3dfb9eea11e13ea05f3ca7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 15 Apr 2010 11:13:54 +0200 Subject: gnome: convert a lot of recipes to new style staging --- recipes/gnome/gconf_2.6.1.bb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'recipes/gnome/gconf_2.6.1.bb') diff --git a/recipes/gnome/gconf_2.6.1.bb b/recipes/gnome/gconf_2.6.1.bb index 7707090319..7c4adde966 100644 --- a/recipes/gnome/gconf_2.6.1.bb +++ b/recipes/gnome/gconf_2.6.1.bb @@ -11,7 +11,6 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2 file://backends.patch;patch=1" EXTRA_OECONF = "--disable-gtk-doc" -HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h" inherit autotools pkgconfig gettext @@ -20,10 +19,8 @@ do_compile() { } do_stage() { - oe_libinstall -so -C gconf libgconf-2 ${STAGING_LIBDIR} - install -d ${STAGING_INCDIR}/gconf/2/gconf/ - ( cd gconf; for i in ${HEADERS}; do install -m 0644 $i ${STAGING_INCDIR}/gconf/2/gconf/$i; done ) - install -m 0644 gconf.m4 ${STAGING_DATADIR}/aclocal/gconf-2.m4 + install -d ${D}${datadir}/aclocal + install -m 0644 gconf.m4 ${D}${datadir}/aclocal/gconf-2.m4 } do_install() { -- cgit 1.2.3-korg