Commit Graph

796 Commits

Author SHA1 Message Date
Khem Raj
d50be66491 gedit: Add dep on python-six-native
Fixes errors e.g.
recipe-sysroot-native/usr/share/gtk-doc/python/gtkdoc/common.py", line 31, in <module>
    import six
ImportError: No module named 'six'
make[3]: *** [install-data-local] Error 1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-09-27 07:27:26 -07:00
Mark Asselstine
abd5934ea8 gnome-keyring: fix 'installed but not shipped' QA issue
Building the 'gnome-keyring' recipe with "installed-vs-shipped"
included in ERROR_QA will result in:

    ERROR: gnome-keyring-3.20.0-r0 do_package: QA Issue: gnome-keyring: \
      Files/directories were installed but not shipped in any package:
      /usr/lib64/pkcs11/gnome-keyring-pkcs11.la
      /lib64/security/pam_gnome_keyring.la

>From various documents the .la files should not be packaged in either
the main recipe package or the -dev package unless required. So
inherit 'remove-libtool' to have all the .la files cleaned up as they
don't appear to be necessary.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 973aec3a2a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-06-14 20:01:36 -07:00
Khem Raj
9a170f1b62 site: Add riscv64 specific cache
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-05-01 18:12:50 -07:00
Hongxu Jia
9c96e14e5e metacity: add 3.38.0
The metacity is still maintained on github which the latest version is
based on gtk+3

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2018-05-01 18:12:49 -07:00
Armin Kuster
ef3aae15b0 usermode: also only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13 12:43:48 -07:00
Armin Kuster
bedadd69a8 gnome-system-monitor: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13 12:43:47 -07:00
Armin Kuster
1bdf09b788 update layer maintainers
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13 12:43:44 -07:00
Armin Kuster
eda0d3ecb3 obexd: refreah patches
WARNING:
Some of the context lines in patches were ignored. This can lead to incorrectly applied patches.
The context lines in the patches can be updated with devtool:

    devtool modify <recipe>
    devtool finish --force-patch-refresh <recipe> <layer_path>

Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
patching file plugins/mas.c
Hunk #1 succeeded at 30 with fuzz 2 (offset 1 line).

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13 12:43:39 -07:00
Martin Jansa
cdb919d1c8 meta-*: add LAYERSERIES_COMPAT to layer.conf files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13 12:43:37 -07:00
Andreas Müller
190bec6025 libgnomeui: remove
* libbonoboui is gone
* project is dead - last release 2011

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Andreas Müller
bf8ef0ac4a gparted: update 0.30.0 -> 0.31.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Andreas Müller
a20dd08a25 gvfs: update 1.34.1 -> 1.36.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Andreas Müller
52492e67fc gnome-keyring: update 2.32.1 -> 3.20.0
* update to 3.28.0 is not yet possible due to gcr >= 3.27.90 required
* license: Many sourcefiles are gone and those still left reference to
  COPYING or COPYING.LIB
* recipe cleanup

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Andreas Müller
a812e10242 metacity: remove
* as far as I can see nothing uses it - please stand up if I am wrong
* this version was released in 2012

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Andreas Müller
da3b8ab837 gnome-system-monitor: re-add 3.26.0
3.28.0 fails for glib-2.0 version:
| configure: error: Package requirements (glib-2.0 >= 2.55.0

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Andreas Müller
7435460b30 libgtop: update 2.30.0 -> 2.38.0
Cleanup recipe while we are at it

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Andreas Müller
6620fd316c network-manager-applet: update 1.4.4 -> 1.8.10
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Andreas Müller
75f07c0f4b libgnome-keyring: update 2.32.0 -> 3.12.0
* Licence files are now COPYING and COPYING.GPL. The source code files set in
  old version are referencing these.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Andreas Müller
6ce3b4f0aa libgnome: remove
project is dead - last release was 2011

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-08 17:00:06 -07:00
Andreas Müller
6a7cd839e6 libidl: remove
project is dead - last release was in 2010

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller
aa11ffc827 gtk-engines: remove
project is dead - last stable release was in 2010

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller
5c5c05dbf0 orbit2: remove
project is dead - last release was 2010

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller
187ef2f8c1 gnome-themes: remove
project is dead - last release was in 2011. That was a gnome 3 port which was
not continued.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller
7340b474c4 gnome-mime-data: remove
project is dead - last release was 2007

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller
6bc93a768c gnome-vfs: remove
project is dead last release was 2010

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller
e4cc6c774b florence: remove
* it depends on libglade which is gone
* project is dead - last release was in 2014
* 0.6.3 tested last time was buggy: keyboard tended to reduce it's size to
  few pixels and there was no simple way to undo that

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller
be12b88beb libbonobo: remove
project is dead last release was 2011

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller
ca32e26cc8 glade3: remove gnome packageconfig
libbonoboui is gone

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller
281ffdaf2e libbonoboui: remove
* it depends on removed libglade
* project is dead - last release in 2011

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:44 -07:00
Andreas Müller
a3c1c4d981 libgnomecanvas: remove
* it depends on removed libglade
* project is dead - last release in 2011

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:43 -07:00
Andreas Müller
05f7538135 evolution-data-server: remove libglade from dependencies
libglade is not necessary and does not exist any more

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2018-03-29 16:48:43 -07:00
Jason Wessel
af98d8bc21 gnome-keyring, libgnome-keyring: Fix to compile with latest oe-core
The glib-2.0 was upreved and now you must use a depency to pull it in
for the build.  To avoid this error:

NOTE: Executing glib-gettextize --force --copy
./temp/run.do_configure: line 170: glib-gettextize: command not found
WARNING: ./temp/run.do_configure:1 exit 127 from 'glib-gettextize --force --copy'

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-29 16:48:04 -07:00
Andreas Müller
0a499a8f35 abiword: remove unneeded libglade from dependencies
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-21 18:38:23 -07:00
Maxin John
692fb97e2a nautilus: remove unused patches
remove the following unused patch from nautilus and nautilus3:
        no-try-run-strftime.diff

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:14:24 -07:00
Andreas Müller
078fdcf4f9 devilspie2: update 0.42 -> 0.43
While at it, add a comment to desktop file.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-16 19:12:26 -07:00
Armin Kuster
32209fbbb3 gnome-themes: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
70f45490e1 libgdata: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
c2cb85ac1d libbonoboui: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
9701186708 libgnomeui: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
5f248f9398 libgnomecanvas: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
186f46130a glade3: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
4341103dbd libgtkstylus: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
88cb678c6e gnome-keyring: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
a126e58afa gedit: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
7dc75a8e62 gparted: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
65a5ca1349 devilspie: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
dffc073896 abiword: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:35 -07:00
Armin Kuster
f1dbbb537d network-manager-applet: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:34 -07:00
Armin Kuster
d180e94930 libtimezonemap: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:34 -07:00
Armin Kuster
8ad93299a2 keybinder: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:34 -07:00