diff options
| author | Saul Wold <sgw@linux.intel.com> | 2013-02-25 16:09:36 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-28 23:15:52 +0000 |
| commit | f83ac67e33b4a81d8d6ec9f0683a6b39b46dd733 (patch) | |
| tree | 9e4177405b14d05979a30615214af4b42a88b48c /meta/recipes-gnome/gnome/gconf_3.2.5.bb | |
| parent | e4b7b10372ce0b5613e1034abe3a73b4033ea1f8 (diff) | |
| download | poky-f83ac67e33b4a81d8d6ec9f0683a6b39b46dd733.tar.gz | |
gconf: update to 3.2.6
remove automake patch as it been fixed upstream
(From OE-Core rev: e2a404f3263337e505b60acd6c7d10be2c915ac9)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gconf_3.2.5.bb')
| -rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.5.bb | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.5.bb b/meta/recipes-gnome/gnome/gconf_3.2.5.bb deleted file mode 100644 index abdf15169a..0000000000 --- a/meta/recipes-gnome/gnome/gconf_3.2.5.bb +++ /dev/null | |||
| @@ -1,60 +0,0 @@ | |||
| 1 | DESCRIPTION = "GNOME configuration system" | ||
| 2 | SECTION = "x11/gnome" | ||
| 3 | LICENSE = "LGPLv2+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
| 5 | |||
| 6 | POLKIT = "polkit" | ||
| 7 | POLKIT_libc-uclibc = "" | ||
| 8 | |||
| 9 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native ${POLKIT} gobject-introspection-stub" | ||
| 10 | DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" | ||
| 11 | |||
| 12 | PR = "r14" | ||
| 13 | |||
| 14 | inherit gnomebase gtk-doc | ||
| 15 | |||
| 16 | SRC_URI = "${GNOME_MIRROR}/GConf/${@gnome_verdir("${PV}")}/GConf-${PV}.tar.xz;name=archive \ | ||
| 17 | file://obsolete_automake_macros.patch \ | ||
| 18 | file://remove_plus_from_invalid_characters_list.patch \ | ||
| 19 | " | ||
| 20 | |||
| 21 | S = "${WORKDIR}/GConf-${PV}" | ||
| 22 | |||
| 23 | SRC_URI[archive.md5sum] = "1b803eb4f8576c572d072692cf40c9d8" | ||
| 24 | SRC_URI[archive.sha256sum] = "4ddea9503a212ee126c5b46a0a958fd5484574c3cb6ef2baf38db02e819e58c6" | ||
| 25 | |||
| 26 | POLKIT_OECONF = "--enable-defaults-service" | ||
| 27 | POLKIT_OECONF_class-native = "--disable-defaults-service" | ||
| 28 | POLKIT_OECONF_libc-uclibc = "--disable-default-service" | ||
| 29 | |||
| 30 | EXTRA_OECONF = "--enable-shared --disable-static --enable-debug=yes \ | ||
| 31 | --disable-introspection --disable-orbit --with-openldap=no ${POLKIT_OECONF} --disable-gtk" | ||
| 32 | |||
| 33 | do_install_append() { | ||
| 34 | # this directory need to be created to avoid an Error 256 at gdm launch | ||
| 35 | install -d ${D}${sysconfdir}/gconf/gconf.xml.system | ||
| 36 | |||
| 37 | # this stuff is unusable | ||
| 38 | rm -f ${D}${libdir}/GConf/*/*.*a | ||
| 39 | rm -f ${D}${libdir}/gio/*/*.*a | ||
| 40 | } | ||
| 41 | |||
| 42 | do_install_append_class-native() { | ||
| 43 | create_wrapper ${D}/${bindir}/gconftool-2 \ | ||
| 44 | GCONF_BACKEND_DIR=${STAGING_LIBDIR_NATIVE}/GConf/2 | ||
| 45 | } | ||
| 46 | |||
| 47 | # disable dbus-x11 when x11 isn't in DISTRO_FEATURES | ||
| 48 | RDEPENDS_${PN} += "${@base_contains('DISTRO_FEATURES', 'x11', 'dbus-x11', '', d)}" | ||
| 49 | RDEPENDS_${PN}_class-native = "" | ||
| 50 | |||
| 51 | FILES_${PN} += "${libdir}/GConf/* \ | ||
| 52 | ${libdir}/gio/*/*.so \ | ||
| 53 | ${datadir}/polkit* \ | ||
| 54 | ${datadir}/dbus-1/services/*.service \ | ||
| 55 | ${datadir}/dbus-1/system-services/*.service \ | ||
| 56 | " | ||
| 57 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" | ||
| 58 | FILES_${PN}-dev += "${datadir}/sgml/gconf/gconf-1.0.dtd" | ||
| 59 | |||
| 60 | BBCLASSEXTEND = "native" | ||
