diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 14:58:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-20 14:27:41 +0100 |
commit | 1e965334b5bc6642290aa31d30575e66eb8db870 (patch) | |
tree | 4a2dc62d2aa7510884f626b6ffc63d70fcb29ec8 /meta/recipes-gnome/gnome | |
parent | 8ef2d4f78982a664c5363d0fe17eb69487a5fa12 (diff) | |
download | openembedded-core-1e965334b5bc6642290aa31d30575e66eb8db870.tar.gz openembedded-core-1e965334b5bc6642290aa31d30575e66eb8db870.tar.bz2 openembedded-core-1e965334b5bc6642290aa31d30575e66eb8db870.zip |
gconf: cleanup thanks to new gtk-doc.bbclass
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.3.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.3.bb b/meta/recipes-gnome/gnome/gconf_3.2.3.bb index 1da7203fc4..d84f98190d 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.3.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.3.bb @@ -9,9 +9,9 @@ POLKIT_libc-uclibc = "" DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT}" DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native" -PR = "r9" +PR = "r10" -inherit gnomebase +inherit gnomebase gtk-doc SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.bz2;name=archive \ file://nointro.patch \ @@ -29,10 +29,6 @@ POLKIT_OECONF_libc-uclibc = "--disable-default-service" EXTRA_OECONF = "--disable-gtk-doc --enable-shared --disable-static --enable-debug=yes \ --disable-introspection --disable-orbit --with-openldap=no ${POLKIT_OECONF} --disable-gtk" -do_configure_prepend () { - touch gtk-doc.make -} - do_install_append() { # this directory need to be created to avoid an Error 256 at gdm launch install -d ${D}${sysconfdir}/gconf/gconf.xml.system |