aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
AgeCommit message (Collapse)Author
2017-02-22gthumb: fix implict dependency on gconf causing configure failPaul Gortmaker
Currently we see: | checking for gconftool-2... no | configure: error: gconftool-2 executable not found in your path - should be installed with GConf | ERROR: Function failed: do_configure (log file is located at gthumb/2.12.4-r4/temp/log.do_configure.5243) ERROR: Task (meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb:do_configure) failed with exit code '1' Presumably this now happens more regularly with demise of the shared sysroot. Adding gconf-native to the dependency list fixes it. Cc: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-22florence: add explicit dependency on gconf-native to fix install errorPaul Gortmaker
We currently see: | /bin/bash: gconftool-2: command not found | Makefile:841: recipe for target 'install-data-local' failed | make[3]: *** [install-data-local] Error 127 Presumably this now happens more regularly with demise of the shared sysroot. Adding gconf-native to the dependency list fixes it. Cc: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-22gedit: unblacklist - gtksourceview2 is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22gtksourceview2: add glib-2.0-native to DEPENDS and unblacklistAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22libgnomeui: unblacklist - libgnome is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22libbonoboui: unblacklist - libgnome and libbonobo are backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22libgnome: unblacklist gnome-vfs is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22libbonobo: unblacklist orbit2 is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22orbit2: unblacklist - libidl-native is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22libidl: unblacklist - libidl-native is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-22libidl-native: add flex-native to DEPENDSAndreas Müller
* could not reproduce the error mentioned - flex is installed on my build machine * For tests Trevor Woerner's 'Revert "flex: upgrade to 2.6.2"' was in my oe-core Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-20gnome-vfs: remove blacklistMax Krummenacher
Build is fixed for gnome-mime-data. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-20gnome-mime-data: add depends on glib-2.0-nativeMax Krummenacher
This installs the needed glib-gettextize. Remove blacklist. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13smbnetfs gnome-disk-utility contacts kexecboot ↵Martin Jansa
initramfs-kexecboot-klibc-image system-config-keyboard system-setup-keyboard geany geany-plugins efivar efibootmgr gimp system-config-keyboard tumbler: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111173.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111180.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13recipes: blacklist recipes depending on blacklisted recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk ↵Martin Jansa
devilspie2 gnome-backgrounds gnome-desktop gnome-mime-data gtk-engines gtksourceview2 libgnomekbd libidl-native onboard libgpewidget ubi-utils-klibc kexec-tools-klibc gupnp-igd gupnp-tools dvb-apps gstreamer mpd crda netcat-openbsd wireshark gnokii libmbim mosh networkmanager-openvpn libtelepathy dbus-daemon-proxy libdbus-c++ php vala-dbus-binding-tool collectd libgxim pywbem gtkhtml2 fbida fontforge libsexy wayland-fits xstdcmap xf86-video-glamo font-adobe-100dpi font-adobe-utopia-100dpi font-bh-100dpi font-bh-lucidatypewriter-100dpi font-misc-misc crash a2jmidid libsdl2-mixer libsdl-mixer minidlna sylpheed libsdl2-ttf libsdl-ttf ode pidgin postgresql syslog-ng usb-modeswitch xdg-user-dirs gateone python3-cryptography-vectors python3-ndg-httpsclient python-cryptography-vectors python-pbr bundler netdata menulibre openzone xfce4-verve-plugin iperf terminus-font xf86-video-nouveau ipmiutil klibc-utils pmbw multipath-tools gparted, gnome-system-monitor, php, vala-dbus-binding-tool, gtkmathview, lmsensors, postgresql: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13gnome-disk-utility: add dbus-glib-native to DEPENDSRobert Yang
Fixed: make[3]: dbus-binding-tool: Command not found make[3]: *** [udisks-daemon-glue.h] Error 127 Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13abiword: fix buildAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13gedit: fix buildAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13libgnomeui: fix buildAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13evolution-data-server: fix buildAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13dconf: make gtk+3 dependency optionalAndy Kling
dconf requires gtk+3 only for dconf-editor and is useful even on systems without gui. add PACKAGECONFIG for editor, enable it by default if x11 is present in DISTRO_FEATURES add x11 to REQUIRED_DISTRO_FEATURES only if editor is enabled Note: editor will be dropped from dconf in version 0.23.1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13dconf: fix bash completion in wrong packageAndy Kling
bash completion is used by dconf itself not by editor. move file to main package. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13dconf: depends on dbusAndy Kling
configure of dconf requires dbus | checking for dbus... no | configure: error: Package requirements (dbus-1) were not met: | | No package 'dbus-1' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13remove some more True options to getVar callsAndre McCurdy
getVar() now defaults to expanding by default, thus remove the True option from getVar() calls. Fix a small number of cases not addressed by the original patch: http://git.openembedded.org/meta-openembedded/commit/?id=efd3696e70a6603f1a45faa4a172433514f0a487 Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13onboard: initial add 1.3.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25gnome-system-monitor: fix build after update of gnome c++ bindingsAndreas Müller
In file included from <staging>/usr/include/c++/6.2.0/type_traits:35:0, from <staging>/usr/include/sigc++-2.0/sigc++/visit_each.h:22, from <staging>/usr/include/sigc++-2.0/sigc++/functors/slot.h:6, from <staging>/usr/include/sigc++-2.0/sigc++/signal_base.h:27, from <staging>/usr/include/sigc++-2.0/sigc++/signal.h:8, from <staging>/usr/include/sigc++-2.0/sigc++/sigc++.h:104, from <staging>/usr/include/glibmm-2.4/glibmm/thread.h:50, from <staging>/usr/include/glibmm-2.4/glibmm.h:89, from <staging>/usr/include/gtkmm-2.4/gtkmm.h:87, from ../../gnome-system-monitor-2.28.2/src/procman.cpp:26: <staging>/usr/include/c++/6.2.0/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ ^~~~~ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-13gnome-menus3: add gnome-common-native to DEPENDSAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-13gthumb: Add missing dependency on gnome-common-nativeKhem Raj
| ../gthumb-2.12.4/configure: line 17557: GNOME_MAINTAINER_MODE_DEFINES: command not found | ../gthumb-2.12.4/configure: line 17558: syntax error near unexpected token `maximum' | ../gthumb-2.12.4/configure: line 17558: `GNOME_COMPILE_WARNINGS(maximum)' Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-13libwnck3: Add missing dependency on gnome-common-nativeKhem Raj
Fixes configure errors ../libwnck-3.20.1/configure: line 13391: syntax error near unexpected token `maximum' ../libwnck-3.20.1/configure: line 13391: `GNOME_COMPILE_WARNINGS(maximum)' Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02meta-gnome: add explicit gnome-common dependenciesRoss Burton
gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it, so add gnome-common to DEPENDS for the recipes that still use it. gxim previously wasn't really using the gnome-common macros so now the build fails with compiler errors, so pass the flag to turn off fatal warnings as gxim appears to be dead. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02meta-gnome: remove redundant gnome-common dependenciesRoss Burton
These recipes don't actually use gnome-common macros, so don't depend on it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02remove True option to getVar callsJoshua Lock
getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
2016-11-23libxklavier: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
libxklavier depends on gtk+ and libxi which require x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23libwnck: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
libwnck depends on gtk+ which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23gtksourceview2: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
gtksourceview2 depends on gtk+ which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23gnome-disk-utility: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
gnome-disk-utility depends on virtual/libx11. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23evince: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
evince depends on gtk+3 and gnome-desktop3 which require x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23dconf: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
dconf depends on gtk+3 which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23libwnck3: add a recipeAlexander Kanavin
It is no longer needed in oe-core. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23libxklavier: upgrade 5.4Hongxu Jia
The gnome does not support 5.4 any more, get 5.4 from fedora to upgrade. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-22gnome-menus3: unblacklist and cleanupAndreas Müller
* old gnome-menus is broken so there is no conflict * we should prefer newer version * menulibre (part of this series) requires gnome-menus3 * gnome-menus3-python was empty Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-22network-manager-applet: update to 1.4.2Andreas Müller
* optional gnome-bluetooth plugin seems gone * modemmanager configure option was renamed Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-22gparted: update to 0.27.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26libbonobo: Fix missing dep on orbit2-native and build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-21gvfs: fix fetch errorArmin Kuster
ERROR: gvfs-1.28.3-r0 do_fetch: Function failed: Fetcher failure for URL: 'http://ftp.gnome.org/pub/GNOME/sources/gvfs/1.28/gvfs-1.28.3.tar.xz;name=archive'. Unable to fetch URL from any source. change SRC_URI Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-03evince: add intltool-native to DEPENDSAndreas Müller
| WARNING: evince-3.18.2-r5 do_configure: Missing DEPENDS on intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26gthumb, libgnomekbd, gnome-desktop: add dependency on intltool-nativeMartin Jansa
* fixes: WARNING: gnome-desktop-2.32.1-r6 do_configure: Missing DEPENDS on intltool-native WARNING: libgnomekbd-2.32.0-r0 do_configure: Missing DEPENDS on intltool-native WARNING: gthumb-2.12.4-r4 do_configure: Missing DEPENDS on intltool-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-26gvfs: update to 1.28.3Andreas Müller
* patch was applied upstream * inherit bash-completion instead of reinventing * add systemd PACKAGECONFIG enabled for systemd in DISTRO_FEATURE * add gcr PACKAGECONFIG disabled by default * build tested with all except cdda and none in PACKAGECONFIG Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-15abiword: unblacklist and fixAndreas Müller
* gtkmathview is building again * fic ccompile with gcc-6 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>