diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-15 11:13:54 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-15 11:22:58 +0200 |
commit | 7f2ff327841702403c3dfb9eea11e13ea05f3ca7 (patch) | |
tree | 061df2306dfd866c14daea868a7345e2d7311b5f /recipes/gnome/gconf_2.6.1.bb | |
parent | 8e8609c78d52872b8a6d2e2b530bc5b14e95169b (diff) |
gnome: convert a lot of recipes to new style staging
Diffstat (limited to 'recipes/gnome/gconf_2.6.1.bb')
-rw-r--r-- | recipes/gnome/gconf_2.6.1.bb | 7 |
1 files changed, 2 insertions, 5 deletions
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() { |