[oe-commits] [openembedded-core] branch master-next updated (a8c97ab -> 5c4cf88)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 17:36:26 UTC 2016


rpurdie pushed a change to branch master-next
in repository openembedded-core.

      from  a8c97ab   populate_sdk_ext: Update after uninative changes
       new  ae62784   xcursor-transparent-theme: use a version glob in the selftest bbappend
       new  731637f   eudev: remove redundant udev_run assignment
       new  7fdc9b9   tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32
       new  6fd13ed   net-tools: Add SCTP option support
       new  72384e1   oe-setup-builddir: tidy up local.conf and bblayers.conf commentary
       new  b2f7702   avahi: make dbus optional but default
       new  137b9da   busybox.inc: add tail symlink so busybox can commit suicide cleanly
       new  c4cb616   oeqa/selftest/buildoptions: Test build does not fail without git rev
       new  d9da8ce   license.bbclass: fix host contamination warnings for license files
       new  4e1dc4b   linux-yocto/kernel-meta: ktype refactoring: move DEBUG_KERNEL, EXPERT and EMBEDDED
       new  c555406   systemd: binfmt should be added to SYSTEMD_PACKAGES only if binfmt is enabled
       new  30a1121   Revert "gstreamer1.0-plugins-XXX: move inherit gettext into common .inc file"
       new  3b70a16   xcursor-transparent-theme: upgrade to latest git revision
       new  85e1342   populate_sdk_ext: Make populate_sdk_ext nostamp
       new  ca6bd76   fontconfig: Revert changes made to FcConfigAppFontAddDir() recently
       new  b1032df   ghostscript: 9.16 -> 9.18
       new  607a02f   strace: Backport fixes for compiling with clang
       new  5c4cf88   image-prelink: use STAGING_*_NATIVE variables

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


Summary of changes:
 ...append => xcursor-transparent-theme_%.bbappend} |   0
 meta/classes/image-prelink.bbclass                 |   4 +-
 meta/classes/license.bbclass                       |  10 +
 meta/classes/populate_sdk_ext.bbclass              |   7 +-
 meta/conf/machine/include/tune-corei7.inc          |   2 +-
 meta/lib/oeqa/selftest/buildoptions.py             |  43 +-
 meta/recipes-connectivity/avahi/avahi.inc          |   7 +-
 meta/recipes-core/busybox/busybox.inc              |   1 +
 meta/recipes-core/systemd/systemd_229.bb           |   2 +-
 meta/recipes-core/udev/eudev_3.1.5.bb              |   2 -
 ...01-Move-gcc-compat-macros-to-gcc_compat.h.patch | 176 ++++++
 ...1-scm_rights-fd.test-rewrite-without-fork.patch | 198 +++++++
 .../strace/0001-tests-introduce-libtests.patch     | 306 ++++++++++
 .../0001-tests-scm_rights.c-use-libtests.patch     |  54 ++
 meta/recipes-devtools/strace/strace_4.11.bb        |   4 +
 ...Fix-support-for-building-with-no-jbig2-de.patch |  81 +++
 ...part-2-fix-support-for-building-with-a-JP.patch |  48 ++
 .../files/do-not-check-local-libpng-source.patch   |  38 ++
 .../{ghostscript_9.16.bb => ghostscript_9.18.bb}   |  11 +-
 .../net-tools/net-tools/net-tools-1.60-sctp1.patch | 638 +++++++++++++++++++++
 .../net-tools/net-tools-1.60-sctp2-quiet.patch     |  28 +
 .../net-tools/net-tools-1.60-sctp3-addrs.patch     | 363 ++++++++++++
 .../net-tools/net-tools_1.60-26.bb                 |   5 +-
 ...ges-made-to-FcConfigAppFontAddDir-recentl.patch | 132 +++++
 .../fontconfig/fontconfig_2.11.94.bb               |   1 +
 .../fix_watch_cursor.patch                         |  17 -
 .../use-relative-symlinks.patch                    |  25 -
 ...e_0.1.1.bb => xcursor-transparent-theme_git.bb} |  14 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |   2 +-
 .../gstreamer/gstreamer1.0-plugins-bad.inc         |   2 +-
 .../gstreamer/gstreamer1.0-plugins-base.inc        |   2 +
 .../gstreamer/gstreamer1.0-plugins-good.inc        |   2 +
 .../gstreamer/gstreamer1.0-plugins-ugly.inc        |   2 +
 .../gstreamer/gstreamer1.0-plugins.inc             |   2 +-
 scripts/oe-setup-builddir                          |  15 +-
 37 files changed, 2169 insertions(+), 79 deletions(-)
 rename meta-selftest/recipes-test/xcursor-transparent-theme/{xcursor-transparent-theme_0.1.1.bbappend => xcursor-transparent-theme_%.bbappend} (100%)
 create mode 100644 meta/recipes-devtools/strace/strace/0001-Move-gcc-compat-macros-to-gcc_compat.h.patch
 create mode 100644 meta/recipes-devtools/strace/strace/0001-scm_rights-fd.test-rewrite-without-fork.patch
 create mode 100644 meta/recipes-devtools/strace/strace/0001-tests-introduce-libtests.patch
 create mode 100644 meta/recipes-devtools/strace/strace/0001-tests-scm_rights.c-use-libtests.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0001-Bug-696497-Fix-support-for-building-with-no-jbig2-de.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/0002-Bug-696497-part-2-fix-support-for-building-with-a-JP.patch
 create mode 100644 meta/recipes-extended/ghostscript/files/do-not-check-local-libpng-source.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_9.16.bb => ghostscript_9.18.bb} (87%)
 create mode 100644 meta/recipes-extended/net-tools/net-tools/net-tools-1.60-sctp1.patch
 create mode 100644 meta/recipes-extended/net-tools/net-tools/net-tools-1.60-sctp2-quiet.patch
 create mode 100644 meta/recipes-extended/net-tools/net-tools/net-tools-1.60-sctp3-addrs.patch
 create mode 100644 meta/recipes-graphics/fontconfig/fontconfig/0001-Revert-changes-made-to-FcConfigAppFontAddDir-recentl.patch
 delete mode 100644 meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/fix_watch_cursor.patch
 delete mode 100644 meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/use-relative-symlinks.patch
 rename meta/recipes-graphics/xcursor-transparent-theme/{xcursor-transparent-theme_0.1.1.bb => xcursor-transparent-theme_git.bb} (51%)

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


More information about the Openembedded-commits mailing list