All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] news, updates and fixes
@ 2015-09-17  0:41 Andreas Müller
  2015-09-17  0:41 ` [PATCH 01/19] gvfs: remove invalid PACKAGECONFIG[cdda] Andreas Müller
                   ` (18 more replies)
  0 siblings, 19 replies; 26+ messages in thread
From: Andreas Müller @ 2015-09-17  0:41 UTC (permalink / raw)
  To: openembedded-devel

Currently my error logs are so poluted and I have so many patches that I might
have missed something.

I did not take care yet for gazillions of 'host-user-contaminated' warnings.
Most of them are caused by dbg-packages and in the current situation I don't
care for correct user settings of source code files I don't install often.

Please note that this series needs some patches not yet applied in master and
found in this branch:

gupnp-tools: Upgrade 0.8.1 -> 0.8.10
gimp: disable webkit dependency in the recipe
evince: Remove pkg-config check for specific icon theme
gnome-system-monitor: Remove pkg-config check for specific icon theme
gnome-themes: Depend on adwaita, not gnome-icon-theme
xfce4-settings: recommend adwaita, not gnome-icon-theme

The following changes since commit b1a92d10d8bdf453746151ea9f0c14dce96d5f95:

  xfce4-settings: recommend adwaita, not gnome-icon-theme (2015-09-17 01:17:13 +0200)

are available in the git repository at:

  git://github.com/schnitzeltony/meta-openembedded.git desperate-fixes

for you to fetch changes up to 63fd6384b37f3e4a3d2d8e1e348060f2657321b4:

  xfce4-settings: make Adwaita default icon theme (2015-09-17 02:19:07 +0200)

----------------------------------------------------------------
Andreas Müller (19):
      gvfs: remove invalid PACKAGECONFIG[cdda]
      gst-plugins-ugly: prepare for update of libcdio
      libcdio: update to 0.93
      libburn: initial add 1.4.0
      cdrkit: initial add 1.1.11
      libgudev: initial add 230
      udisks2: add libgudev to DEPENDS
      udisks: replace udev by libgudev in DEPENDS
      udisks: update to 1.05 and fix build with latest glibc-version
      upower replace udev by libgudev in DEPENDS
      libmbim: replace udev by libgudev in DEPENDS
      thunar-volman: replace udev by libgudev in DEPENDS
      xfce4-power-manager: make upower a build dependency
      gimp: fix compile in latest environment
      gimp: add libgudev to DEPENDS
      polkit-group-rule.inc: remove allarch
      xfce4-settings: remove libnotify from DEPENDS - it is in PACKAGECONFIG
      xfce4-settings: get 0001-xsettings.xml-Set-default-themes.patch back
      xfce4-settings: make Adwaita default icon theme

 meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb                                                                      |   5 +-
 .../gstreamer-0.10/gst-plugins-ugly/0001-cdio-compensate-for-libcdio-s-recent-cd-text-api-cha.patch               | 193 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb                                     |   1 +
 meta-oe/recipes-connectivity/libmbim/libmbim_1.12.2.bb                                                            |   2 +-
 meta-oe/recipes-extended/polkit/polkit-group-rule.inc                                                             |   2 +-
 meta-oe/recipes-gnome/libgudev/libgudev_230.bb                                                                    |  11 ++++
 meta-oe/recipes-graphics/gimp/gimp_2.8.14.bb                                                                      |   4 +-
 meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb                                                                |  18 ++++++
 meta-oe/recipes-multimedia/cdrkit/files/0001-do-not-create-a-run-test-to-determine-order-of-bitfi.patch           |  53 ++++++++++++++++
 meta-oe/recipes-multimedia/libburn/libburn_1.4.0.bb                                                               |  11 ++++
 meta-oe/recipes-multimedia/libcdio/{libcdio_0.82.bb => libcdio_0.93.bb}                                           |   7 +--
 meta-oe/recipes-support/udisks/udisks/0001-fix-build-with-newer-glibc-versions.patch                              |  29 +++++++++
 meta-oe/recipes-support/udisks/udisks/add-systemd-support.patch                                                   | 112 ----------------------------------
 meta-oe/recipes-support/udisks/udisks/udisks-1.0.5-fix-service-file.patch                                         |  33 ++++++++++
 meta-oe/recipes-support/udisks/udisks2_2.1.5.bb                                                                   |   3 +-
 meta-oe/recipes-support/udisks/{udisks_1.0.4.bb => udisks_1.0.5.bb}                                               |  22 +++----
 meta-oe/recipes-support/upower/upower_0.9.14.bb                                                                   |   2 +-
 meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb                                                       |   2 +-
 meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.4.4.bb                                           |   4 +-
 meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch                           |  33 ++++++++++
 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb                                                       |   9 ++-
 21 files changed, 413 insertions(+), 143 deletions(-)
 create mode 100644 meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly/0001-cdio-compensate-for-libcdio-s-recent-cd-text-api-cha.patch
 create mode 100644 meta-oe/recipes-gnome/libgudev/libgudev_230.bb
 create mode 100644 meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb
 create mode 100644 meta-oe/recipes-multimedia/cdrkit/files/0001-do-not-create-a-run-test-to-determine-order-of-bitfi.patch
 create mode 100644 meta-oe/recipes-multimedia/libburn/libburn_1.4.0.bb
 rename meta-oe/recipes-multimedia/libcdio/{libcdio_0.82.bb => libcdio_0.93.bb} (71%)
 create mode 100644 meta-oe/recipes-support/udisks/udisks/0001-fix-build-with-newer-glibc-versions.patch
 delete mode 100644 meta-oe/recipes-support/udisks/udisks/add-systemd-support.patch
 create mode 100644 meta-oe/recipes-support/udisks/udisks/udisks-1.0.5-fix-service-file.patch
 rename meta-oe/recipes-support/udisks/{udisks_1.0.4.bb => udisks_1.0.5.bb} (60%)
 create mode 100644 meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch

-- 
2.1.0



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

end of thread, other threads:[~2015-09-23 19:52 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17  0:41 [PATCH 00/19] news, updates and fixes Andreas Müller
2015-09-17  0:41 ` [PATCH 01/19] gvfs: remove invalid PACKAGECONFIG[cdda] Andreas Müller
2015-09-17  6:54   ` Martin Jansa
2015-09-17  7:07     ` Andreas Müller
2015-09-17  7:21       ` Martin Jansa
2015-09-17  7:42         ` Andreas Müller
2015-09-17  0:41 ` [PATCH 02/19] gst-plugins-ugly: prepare for update of libcdio Andreas Müller
2015-09-17  0:41 ` [PATCH 03/19] libcdio: update to 0.93 Andreas Müller
2015-09-17  0:41 ` [PATCH 04/19] libburn: initial add 1.4.0 Andreas Müller
2015-09-17  0:41 ` [PATCH 05/19] cdrkit: initial add 1.1.11 Andreas Müller
2015-09-23 14:09   ` Martin Jansa
2015-09-23 19:52     ` Andreas Müller
2015-09-17  0:41 ` [PATCH 06/19] libgudev: initial add 230 Andreas Müller
2015-09-17  0:41 ` [PATCH 07/19] udisks2: add libgudev to DEPENDS Andreas Müller
2015-09-17  0:41 ` [PATCH 08/19] udisks: replace udev by libgudev in DEPENDS Andreas Müller
2015-09-17  0:41 ` [PATCH 09/19] udisks: update to 1.05 and fix build with latest glibc-version Andreas Müller
2015-09-17  0:41 ` [PATCH 10/19] upower replace udev by libgudev in DEPENDS Andreas Müller
2015-09-17  0:41 ` [PATCH 11/19] libmbim: " Andreas Müller
2015-09-17  0:41 ` [PATCH 12/19] thunar-volman: " Andreas Müller
2015-09-17  0:41 ` [PATCH 13/19] xfce4-power-manager: make upower a build dependency Andreas Müller
2015-09-17  0:41 ` [PATCH 14/19] gimp: fix compile in latest environment Andreas Müller
2015-09-17  0:41 ` [PATCH 15/19] gimp: add libgudev to DEPENDS Andreas Müller
2015-09-17  0:41 ` [PATCH 16/19] polkit-group-rule.inc: remove allarch Andreas Müller
2015-09-17  0:41 ` [PATCH 17/19] xfce4-settings: remove libnotify from DEPENDS - it is in PACKAGECONFIG Andreas Müller
2015-09-17  0:41 ` [PATCH 18/19] xfce4-settings: get 0001-xsettings.xml-Set-default-themes.patch back Andreas Müller
2015-09-17  0:41 ` [PATCH 19/19] xfce4-settings: make Adwaita default icon theme 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.