summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gdm
Commit message (Collapse)AuthorAgeFilesLines
* recipes: remove blacklisted recipesMartin Jansa2017-08-314-2460/+0
| | | | | | | | * as PNBLACKLIST message says, these recipes are blacklisted for long time and nobody showed any interest to fix them * remove all unused .patch and .inc files as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add removal date to PNBLACKLIST messagesMartin Jansa2017-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * based on discussion in pndeprecated thread: https://patchwork.openembedded.org/patch/137573/ update the messages to warn possible users that the recipe will be removed before the end of the next development cycle (before Yocto 2.4 is released). * updated with: sed -i 's/^\(PNBLACKLIST.*".*\)"/\1 - the recipe will be removed on 2017-09-01 unless the issue is fixed"/g' `git grep PNBLACKLIST | sed 's/:.*//g' | sort -u | xargs` * then noticed couple recipes being blacklisted only based on DISTRO_FEATURES, so removed those: meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb meta-oe/recipes-navigation/gypsy/gypsy.inc meta-oe/recipes-navigation/navit/navit.inc meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb * if it isn't fixed by this date, it's fair game to be removed whenever someone gets around to i Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince, epdf, gdm, gnumeric, libgnomeprint, tumbler, gedit, gnome-panel, ↵Martin Jansa2016-06-131-0/+2
| | | | | | gnome-session, gnome-terminal, libgnomecups, gtksourceview2, libgweather, libgnomeui, tracker, gimp, poppler, mousepad, goffice, tasks: blacklist, fails to build with gcc-6 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-doc-utils-stub: add a recipeAlexander Kanavin2016-06-081-0/+1
| | | | | | | | | | | Real gnome-doc-utils can no longer be build (because it requires both python 2 and libxml2, which can only be build for one version of Python), so a stub recipe which provides just m4 macros is provided, and usage of gnome-doc-utils is disabled where needed. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome: add explicit bz2 compress type to older packagesAlexander Kanavin2015-08-311-0/+1
| | | | | | | The default was changed to xz in the gnomebase class to match the upstream. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: Whitelist itKhem Raj2015-05-131-2/+0
| | | | | | | polkit-gnome has been fixed to build Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: Only start in runlevel 5Dan McGregor2015-02-122-3/+3
| | | | | | | | | Runlevel 5 is traditionally graphical. If it starts in runlevel 2 or 3 systemd gets confused and adds it as a dependency of the multi-user target, not just the graphical target. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* polkit-gnome, gdm, network-manager-applet: blacklist because ↵Martin Jansa2014-12-171-0/+2
| | | | | | polkit-gnome.do_configure fails Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm 2.32.2: don't install broken gdm-autologin PAM fileKoen Kooi2013-10-151-1/+2
| | | | | | | It references pam-plugin-console which isn't available. Deleting the PAM file makes autologin work. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: delete broken .desktop filesKoen Kooi2013-10-151-0/+6
| | | | | | | | | GDM tries to run these during the login window and one of these crashes, leading to an autologin failure. Remove the non-essential ones to get rid of this problem. The proper fix is to stop metacity crashing. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: remove /var/run from packageJonathan Liu2013-07-081-0/+3
| | | | | | | | | The /var/run/gdm and /var/run/gdm/greeter directories are created by the daemon if they don't exist. The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: cosmeticsAndreas Müller2013-05-0310-26/+16
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: avoid displaying system users in greeter's listAndreas Müller2013-05-032-1/+36
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: fix postinst-code to unbreak first boot issuesAndreas Müller2013-05-031-19/+12
| | | | | | | | | | Exiting postinst code leaves systemd.bbclass offline postinst code unexecuted, causes postinst not to finish at first boot (gdm.service is not aliased to display-manager.service -> started much too early) and is not neccesary: language preparation can be done offline. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: move systemd support from meta-systemd back to meta-gnomeMartin Jansa2013-04-152-6/+21
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-openembedded: use correct format of Upstream-StatusMartin Jansa2012-12-231-1/+1
| | | | | | | * some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: disable failing docs generationMartin Jansa2012-12-111-2/+6
| | | | | | | * xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdm: remove obsolete filesAndreas Müller2012-09-174-657/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: move systemd support to meta-systemdAndreas Müller2012-07-162-17/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa2012-06-051-1/+1
| | | | | | | | without PN* suffix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: inherit systemd / remove unneeded systemd codeAndreas Müller2012-03-111-25/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm 2.32.2: Bump PR for recent class changesKoen Kooi2012-03-021-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm 2.32.2: add missing source checksumsKoen Kooi2011-12-221-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: Fix build on gnome'less build systemsKhem Raj2011-09-272-1/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm 2.32.2: gdm supports running sessions under ssh-agent, so add ↵Koen Kooi2011-06-251-2/+2
| | | | | | openssh-misc to RRECOMMENDS Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: fix build against newer gnome-panelKoen Kooi2011-06-212-1/+2283
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm, gnome-control-center: clean up dependenciesKoen Kooi2011-06-211-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm 2.32.2: add more utils to RRECOMMENDSKoen Kooi2011-06-191-2/+2
| | | | | | GDM calls these from init/Default, so drag them in as RRECOMMENDS Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm 2.32.2: add systemd supportKoen Kooi2011-06-092-0/+39
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm: update to 2.32.2 (latest stable in 2.32.x series)Koen Kooi2011-06-099-88/+30
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm 2.30.0: add metacity to RRECOMMENDS, gdm tries to execute it to manage ↵Koen Kooi2011-06-091-2/+2
| | | | | | dialogs Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm 2.30.2: add more to RRECOMMENDS, no login window without itKoen Kooi2011-06-091-4/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm 2.30.0: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392dKoen Kooi2011-06-0813-0/+1672
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>