diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 15:20:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:17 +0100 |
commit | 2e77788ce32b65b24ab336d287e99e70c5c4eb8a (patch) | |
tree | 19b76bc8801086ac07172ee62354febcd7c96444 /meta | |
parent | ac5ff724b6af1e90803b14f4a4b9441211d7b0c5 (diff) | |
download | ast2050-yocto-poky-2e77788ce32b65b24ab336d287e99e70c5c4eb8a.zip ast2050-yocto-poky-2e77788ce32b65b24ab336d287e99e70c5c4eb8a.tar.gz |
gconf: cleanup thanks to new gtk-doc.bbclass
(From OE-Core rev: bca338557acb23f74eb5a44f0a08b07361c40881)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.3.bb b/meta/recipes-gnome/gnome/gconf_3.2.3.bb index d84f981..60c2be2 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.3.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.3.bb @@ -9,7 +9,7 @@ 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 = "r10" +PR = "r11" inherit gnomebase gtk-doc @@ -26,7 +26,7 @@ POLKIT_OECONF = "--enable-defaults-service" POLKIT_OECONF_virtclass-native = "--disable-defaults-service" POLKIT_OECONF_libc-uclibc = "--disable-default-service" -EXTRA_OECONF = "--disable-gtk-doc --enable-shared --disable-static --enable-debug=yes \ +EXTRA_OECONF = "--enable-shared --disable-static --enable-debug=yes \ --disable-introspection --disable-orbit --with-openldap=no ${POLKIT_OECONF} --disable-gtk" do_install_append() { |