[oe-commits] [meta-openembedded] branch master-next updated (bbe4083 -> 1809f5b)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 3 18:08:39 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a change to branch master-next
in repository meta-openembedded.

    from bbe4083  luajit: Disable for mips64 hosts
     new 6010080  garcon: upgrade 0.6.1 -> 0.6.2
     new f782801  thunar-volman: upgrade 0.9.0 -> 0.9.1
     new a760849  xfce4-panel: upgrade 4.13.3 -> 4.13.4
     new 35497f1  xfce4-taskmanager: upgrade 1.2.1 -> 1.2.2
     new 244a50d  xfce4-appfinder: upgrade 4.13.1 -> 4.13.2
     new c43d631  xfce4-systemload-plugin: upgrade 1.2.1 -> 1.2.2
     new c419c33  xfce4-mpc-plugin: upgrade 0.5.0 -> 0.5.1
     new dbe1a3c  start-stop-daemon: Upgrade to 1.18.25
     new 825d9a0  mpv: Disable lua on mips/aarch64
     new 1809f5b  sysdig: Upgrade to 0.24.1

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...ith-musl-backtrace-APIs-are-glibc-specifi.patch | 37 +++++----
 .../0001-libsinsp-Port-to-build-with-lua-5.2.patch | 25 +++----
 meta-oe/recipes-extended/sysdig/sysdig_git.bb      | 34 ++++-----
 meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb   |  5 +-
 .../0001-Add-linux-musleabi-to-ostable.patch       | 39 ----------
 .../0001-dpkg-Support-muslx32-build.patch          | 41 ++++++++++
 ...nux-wrs-kernel-version-which-has-characte.patch | 38 ++++++++++
 ...tinsts-expect-D-to-be-set-when-running-in.patch | 75 +++++++++++++++++++
 ...-function-doesn-t-work-properly-for-all-s.patch | 31 ++++++++
 .../0005-dpkg-compiler.m4-remove-Wvla.patch        | 36 +++++++++
 ...0006-add-musleabi-to-known-target-tripets.patch | 42 +++++++++++
 ...uild.c-Remove-usage-of-clamp-mtime-in-tar.patch | 39 ++++++++++
 .../add_armeb_triplet_entry.patch                  | 48 ++++++++++++
 .../start-stop-daemon/arch_pm.patch                | 29 ++++++++
 .../start-stop-daemon/noman.patch                  | 22 ++++++
 .../remove-tar-no-timestamp.patch                  | 17 +++++
 .../start-stop-daemon/start-stop-daemon_1.17.25.bb | 39 ----------
 .../start-stop-daemon/start-stop-daemon_1.18.25.bb | 87 ++++++++++++++++++++++
 .../xfce4-taskmanager/xfce4-taskmanager_1.2.1.bb   | 10 ---
 .../xfce4-taskmanager/xfce4-taskmanager_1.2.2.bb   | 10 +++
 ...c-plugin_0.5.0.bb => xfce4-mpc-plugin_0.5.1.bb} |  4 +-
 ...n_1.2.1.bb => xfce4-systemload-plugin_1.2.2.bb} |  4 +-
 .../garcon/{garcon_0.6.1.bb => garcon_0.6.2.bb}    |  4 +-
 ...unar-volman_0.9.0.bb => thunar-volman_0.9.1.bb} |  4 +-
 ...pfinder_4.13.1.bb => xfce4-appfinder_4.13.2.bb} |  6 +-
 ...xfce4-panel_4.13.3.bb => xfce4-panel_4.13.4.bb} |  4 +-
 26 files changed, 577 insertions(+), 153 deletions(-)
 delete mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0001-Add-linux-musleabi-to-ostable.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0001-dpkg-Support-muslx32-build.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0005-dpkg-compiler.m4-remove-Wvla.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0006-add-musleabi-to-known-target-tripets.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/add_armeb_triplet_entry.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/arch_pm.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/noman.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/remove-tar-no-timestamp.patch
 delete mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.17.25.bb
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.18.25.bb
 delete mode 100644 meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.2.1.bb
 create mode 100644 meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.2.2.bb
 rename meta-xfce/recipes-multimedia/xfce4-mpc-plugin/{xfce4-mpc-plugin_0.5.0.bb => xfce4-mpc-plugin_0.5.1.bb} (76%)
 rename meta-xfce/recipes-panel-plugins/systemload/{xfce4-systemload-plugin_1.2.1.bb => xfce4-systemload-plugin_1.2.2.bb} (70%)
 rename meta-xfce/recipes-xfce/garcon/{garcon_0.6.1.bb => garcon_0.6.2.bb} (76%)
 rename meta-xfce/recipes-xfce/thunar-volman/{thunar-volman_0.9.0.bb => thunar-volman_0.9.1.bb} (76%)
 rename meta-xfce/recipes-xfce/xfce4-appfinder/{xfce4-appfinder_4.13.1.bb => xfce4-appfinder_4.13.2.bb} (62%)
 rename meta-xfce/recipes-xfce/xfce4-panel/{xfce4-panel_4.13.3.bb => xfce4-panel_4.13.4.bb} (90%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list