diff options
| -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 = "" | |||
| 9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT}" | 9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT}" |
| 10 | DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native" | 10 | DEPENDS_virtclass-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native" |
| 11 | 11 | ||
| 12 | PR = "r9" | 12 | PR = "r10" |
| 13 | 13 | ||
| 14 | inherit gnomebase | 14 | inherit gnomebase gtk-doc |
| 15 | 15 | ||
| 16 | SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.bz2;name=archive \ | 16 | SRC_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" | |||
| 29 | EXTRA_OECONF = "--disable-gtk-doc --enable-shared --disable-static --enable-debug=yes \ | 29 | EXTRA_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 | ||
| 32 | do_configure_prepend () { | ||
| 33 | touch gtk-doc.make | ||
| 34 | } | ||
| 35 | |||
| 36 | do_install_append() { | 32 | do_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 |
