summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gconf_3.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gnome/gconf_3.2.3.bb')
-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