summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
* README: update maintainers list for rockoArmin Kuster2017-10-171-5/+6
| | | | | | | | v2: bumped bitbake version in meta-filesystems Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* network-manager-applet: Disable gobject-introspection on muslKhem Raj2017-10-041-0/+2
| | | | | | | It segfaults qemu Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-keyring: Fix build with muslKhem Raj2017-09-182-1/+20
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* orbit2: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-keyring: Resolve conflict with gcr 3 and gold linking errorRob Woolley2017-09-181-1/+10
| | | | | | | | | | | | | | | | | The gnome-keyring is used to configure save certain wifi attributes when using xfce or a gnome based UI. Removing org.gnome.crypto.pgp.* makes gnome-keyring compatible with gcr 3. The gnome-keyring needs libgmodule to be explicitly added in order to satisfy the gold linker. This is necessary because pkg-config doesn't list libgmodule as one of the libraries for gtk+-2.0. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Rob Woolley <rob.woolley@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libidl: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: Remove X dependencyFabien Lahoudere2017-09-131-3/+1
| | | | | | | | | | gnome-desktop is the only X dependency for evince. In order to build evince for Wayland based system without X support, gnome-desktop is added to DEPENDS only if x11 exists in DISTRO_FEATURES. So x11 is dropped from REQUIRED_DISTRO_FEATURES. Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* florence: update 0.6.3Andreas Müller2017-09-133-50/+19
| | | | | | | | | | | * patches were either leftovers or do not match the code * DESCRIPTION -> shortened SUMMARY Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Added gtk+3 dependency and resolved conflicts Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* meta-gnome/layer.conf: Add meta-networking for the networkmanagerMark Hatle2017-09-131-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* pinpoint: Add dependency on opengl for coglMark Hatle2017-09-131-1/+4
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* libart-lgpg: Obsolete, replaced by version in oe-coreMark Hatle2017-09-1317-195/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* recipes: remove blacklisted recipesMartin Jansa2017-08-3180-6042/+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>
* libbonoboui: Fix with with hardening and clangKhem Raj2017-08-312-1/+52
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gedit: Fix with with hardening flags and clangKhem Raj2017-08-312-0/+32
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evolution-data-server: Fix build with clangKhem Raj2017-08-282-10/+43
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libbonobo: Pass PERL_PATH to do_configureKhem Raj2017-08-281-0/+1
| | | | | | | | | Fixes wrong perl interpreter getting into target perl scripts QA Issue: /usr/bin/bonobo-slay contained in package libbonobo-bin requires / mnt/a/oe/build/tmp/hosttools/perl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* usermode: Link with libm for powl() APIKhem Raj2017-08-132-3/+29
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: Fix build regression from uprevJason Wessel2017-08-131-1/+7
| | | | | | | | | | | | | | | | | | The commit 187798c3bd3dad2de3d159faf456aa6e71fbdf46 (gvfs: update 1.28.3 -> 1.32.1) caused a regression where images that use rpm4 can no longer assemble correctly because it includes polkit rules. At image creation time rpm4 will detect a mismatch of the ownership with the polkit rules.d directory as follows: file /usr/share/polkit-1/rules.d conflicts between attempted installs of gvfs-1.32.1-r0.1.core2_64 and polkit-0.113-r0.8.core2_64 file /usr/share/polkit-1/rules.d conflicts between attempted installs of libvirt-1.3.5-r0.9.core2_64 and gvfs-1.32.1-r0.1.core2_64 The libvirt which also appears in the error message has already been fixed in the meta-virtualization layer in a similar maner. (http://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/commit/?id=67c86c4962170354ad8a2ec4cdbb9bc0056cfd66) Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* usermode: add recipe 1.111Hongxu Jia2017-08-133-0/+90
| | | | | | | | | - Fix compile failure against musl C library - Fixed when compile with "-Wformat -Wformat-security -Werror=format-security" Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtimezonemap: add recipe 0.4.5Hongxu Jia2017-08-131-0/+22
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* keybinder: add recipe 3.0Hongxu Jia2017-07-241-0/+26
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgnomekbd: 2.32 -> 3.22Hongxu Jia2017-07-243-23/+17
| | | | | | | | | | | Remove --disable-schemas-install: ... |QA Issue: libgnomekbd: configure was passed unrecognised options: --disable-schemas-install [unknown-configure-option] ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* metacity: Fix build with musl by defining _GNU_SOURCEKhem Raj2017-07-242-1/+31
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgtop: Fix build with muslKhem Raj2017-07-242-0/+49
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* onboard: Fix build with muslKhem Raj2017-07-242-1/+70
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gedit: Define ACCESSPERMS if not defined alreadyKhem Raj2017-07-242-5/+37
| | | | | | | Fixes build on musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* abiword: update 3.0.1 -> 3.0.2Andreas Müller2017-07-142-77/+2
| | | | | | | Patch was a backport now included upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gparted: update 0.27.0 -> 0.28.1Andreas Müller2017-07-141-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: update 1.28.3 -> 1.32.1Andreas Müller2017-07-141-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* network-manager-applet: Remove all occurances of -Werror in makefilesKhem Raj2017-07-011-1/+1
| | | | | | | | | | | | There are options like -Werror=foo which get trimmed to =foo and results in compiler fails Fixes | aarch64-bec-linux-gcc: error: =format-security: No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wv: Fix build with hardening flagsKhem Raj2017-07-012-1/+28
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* onboard: Upgrade to 1.4.1Khem Raj2017-06-121-3/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-themes: remove PNBLACKLISTHongxu Jia2017-06-051-2/+4
| | | | | | | | | | - Since gtk-engines was removed from PNBLACKLIST, so we could build gnome-themes - Add glib-2.0-native to DEPENDS. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-bluetooth: Look for x11 in distro featuresKhem Raj2017-05-231-1/+2
| | | | | | | It does not compile without it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: fix do_install problemChen Qi2017-04-281-3/+4
| | | | | | | | | | | | When building evince for multilib, we would meet the following do_install error. mv: cannot stat [snip]/usr/lib64/systemd/user/evince.service: No such file or directory Fix to use the correct directory related to systemd in do_install function. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtksourceview2: Fix build with clangKhem Raj2017-04-242-1/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dates: Fix buils with security flagsKhem Raj2017-04-244-96/+59
| | | | | | | Update to latest and drop patches which are upstreamed. Add a patch to fix security warnings Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: Upgrade to 3.24.0Khem Raj2017-04-243-47/+48
| | | | | | Fix build with security flags Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devilspie2: update 0.33 -> 0.42Andreas Müller2017-04-241-3/+3
| | | | | | | Sources have moved Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* devilspie2: add gettext to inherit and unblacklistAndreas Müller2017-04-241-3/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* florence: unblacklist - gstreamer is fineAndreas Müller2017-04-241-2/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* network-manager-applet: update 1.4.2 -> 1.4.4Andreas Müller2017-04-181-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* recipes: add removal date to PNBLACKLIST messagesMartin Jansa2017-04-0540-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* abiword: Mark gconv dependencies only for glibcKhem Raj2017-03-311-2/+4
| | | | | | | glibc-gconv-* packages are specific to glibc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: delete obsolete patchesOleksandr Kravchuk2017-03-165-91/+0
| | | | | | | Deleted bunch of patches which are not used anymore by any recipe. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-072-2/+2
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* abiword: fix build and unblacklistAndreas Müller2017-02-281-5/+16
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk-engines: add glib-2.0-native to DEPENDS an unblacklistAndreas Müller2017-02-231-3/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* onboard: add necessary native recipes to DEPENDS and unblacklistAndreas Müller2017-02-221-3/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gparted: add glib-2.0-native to DEPENDS and unblacklistAndreas Müller2017-02-221-3/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>