summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
Commit message (Collapse)AuthorAgeFilesLines
...
* gnome-disk-utility: backport property DeviceAutomountHintAndreas Müller2013-05-032-1/+76
| | | | | | | | | | | | | | Currently we have gvfs 1.10.1 which was designed for gnome-disk-utility 3.x. We have a patched gvfs so that it works with gnome-disk-utility 2.x but that does not support the property DeviceAutomountHint because it was introduced in 3.x. Fixes warnings as: | (palimpsest:829): libgdu-WARNING **: unhandled property 'DeviceAutomountHint' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: slightly update to 1.10.1 and backport patches to build with glib 2.36Andreas Müller2013-05-038-37/+3167
| | | | | | | | | | | | | | | | | This is a bit of a bad hack but as long as we are sitting on gnome2 we cannot follow to latest mainline because it would require gnome-disk-utility 3.x which relies on libnotify 0.7.x. For libnotify 0.6.x / 0.7.x API-conflict there is no solution available yet. The following tests were performed: * build my standard xfce-image from scratch * test automount * test trash * test network browsing Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnome: fix compileAndreas Müller2013-05-032-1/+37
| | | | | | | | | error message was: | gnome-program.c: In function 'gnome_program_init_common': | gnome-program.c:2067:2: error: implicit declaration of function 'g_atexit' [-Werror=implicit-function-declaration] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-power-manager: fix compileAndreas Müller2013-05-032-6/+42
| | | | | | | | | | | * on some machines help crashed with: | xsltproc -o gnome-power-manager-C.omf --stringparam db2omf.basename gnome-power-manager --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gnome-power-manager/2.32.0-r2/gnome-power-manager-2.32.0/help/gnome-power-manager.omf.in" /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm`/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/gnome-power-manager.xml || { rm -f "gnome-power-manager-C.omf"; exit 1; } | unable to parse fr/gnome-power-manager.xml * disable man in recipe did not work Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-power-manager: fix configureAndreas Müller2013-05-031-3/+3
| | | | | | | | | | | | | | | | | | * configure looks for libgnome-keyring (there is no option --disable-keyring) * to have a daemon put gnome-keyring to RRECOMMENDS. Error message was: | Package gnome-keyring-1 was not found in the pkg-config search path. | Perhaps you should add the directory containing `gnome-keyring-1.pc' | to the PKG_CONFIG_PATH environment variable | No package 'gnome-keyring-1' found | configure:13934: $? = 1 | configure:13952: result: no | No package 'gnome-keyring-1' found | configure:13978: error: Package requirements ( Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomecanvas: update 2.30.3 to fix buildAndreas Müller2013-05-031-5/+3
| | | | | | | | | error message was: | gnome-canvas-rich-text.c: In function 'gnome_canvas_rich_text_draw': | gnome-canvas-rich-text.c:2150:2: error: implicit declaration of function 'gtk_text_layout_draw' [-Werror=implicit-function-declaration] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zenity: fix buildAndreas Müller2013-05-032-1/+41
| | | | | | | | | | error message was: | warning: failed to load external entity "/usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl" | cannot parse /usr/share/xml/gnome/xslt/docbook/omf/db2omf.xsl | make[2]: *** [zenity-C.omf] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnotify3, nautilus3: exclude from worldMartin Jansa2013-04-292-0/+6
| | | | | | * libnotify3 conflicts with libnotify and breaks couple of gnome recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnome-keyring: add (from oe-core)Ross Burton2013-04-262-12/+19
| | | | | | | | | This was in oe-core previously but it's not actually used by anything: webkit-gtk claimed a false dependency and the new libsoup has removed all use of gnome-keyring. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-keyring: add (from oe-core)Ross Burton2013-04-261-0/+37
| | | | | | | | | | | This was previously in oe-core but nothing there was actually using it in an image. As it's part of GNOME, move it meta-gnome. The custom service file is dropped, as upstream is now shipping and installing this file (and has been for some time). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-desktop3: add gnome-common to DEPENDSAndreas Müller2013-04-191-2/+2
| | | | | | | | | | | | | | | | | | | | error message was: ERROR: Function failed: do_configure (see /home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gnome-desktop3/3.0.2-r1/temp/log.do_configure.15134 for further information) ERROR: Logfile of failure stored in: /home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gnome-desktop3/3.0.2-r1/temp/log.do_configure.15134 Log data follows: | DEBUG: Executing python function sysroot_cleansstate | DEBUG: Python function sysroot_cleansstate finished | DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common'] | DEBUG: Executing shell function autotools_preconfigure | DEBUG: Shell function autotools_preconfigure finished | DEBUG: Executing shell function do_configure | cp: cannot stat `/home/andreas/tmp/oe-core-eglibc/sysroots/overo/usr/share/gnome-common/data/omf.make': No such file or directory | ERROR: Function failed: do_configure (see /home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gnome-desktop3/3.0.2-r1/temp/log.do_configure.15134 for further information) ERROR: Task 251 (/home/andreas/data/oe-core/sources/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.0.2.bb, do_configure) failed with exit code '1' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnumeric: add recipe for version 1.12.0Mario Domenech Goulart2013-04-191-0/+43
| | | | | | | | Based on the OE classic recipe as of bd204492e0ed296bbac2999da29f831cbdf965f9 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* metacity 2.24.13: fix crash on startupKoen Kooi2013-04-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Metacity crashes without the schemas installed, so RDEPEND on them root@beaglebone:~# metacity (metacity:594): GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.wm.preferences' is not installed Trace/breakpoint trap 6 XSELINUXs still allocated at reset SCREEN: 0 objects of 180 bytes = 0 total bytes 0 private allocs COLORMAP: 0 objects of 4 bytes = 0 total bytes 0 private allocs DEVICE: 0 objects of 64 bytes = 0 total bytes 0 private allocs CLIENT: 0 objects of 84 bytes = 0 total bytes 0 private allocs WINDOW: 0 objects of 20 bytes = 0 total bytes 0 private allocs PIXMAP: 2 objects of 8 bytes = 16 total bytes 0 private allocs GC: 4 objects of 8 bytes = 32 total bytes 0 private allocs CURSOR: 0 objects of 4 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 12 bytes = 0 total bytes 0 private allocs TOTAL: 6 objects, 48 bytes, 0 allocs 2 PIXMAPs still all[ 281.248271] tilcdc 4830e000.fb: timeout waiting for framedone ocated at reset PIXMAP: 2 objects of 8 bytes = 16 total bytes 0 private allocs GC: 4 objects of 8 bytes = 32 total bytes 0 private allocs CURSOR: 0 objects of 4 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 12 bytes = 0 total bytes 0 private allocs TOTAL: 6 objects, 48 bytes, 0 allocs 4 GCs still allocated at reset GC: 4 objects of 8 bytes = 32 total bytes 0 private allocs CURSOR: 0 objects of 4 bytes = 0 total bytes 0 private allocs DBE_WINDOW: 0 objects of 12 bytes = 0 total bytes 0 private allocs TOTAL: 4 objects, 32 bytes, 0 allocs root@beaglebone:~# Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgsf: update to version 1.14.26Mario Domenech Goulart2013-04-191-8/+12
| | | | | | | | | Previous version was 1.14.21, but Gnumeric requires at least 1.14.24. Since we are changing it, we pick the latest available version. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hicolor-icon-theme: removePaul Eggleton2013-04-162-1754/+0
| | | | | | The same recipe is already in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* recipes: Unify indentationMartin Jansa2013-04-1549-204/+206
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* gedit: fix compileAndreas Müller2013-03-132-1/+59
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgdata: add, from oe-coreRoss Burton2013-03-021-0/+15
| | | | | | | | libgdata was removed from oe-core, but it's still useful so add it to meta-gnome. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gthumb: add, taken from oe-coreRoss Burton2013-03-022-0/+185
| | | | | | | This was removed in oe-core, so add it to meta-gnome. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-panel: append pkg_postinst only on PNMartin Jansa2013-02-052-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-vfs: use RPROVIDES correctlyPaul Eggleton2013-02-051-1/+1
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-terminal, system-tools-backends, slim, benchfft, syslog-ng: move to ↵Martin Jansa2013-02-015-0/+0
| | | | | | | | | nonworking directories * this set does not build with distroless qemuarm as reported in 'State of bitbake world' thread, nobody volunteered to fix them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-panel3: exclude from worldMartin Jansa2013-01-311-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* metacity: add, from oe-coreRoss Burton2013-01-222-0/+58
| | | | | | | | Metacity, the GNOME 2 window manager. Moved from oe-core as it's never used nor tested there. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk+3: drop recipe, now in oe-coreMartin Jansa2013-01-181-104/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk+3: update to upstream version 3.4.4Marko Lindqvist2013-01-062-37/+15
| | | | | | | | | | | * fix.build.automake-1.12.x.patch dropped as upstream has fixed the problem addressed. * COPYING has had formatting changes * In license segments of source files FSF street address is replaced with URL. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gsettings-desktop-schemas: remove from meta-gnome, new version was added in ↵Martin Jansa2013-01-031-17/+0
| | | | | | oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: reenable gvfs-smbAndreas Müller2012-12-273-6/+7
| | | | | | | | | samba was disabled in 12cf4fa8d23badbf55a018db0f821909294de34e because it caused OOM condition. This could not be reproduced any more. Likely reason for OOM wasmissing gdu-volume-monitor which is build by an own recipe nowadays. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zenity: fix typo in do_configure name and disable scrollkeeperMartin Jansa2012-12-251-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs-gdu-volume-monitor: disable afc to fix buildMartin Jansa2012-12-251-2/+2
| | | | | | | | * sometimes it autodetects libimobiledevice and fails to build: | gvfsbackendafc.c: In function '_idevice_event_cb': | gvfsbackendafc.c:352:25: error: 'idevice_event_t' has no member named 'uuid' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nautilus3: fix packaging issueMartin Jansa2012-12-251-2/+3
| | | | | | * ERROR: QA Issue: non debug package contains .debug directory: nautilus3 path /work/armv5te-oe-linux-gnueabi/nautilus3/3.2.1-r3/packages-split/nautilus3/usr/lib/nautilus/extensions-3.0/.debug/libnautilus-sendto.so Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nautilus3: upgrade to 3.2.1Martin Jansa2012-12-251-2/+2
| | | | | | | | | | | | | | | * old version fails to build: | In file included from eel-editable-label.c:30:0: | eel-editable-label.h:112:1: error: unknown type name 'G_CONST_RETURN' | eel-editable-label.h:112:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token | eel-editable-label.c:684:1: error: unknown type name 'G_CONST_RETURN' | eel-editable-label.c:684:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token | eel-editable-label.c: In function 'eel_editable_label_accessible_get_character_count': Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: fix packaging issuesMartin Jansa2012-12-251-4/+9
| | | | | | | * modules/transports/.debug is already included in modules/*/.debug => drop * package .a files to PN-staticdev, fixes a lot of QA warnings Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomeprint: fix build with newer toolchainMartin Jansa2012-12-232-0/+15
| | | | | | * FILE is not defined without stdio.h Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomecups: fix build with cups-1.6 from oe-coreMartin Jansa2012-12-232-2/+293
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: disable afcMartin Jansa2012-12-231-2/+3
| | | | | | * it's enabled when libimobiledevice is built before gvfs, causing undeterministic and failing builds Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomecups: fix build with >=glib-2.31Martin Jansa2012-12-232-0/+46
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nautilus3: add FILESEXTRAPATHS to find correct no-try-run-strftime.diff firstMartin Jansa2012-12-231-1/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-openembedded: use correct format of Upstream-StatusMartin Jansa2012-12-233-3/+3
| | | | | | | * 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>
* abiword: fix build with libpng-1.5 from oe-coreMartin Jansa2012-12-232-2/+106
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs-gdu-volume-monitor: avoid double packaging gvfs localeAndreas Müller2012-12-181-1/+2
| | | | | | | | | | | | | | | | | | | Fix error for do_rootfs: | Collected errors: | * check_data_file_clashes: Package gvfs-gdu-volume-monitor-locale-fr wants to install file /home/Superandy/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-full-image/1.0-r0/rootfs/usr/share/locale/fr/LC_MESSAGES/gvfs.mo | But that file is already provided by package * gvfs-locale-fr | * opkg_install_cmd: Cannot install package gvfs-gdu-volume-monitor-locale-fr. | * check_data_file_clashes: Package gvfs-locale-en-gb wants to install file /home/Superandy/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-full-image/1.0-r0/rootfs/usr/share/locale/en_GB/LC_MESSAGES/gvfs.mo | But that file is already provided by package * gvfs-gdu-volume-monitor-locale-en-gb | * opkg_install_cmd: Cannot install package gvfs-locale-en-gb. | * check_data_file_clashes: Package gvfs-gdu-volume-monitor-locale-de wants to install file /home/Superandy/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce4-full-image/1.0-r0/rootfs/usr/share/locale/de/LC_MESSAGES/gvfs.mo | But that file is already provided by package * gvfs-locale-de | * opkg_install_cmd: Cannot install package gvfs-gdu-volume-monitor-locale-de. * MJ: added PR bump Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: disable help buildMartin Jansa2012-12-181-1/+2
| | | | | | | | | | | | * xsltproc does not work in oe-core correctly: | xsltproc -o evince-it.omf --stringparam db2omf.basename evince --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang it --stringparam db2omf.omf_dir "/usr/share/omf" --stringparam db2omf.help_dir "/usr/share/gnome/help" --stringparam db2omf.omf_in "/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/evince/2.32.0-r2/evince-2.32.0/help/evince.omf.in" /OE/jansa-test/shr-core/tmp-eglibc/sysroots/qemuarm`/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config --variable db2omf gnome-doc-utils` it/evince.xml || { rm -f "evince-it.omf"; exit 1; } | http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser warning : PEReference: %list.class; not found | %local.divcomponent.mix;"> | ^ ... * https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk+3: add libxi dependencyMarko Lindqvist2012-12-161-1/+1
| | | | | | | | | Without even compile fails: | In file included from gdkdevice-xi.c:24:0: | gdkdeviceprivate-xi.h:28:35: fatal error: X11/extensions/XInput.h: No such file or directory Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-control-center: fix QA issueMartin Jansa2012-12-131-5/+4
| | | | | | | | * fixes: gnome-control-center-2.32.1: non -staticdev package contains static .a library: gnome-control-center-dev path '/work/armv5te-oe-linux-gnueabi/gnome-control-center/2.32.1-r0/packages-split/gnome-control-center-dev/usr/lib/window-manager-settings/libmetacity.a' l Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gcalctool: upgrade to 5.32.0Martin Jansa2012-12-112-15/+18
| | | | | | | | | | * 5.8.17 required scrollkeeper which we don't provide as scrollkeeper-native * inherit gsettings to package glib-2.0/shemas and compile them on target * add LICENSE version and LIC_FILES_CHKSUM * use SHRT_VER * replace local patch with sed (other chunk is already resolved upstream) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-themes: fix path to icon-name-mappingMartin Jansa2012-12-111-2/+2
| | | | | | | | * it was pointing to UTILS_PATH=/OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/lib/gnome-themes after libexecdir change in oe-core 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>
* gnome-session: disable failing docs generationMartin Jansa2012-12-111-3/+3
| | | | | | | * xmlto does not work correctly https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-disk-utility: fix unpackaged filesMartin Jansa2012-12-111-1/+4
| | | | | | | | | | * WARNING: QA Issue: gnome-disk-utility: Files/directories were installed but not shipped /usr/lib/nautilus/extensions-2.0/libnautilus-gdu.la /usr/lib/nautilus/extensions-2.0/libnautilus-gdu.a /usr/lib/nautilus/extensions-2.0/.debug /usr/lib/nautilus/extensions-2.0/.debug/libnautilus-gdu.so Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>