All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/23] Fix warings for missing mime-xdg
@ 2020-01-18 11:27 Andreas Müller
  2020-01-18 11:27 ` [PATCH 01/23] gnome-font-viewer: add mime-xdg to inherit Andreas Müller
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: Andreas Müller @ 2020-01-18 11:27 UTC (permalink / raw)
  To: openembedded-devel

* This series requires [1] which is in oe-core master-next
* It applies on master-next
* There might be other warning for missing mime(-xdg). These are those
  which popped up in my builds which are not world
  
[1] http://lists.openembedded.org/pipermail/openembedded-core/2020-January/291619.html

Andreas Müller (23):
  gnome-font-viewer: add mime-xdg to inherit
  itstool: remove it lives in oe-core now
  evince: add mime-xdg to inherit
  yelp: add mime-xdg to inherit
  geany: add mime-xdg to inherit
  glade: add mime-xdg to inherit
  catfish: add mime-xdg to inherit
  mousepad: add mime-xdg to inherit
  ristretto: add mime-xdg to inherit
  xarchiver: add mime-xdg to inherit
  parole: add mime-xdg to inherit
  exo: add mime-xdg to inherit
  xfce4-panel: add mime-xdg to inherit
  gedit: add mime-xdg to inherit
  thunar: add mime-xdg to inherit
  file-roller: add mime-xdg to inherit
  nautilus: add mime-xdg to inherit
  orage: add mime-xdg to inherit
  vlc: add mime-xdg to inherit
  fltk: add mime-xdg to inherit
  onboard: add mime-xdg to inherit
  gimp: add mime-xdg to inherit
  fontforge: add mime-xdg to inherit

 .../recipes-gnome/evince/evince_3.34.2.bb     |  2 +-
 .../file-roller/file-roller_3.32.3.bb         |  2 +-
 .../recipes-gnome/gedit/gedit_3.34.1.bb       |  2 +-
 .../gnome-font-viewer_3.34.0.bb               |  2 +-
 .../recipes-gnome/nautilus/nautilus_3.34.2.bb |  2 +-
 meta-gnome/recipes-gnome/yelp/yelp_3.34.0.bb  |  2 +-
 .../recipes-support/onboard/onboard_1.4.1.bb  |  2 +-
 .../recipes-multimedia/vlc/vlc_3.0.8.bb       |  2 +-
 meta-oe/recipes-devtools/geany/geany_1.36.bb  |  2 +-
 .../recipes-devtools/glade/glade_3.22.1.bb    |  2 +-
 .../fontforge/fontforge_20190801.bb           |  2 +-
 meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb  |  2 +-
 meta-oe/recipes-support/fltk/fltk.bb          |  2 +-
 ...-build-time-hardcoded-python-binary-.patch | 35 -------------------
 ...ld-time-hardcoded-python-binary-path.patch | 29 ---------------
 .../recipes-support/itstool/itstool_2.0.6.bb  | 20 -----------
 .../recipes-apps/catfish/catfish_1.4.11.bb    |  2 +-
 .../recipes-apps/mousepad/mousepad_0.4.2.bb   |  2 +-
 meta-xfce/recipes-apps/orage/orage_4.12.1.bb  |  2 +-
 .../ristretto/ristretto_0.10.0.bb             |  2 +-
 .../recipes-apps/xarchiver/xarchiver_git.bb   |  2 +-
 .../recipes-multimedia/parole/parole_1.0.5.bb |  2 +-
 meta-xfce/recipes-xfce/exo/exo_0.12.11.bb     |  2 +-
 .../recipes-xfce/thunar/thunar_1.8.10.bb      |  2 +-
 .../xfce4-panel/xfce4-panel_4.14.3.bb         |  2 +-
 25 files changed, 22 insertions(+), 106 deletions(-)
 delete mode 100644 meta-oe/recipes-support/itstool/itstool/0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch
 delete mode 100644 meta-oe/recipes-support/itstool/itstool/0002-Don-t-use-build-time-hardcoded-python-binary-path.patch
 delete mode 100644 meta-oe/recipes-support/itstool/itstool_2.0.6.bb

-- 
2.21.0



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2020-01-18 11:28 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-18 11:27 [PATCH 00/23] Fix warings for missing mime-xdg Andreas Müller
2020-01-18 11:27 ` [PATCH 01/23] gnome-font-viewer: add mime-xdg to inherit Andreas Müller
2020-01-18 11:27 ` [PATCH 02/23] itstool: remove it lives in oe-core now Andreas Müller
2020-01-18 11:27 ` [PATCH 03/23] evince: add mime-xdg to inherit Andreas Müller
2020-01-18 11:27 ` [PATCH 04/23] yelp: " Andreas Müller
2020-01-18 11:27 ` [PATCH 05/23] geany: " Andreas Müller
2020-01-18 11:27 ` [PATCH 06/23] glade: " Andreas Müller
2020-01-18 11:27 ` [PATCH 07/23] catfish: " Andreas Müller
2020-01-18 11:27 ` [PATCH 08/23] mousepad: " Andreas Müller
2020-01-18 11:27 ` [PATCH 09/23] ristretto: " Andreas Müller
2020-01-18 11:27 ` [PATCH 10/23] xarchiver: " Andreas Müller
2020-01-18 11:27 ` [PATCH 11/23] parole: " Andreas Müller
2020-01-18 11:27 ` [PATCH 12/23] exo: " Andreas Müller
2020-01-18 11:27 ` [PATCH 13/23] xfce4-panel: " Andreas Müller
2020-01-18 11:27 ` [PATCH 14/23] gedit: " Andreas Müller
2020-01-18 11:27 ` [PATCH 15/23] thunar: " Andreas Müller
2020-01-18 11:27 ` [PATCH 16/23] file-roller: " Andreas Müller
2020-01-18 11:27 ` [PATCH 17/23] nautilus: " Andreas Müller
2020-01-18 11:27 ` [PATCH 18/23] orage: " Andreas Müller
2020-01-18 11:27 ` [PATCH 19/23] vlc: " Andreas Müller
2020-01-18 11:27 ` [PATCH 20/23] fltk: " Andreas Müller
2020-01-18 11:27 ` [PATCH 21/23] onboard: " Andreas Müller
2020-01-18 11:27 ` [PATCH 22/23] gimp: " Andreas Müller
2020-01-18 11:27 ` [PATCH 23/23] fontforge: " Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.