[oe] [PATCH][v2 00/13] recipe fixes and updates

Andreas Müller schnitzeltony at gmail.com
Sat Nov 11 13:29:37 UTC 2017


v1-> v2
* Changed my email address to avoid getting spam
* Tumbler fix reworked. Confusion was caused because effect is sporadic
* xfce4-notifyd: Update makes a simple fix possible for images with KDE
  installed in parallel. This bugged me for a very long time.

I know it is a bit late but I would be very happy if the xfce patches
would make their way into rocko. At least the last four patches are
fixing ugly issues and most of them I have in my images for a while
without issues.

The following changes since commit 5d6d21e98ed594809169d2b2f6964e90a3369a96:

  libreport: fix Nothing RPROVIDES 'lib32-python3-libreport' (2017-10-27 16:39:34 +0000)

are available in the git repository at:

  https://github.com/schnitzeltony/meta-openembedded.git patches

for you to fetch changes up to f3b40da9b93a34fa688c0951708cd96b310378f9:

  xfce4-notifyd: avoid trouble starting daemon for images with multiple desktops (2017-11-11 14:26:32 +0100)

----------------------------------------------------------------
Andreas Müller (13):
      gparted: update 0.28.1 -> 0.30.0
      libgphoto2: update 2.5.8 -> 2.5.14
      gphoto2: update 2.5.8 -> 2.5.14
      xfce4-settings: update to 4.12.1
      xfce4-pulseaudio-plugin: update 0.2.4 -> 0.3.2
      xfce4-weather-plugin: update 0.8.9 -> 0.8.10
      xfce4-xkb-plugin: update 0.8.0 -> 0.8.1
      xfce4-appfinder: update 4.12.0 -> 4.13.0
      xfdesktop: update 4.12.3 -> 4.12.4
      tumbler: ensure thumbnails work properly
      tumbler: update 0.1.31 to 0.2.0
      xfce4-notifyd: update 0.3.6 -> 0.4.0
      xfce4-notifyd: avoid trouble starting daemon for images with multiple desktops

 meta-gnome/recipes-extended/gparted/{gparted_0.28.1.bb => gparted_0.30.0.bb}                                      |   4 +-
 meta-oe/recipes-graphics/gphoto2/{gphoto2-2.5.8 => gphoto2}/0001-configure.ac-remove-AM_PO_SUBDIRS.patch          |   0
 .../recipes-graphics/gphoto2/{gphoto2-2.5.8 => gphoto2}/0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch   |   0
 meta-oe/recipes-graphics/gphoto2/{gphoto2_2.5.8.bb => gphoto2_2.5.14.bb}                                          |   4 +-
 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0001-scripts-remove-bashisms.patch                              | 149 ----------------------------------------------------------
 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0002-correct-jpeg-memsrcdest-support.patch                      |  54 ---------------------
 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/avoid_using_sprintf.patch                                       | 133 ---------------------------------------------------
 meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/0001-configure.ac-remove-AM_PO_SUBDIRS.patch    |   0
 meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/10-camera-libgphoto2-device.fdi                 |   0
 meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/10-camera-libgphoto2.fdi                        |   0
 meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/40-libgphoto2.rules                             |   0
 meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.8.bb => libgphoto2_2.5.14.bb}                                    |   8 ++--
 meta-xfce/recipes-apps/xfce4-notifyd/files/0001-Add-a-configure-option-to-start-daemon-by-autostart-.patch        | 105 +++++++++++++++++++++++++++++++++++++++++
 meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.6.bb                                                       |  23 ---------
 meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb                                                       |  36 ++++++++++++++
 meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.2.4.bb => xfce4-pulseaudio-plugin_0.3.2.bb} |   4 +-
 meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.9.bb => xfce4-weather-plugin_0.8.10.bb}         |   4 +-
 meta-xfce/recipes-panel-plugins/xkb/{xfce4-xkb-plugin_0.8.0.bb => xfce4-xkb-plugin_0.8.1.bb}                      |   4 +-
 meta-xfce/recipes-xfce/tumbler/{tumbler_0.1.31.bb => tumbler_0.2.0.bb}                                            |  10 +++-
 meta-xfce/recipes-xfce/xfce4-appfinder/{xfce4-appfinder_4.12.0.bb => xfce4-appfinder_4.13.0.bb}                   |   6 +--
 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb                                                       |   6 +--
 meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.12.3.bb => xfdesktop_4.12.4.bb}                                     |   4 +-
 22 files changed, 170 insertions(+), 384 deletions(-)
 rename meta-gnome/recipes-extended/gparted/{gparted_0.28.1.bb => gparted_0.30.0.bb} (90%)
 rename meta-oe/recipes-graphics/gphoto2/{gphoto2-2.5.8 => gphoto2}/0001-configure.ac-remove-AM_PO_SUBDIRS.patch (100%)
 rename meta-oe/recipes-graphics/gphoto2/{gphoto2-2.5.8 => gphoto2}/0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch (100%)
 rename meta-oe/recipes-graphics/gphoto2/{gphoto2_2.5.8.bb => gphoto2_2.5.14.bb} (79%)
 delete mode 100644 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0001-scripts-remove-bashisms.patch
 delete mode 100644 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/0002-correct-jpeg-memsrcdest-support.patch
 delete mode 100644 meta-oe/recipes-graphics/gphoto2/libgphoto2-2.5.8/avoid_using_sprintf.patch
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/0001-configure.ac-remove-AM_PO_SUBDIRS.patch (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/10-camera-libgphoto2-device.fdi (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/10-camera-libgphoto2.fdi (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2-2.5.8 => libgphoto2}/40-libgphoto2.rules (100%)
 rename meta-oe/recipes-graphics/gphoto2/{libgphoto2_2.5.8.bb => libgphoto2_2.5.14.bb} (85%)
 create mode 100644 meta-xfce/recipes-apps/xfce4-notifyd/files/0001-Add-a-configure-option-to-start-daemon-by-autostart-.patch
 delete mode 100644 meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.3.6.bb
 create mode 100644 meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.4.0.bb
 rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.2.4.bb => xfce4-pulseaudio-plugin_0.3.2.bb} (73%)
 rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.8.9.bb => xfce4-weather-plugin_0.8.10.bb} (72%)
 rename meta-xfce/recipes-panel-plugins/xkb/{xfce4-xkb-plugin_0.8.0.bb => xfce4-xkb-plugin_0.8.1.bb} (75%)
 rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.1.31.bb => tumbler_0.2.0.bb} (74%)
 rename meta-xfce/recipes-xfce/xfce4-appfinder/{xfce4-appfinder_4.12.0.bb => xfce4-appfinder_4.13.0.bb} (54%)
 rename meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.12.3.bb => xfdesktop_4.12.4.bb} (77%)

-- 
2.9.5




More information about the Openembedded-devel mailing list