[oe-commits] [meta-openembedded] branch master updated (d273070 -> 58fc24d)

git at git.openembedded.org git at git.openembedded.org
Thu Oct 4 06:51:50 UTC 2018


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

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

    from d273070  layers: Update layer compatibility to thud
     add f5d271f  mpd: enable aac PACKAGECONFIG only with commercial LICENSE_FLAGS
     add 36983fe  umip: move to meta-networking
     add 07ff007  nano: Depend only on ncurses-terminfo-base
     add ab43d22  tsocks: Link with libc_nonshared.a
     add 7e26730  android-tools: depends on openssl10 only for target builds
     add 934a034  android-tools: import 2 changes from meta-webos-ports
     add ff55498  android-tools: use patchdir parameter to apply patches
     add 7ea8156  android-tools: refresh patches with devtool
     add 58fc24d  yasm: Use 1.3.0 release

No new revisions were added by this update.

Summary of changes:
 .../recipes-multimedia/musicpd/mpd_0.20.21.bb      |  3 +-
 .../recipes-connectivity}/umip_1.0.bb              |  0
 .../recipes-protocols/tsocks/tsocks_1.8beta5.bb    |  1 +
 .../android-tools/android-tools-adbd.service       |  5 +-
 .../core/0001-adb-remove-selinux-extensions.patch  | 44 ++++++++++++++
 ...-adb-Use-local-sockets-where-appropriate.patch} | 32 +++++++----
 .../core/0003-adb-define-shell-command.patch       | 29 ++++++++++
 ...0004-adb-Fix-build-on-big-endian-systems.patch} | 16 ++++--
 .../0005-adb-add-base64-implementation.patch}      | 27 ++++-----
 .../0006-adb-Musl-fixes.patch}                     | 47 +++++++--------
 ...db-usb_linux.c-fix-build-with-glibc-2.28.patch} |  6 +-
 .../0008-adb-Allow-adbd-to-be-ran-as-root.patch    | 21 +++++++
 ...img-Add-dt-parameter-to-specify-DT-image.patch} | 22 +++----
 ...e-linux-capability.h-on-linux-systems-too.patch | 23 ++++++++
 .../0011-Remove-bionic-specific-calls.patch}       | 67 +++++++++++-----------
 ...t-declaration-of-stlcat-strlcopy-function.patch | 50 ++++++++++++++++
 .../android-tools/define-shell-command.patch       | 23 --------
 ...0001-ext4_utils-remove-selinux-extensions.patch | 39 +++++++++++++
 ...ils-add-o-argument-to-preserve-ownership.patch} | 21 +++----
 .../android-tools/{.gitignore => gitignore}        |  0
 ...cit-declaration-function-strlcat-strlcopy.patch | 42 --------------
 .../0001-Remove-bionic-specific-calls.patch        | 25 ++++++++
 .../android-tools/remove-selinux-android.patch     | 56 ------------------
 .../android-tools/use-capability.patch             | 19 ------
 .../android-tools/android-tools_5.1.1.r37.bb       | 50 ++++++++--------
 meta-oe/recipes-devtools/yasm/yasm_git.bb          | 11 +++-
 meta-oe/recipes-support/nano/nano_3.0.bb           |  2 +-
 27 files changed, 393 insertions(+), 288 deletions(-)
 rename {meta-oe/recipes-connectivity/umip => meta-networking/recipes-connectivity}/umip_1.0.bb (100%)
 create mode 100644 meta-oe/recipes-devtools/android-tools/android-tools/core/0001-adb-remove-selinux-extensions.patch
 rename meta-oe/recipes-devtools/android-tools/android-tools/{use-local-socket.patch => core/0002-adb-Use-local-sockets-where-appropriate.patch} (67%)
 create mode 100644 meta-oe/recipes-devtools/android-tools/android-tools/core/0003-adb-define-shell-command.patch
 rename meta-oe/recipes-devtools/android-tools/android-tools/{fix-big-endian-build.patch => core/0004-adb-Fix-build-on-big-endian-systems.patch} (70%)
 rename meta-oe/recipes-devtools/android-tools/android-tools/{0001-add-base64-implementation.patch => core/0005-adb-add-base64-implementation.patch} (94%)
 rename meta-oe/recipes-devtools/android-tools/android-tools/{0002-adb-Musl-fixes.patch => core/0006-adb-Musl-fixes.patch} (69%)
 rename meta-oe/recipes-devtools/android-tools/android-tools/{0001-usb_linux.c-fix-build-with-glibc-2.28.patch => core/0007-adb-usb_linux.c-fix-build-with-glibc-2.28.patch} (76%)
 create mode 100644 meta-oe/recipes-devtools/android-tools/android-tools/core/0008-adb-Allow-adbd-to-be-ran-as-root.patch
 rename meta-oe/recipes-devtools/android-tools/android-tools/{mkbootimg-Add-dt-parameter-to-specify-DT-image.patch => core/0009-mkbootimg-Add-dt-parameter-to-specify-DT-image.patch} (86%)
 create mode 100644 meta-oe/recipes-devtools/android-tools/android-tools/core/0010-Use-linux-capability.h-on-linux-systems-too.patch
 rename meta-oe/recipes-devtools/android-tools/android-tools/{remove-bionic-android.patch => core/0011-Remove-bionic-specific-calls.patch} (50%)
 create mode 100644 meta-oe/recipes-devtools/android-tools/android-tools/core/0012-Fix-implicit-declaration-of-stlcat-strlcopy-function.patch
 delete mode 100644 meta-oe/recipes-devtools/android-tools/android-tools/define-shell-command.patch
 create mode 100644 meta-oe/recipes-devtools/android-tools/android-tools/extras/0001-ext4_utils-remove-selinux-extensions.patch
 rename meta-oe/recipes-devtools/android-tools/android-tools/{preserve-ownership.patch => extras/0002-ext4_utils-add-o-argument-to-preserve-ownership.patch} (82%)
 rename meta-oe/recipes-devtools/android-tools/android-tools/{.gitignore => gitignore} (100%)
 delete mode 100644 meta-oe/recipes-devtools/android-tools/android-tools/implicit-declaration-function-strlcat-strlcopy.patch
 create mode 100644 meta-oe/recipes-devtools/android-tools/android-tools/libselinux/0001-Remove-bionic-specific-calls.patch
 delete mode 100644 meta-oe/recipes-devtools/android-tools/android-tools/remove-selinux-android.patch
 delete mode 100644 meta-oe/recipes-devtools/android-tools/android-tools/use-capability.patch

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


More information about the Openembedded-commits mailing list