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-22 11:42:16 +0100 |
commit | 39d33aa8cb666a0ae809b8213d93d37a56818b4a (patch) | |
tree | 6469abe2b49708e52d4d4fbc4fe645770d2e33d0 /meta | |
parent | 1f9c1333d5f739e3121fbfe1b18489406c2e446f (diff) | |
download | poky-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')
-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 |