summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gconf/gconf_2.32.3.bb (renamed from meta-gnome/recipes-gnome/gconf/gconf_2.28.0.bb)11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-gnome/recipes-gnome/gconf/gconf_2.28.0.bb b/meta-gnome/recipes-gnome/gconf/gconf_2.32.3.bb
index defb5fe2f..619ccfb4b 100644
--- a/meta-gnome/recipes-gnome/gconf/gconf_2.28.0.bb
+++ b/meta-gnome/recipes-gnome/gconf/gconf_2.32.3.bb
@@ -8,15 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
8 8
9S = "${WORKDIR}/GConf-${PV}" 9S = "${WORKDIR}/GConf-${PV}"
10 10
11SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.28/GConf-${PV}.tar.bz2;name=archive" 11SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.32/GConf-${PV}.tar.bz2;name=archive"
12SRC_URI[archive.md5sum] = "ad2aeb9c7d906b274954c51a615caeac" 12SRC_URI[archive.md5sum] = "a7c683fe6566e05a67ecb1ee3b20056c"
13SRC_URI[archive.sha256sum] = "d057dcfe2bfb2a80e592349c2a78d7dce12d19542aeced466c64fb701c806ac8" 13SRC_URI[archive.sha256sum] = "63e249d16b1b50820e9c32f1d85ff2c94498afdd45544fa5f37b8e1d084c5bae"
14
15PR = "r3"
16 14
17RDEPENDS_${PN} += "dbus-x11" 15RDEPENDS_${PN} += "dbus-x11"
18 16
19EXTRA_OECONF = " --without-openldap --disable-gtk-doc --enable-gtk POLKIT_POLICY_FILE_VALIDATE=true" 17EXTRA_OECONF = " --without-openldap --disable-gtk-doc --enable-gtk --with-gtk=2.0 POLKIT_POLICY_FILE_VALIDATE=true"
20 18
21inherit autotools gettext 19inherit autotools gettext
22 20
@@ -31,6 +29,7 @@ do_install_append() {
31} 29}
32 30
33FILES_${PN} += "${libdir}/GConf/* \ 31FILES_${PN} += "${libdir}/GConf/* \
32 ${libdir}/gio/*/*.so \
34 ${datadir}/polkit* \ 33 ${datadir}/polkit* \
35 ${datadir}/dbus-1/services/*.service \ 34 ${datadir}/dbus-1/services/*.service \
36 ${datadir}/dbus-1/system-services/*.service \ 35 ${datadir}/dbus-1/system-services/*.service \