summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-07-19 14:58:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:42:16 +0100
commit39d33aa8cb666a0ae809b8213d93d37a56818b4a (patch)
tree6469abe2b49708e52d4d4fbc4fe645770d2e33d0 /meta/recipes-gnome
parent1f9c1333d5f739e3121fbfe1b18489406c2e446f (diff)
downloadpoky-39d33aa8cb666a0ae809b8213d93d37a56818b4a.tar.gz
gconf: cleanup thanks to new gtk-doc.bbclass
(From OE-Core rev: 1e965334b5bc6642290aa31d30575e66eb8db870) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gnome/gconf_3.2.3.bb8
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 = ""
9DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT}" 9DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT}"
10DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native" 10DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native"
11 11
12PR = "r9" 12PR = "r10"
13 13
14inherit gnomebase 14inherit gnomebase gtk-doc
15 15
16SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.bz2;name=archive \ 16SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.bz2;name=archive \
17 file://nointro.patch \ 17 file://nointro.patch \
@@ -29,10 +29,6 @@ POLKIT_OECONF_libc-uclibc = "--disable-default-service"
29EXTRA_OECONF = "--disable-gtk-doc --enable-shared --disable-static --enable-debug=yes \ 29EXTRA_OECONF = "--disable-gtk-doc --enable-shared --disable-static --enable-debug=yes \
30 --disable-introspection --disable-orbit --with-openldap=no ${POLKIT_OECONF} --disable-gtk" 30 --disable-introspection --disable-orbit --with-openldap=no ${POLKIT_OECONF} --disable-gtk"
31 31
32do_configure_prepend () {
33 touch gtk-doc.make
34}
35
36do_install_append() { 32do_install_append() {
37 # this directory need to be created to avoid an Error 256 at gdm launch 33 # this directory need to be created to avoid an Error 256 at gdm launch
38 install -d ${D}${sysconfdir}/gconf/gconf.xml.system 34 install -d ${D}${sysconfdir}/gconf/gconf.xml.system