diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb deleted file mode 100644 index c49f2d3fb..000000000 --- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | SUMMARY = "Gnome session manager" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
4 | |||
5 | PR = "r3" | ||
6 | |||
7 | SECTION = "x11/gnome" | ||
8 | DEPENDS = "libxtst gtk+ glib-2.0 upower dbus-glib gconf pango gdk-pixbuf-native startup-notification" | ||
9 | |||
10 | inherit gnome | ||
11 | |||
12 | SRC_URI += "file://use_G_GINT64_FORMAT.patch" | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "222bad6b446cb19a6b9028ea24538002" | ||
15 | SRC_URI[archive.sha256sum] = "22d93ce433fcf9c7ce6b5f36dd81f64e692ea0e41faaa0f61159ddac28c3686a" | ||
16 | GNOME_COMPRESS_TYPE="bz2" | ||
17 | |||
18 | EXTRA_OECONF = " --with-gtk=2.0 ac_cv_path_GCONF_SANITY_CHECK=set --disable-docbook-docs" | ||
19 | |||
20 | do_configure_append() { | ||
21 | for i in $(find ${S} -name "Makefile") ; do | ||
22 | sed -i -e s:"GCONFTOOL = .*/usr/bin/gconftool-2":"GCONFTOOL = /usr/bin/gconftool-2":g $i | ||
23 | sed -i -e s:"GCONF_SANITY_CHECK = set":"GCONF_SANITY_CHECK = /usr/libexec/gconf-sanity-check-2":g $i | ||
24 | done | ||
25 | } | ||
26 | |||
27 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-ck-connector', '', d)}" | ||
28 | FILES_${PN} += "${datadir}/xsessions ${datadir}/icons ${datadir}/gnome ${libdir}/gnome-session/helpers" | ||
29 | FILES_${PN}-dbg += "${libexecdir}/gnome-session/helpers/.debug" | ||
30 | |||
31 | # http://errors.yoctoproject.org/Errors/Details/68621/ | ||
32 | PNBLACKLIST[gnome-session] ?= "BROKEN: fails to build with gcc-6 - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||