aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
AgeCommit message (Collapse)Author
2018-10-17libeigen: update to 3.3.5Maxime Roussin-Bélanger
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-17udisks2: Upgrade to 2.7.8Mingli Yu
This is a bugfix release for UDisks 2.7. Included fixes: - Fix string format vulnerability - Fix CVE-2018-17336 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16gnulib: Security fix for CVE-2018-17942Changqing Li
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16hwdata:0.315->0.316Hong Liu
1.Upgrade hwdata from 0.315 to 0.316 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-16sharutils: CVE-2018-1000097Sinan Kaya
*CVE Sharutils (unshar command) version 4.15.2 contains a Buffer Overflow vulnerability in Affected component on the file unshar.c at line 75, function looks_like_c_code. Failure to perform checking of the buffer containing input line. that can result in Could lead to code execution. This attack appear to be exploitable via Victim have to run unshar command on a specially crafted file.. Affects = 4.15.2 CVE: CVE-2018-1000097 Ref: https://people.canonical.com/~ubuntu-security/cve/2018/CVE-2018-1000097.html?_ga=2.104716162.363845622.1539703460-954328166.1533363715 Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-15glog: enable building shared library againMartin Jansa
* fix the soversion used by libglog as explained bellow: The preferred default should IMHO be the same as with 0.3.4 version which was shared library, but that's easy to add with small bbappend having: EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" but unfortunately the SONAME in the library changed from: objdump -x usr/lib/libglog.so.0.0.0 | grep SONAME SONAME libglog.so.0 in 0.3.4 to: objdump -x usr/lib/libglog.so.0.3.5 | grep SONAME SONAME libglog.so.0.3.5 Which breaks all our prebuilt binaries which now correctly complain that there isn't libglog.so.0 provider in dependencies: QA Issue: /usr/lib/libfoo.so.1.2.3 contained in package libfoo requires libglog.so.0, but no providers found in RDEPENDS_libfoo Which is quite unfortunate for minor upgrade. Did they really change the ABI (and expect to change it in all future minor upgrades) or is this change just unexpected side-effect of using cmake instead of autotools? It looks the later, because if I build 0.3.5 version with autotools I get: objdump -x usr/lib/libglog.so.0.0.0 | grep SONAME SONAME libglog.so.0 and there is patch for SOVERSION here as well: https://github.com/google/or-tools/blob/master/patches/glog.patch applied in master: https://github.com/google/glog/blob/master/CMakeLists.txt#L493 https://github.com/google/glog/commit/6b6e38a7d53fe01f42ce34384cf4ba4c50e8cb65#diff-af3b638bc2a3e6c650974192a53c7291 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-10gflags: add nativesdk to BBCLASSEXTENDHiram Lew
grpc won't build as nativesdk package since it depends on nativesdk-gflags. Signed-off-by: Hiram Lew <lew@avast.com> Signed-off-by: Jan Kaisrlik <jan.kaisrlik@avast.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-09openldap: Reproducibility: Remove user, hostname, pwd from version stringdouglas.royds
Upstream-Status: Pending Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-08glog: upgrade 0.3.4 -> 0.3.5Vyacheslav Yurkov
Upgraded glog recipe to a new stable version in favor of cmake configuration Old configure.ac patch is removed. Another cmake patch is added. When UNWIND_LIBRARY is used directly as a public dependency then absolute path is stored in cmake config file. This is an issue when glog is used as part of generated SDK, which was built on another machine. When SDK is installed on developer's machine, cmake config contains a full path to non-existent location. The solution is to find libunwind during configure stage and store target name as a dependency, not a full path Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-05ceres-solver: Removed empty packageVyacheslav Yurkov
By default ceres-solver provides a static library and headers. This change removes an empty package and sets an implicit dependency on dev and dbg packages. Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-04poppler: upgrade 0.67.0 -> 0.69.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-01nano: Depend only on ncurses-terminfo-baseAdrian Bunk
nano is a popular choice for a small user-friendly editor on embedded systems. Depending only on ncurses-terminfo-base instead of ncurses-terminfo saves over 3 MB, and is sufficient in practice. The vim recipe already depends only on ncurses-terminfo-base. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-26eventlog: remove recipeMingli Yu
eventlog is not external lib anymore and it has been already integrated to syslog-ng as below commit in syslog-ng repo https://github.com/balabit/syslog-ng.git -------------------------------------- Author: kokan <peter.kokai@balabit.com> Date: Tue Nov 21 22:16:49 2017 +0100 eventlog: now part of the project, not external lib -------------------------------------- Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-24lvm2: Add RDEPEND on lvm2 to lvm2-udevrulesAlex Kiernan
Some of the rules installed as part of lvm2-udevrules need to run dmsetup, so add the dependency on lvm2 in order to ensure these can execute correctly. This fixes cryptsetup hanging when creating volumes. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-24openct: Remove apparently unnecessary pkg_postinst.Patrick Vacek
This prevents an error about "Postinstall scriptlets". Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-24upower: avoid scary messages in journal/syslogAndreas Müller
When inserting/removing USB device not handled by upower (Mouse/Keyboard/USB-Sticks..) upower spams on later kernels: | Sep 17 15:38:46 imx6qdl-variscite-som upowerd[553]: unhandled action 'bind' on /sys/devices/soc0/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.2 | Sep 17 15:38:46 imx6qdl-variscite-som upowerd[553]: unhandled action 'bind' on /sys/devices/soc0/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.2/1-1.2:1.0 | Sep 17 15:38:46 imx6qdl-variscite-som upowerd[553]: unhandled action 'bind' on /sys/devices/soc0/soc/2100000.aips-bus/2184200.usb/ci_hdrc.1/usb1/1-1/1-1.2/1-1.2:1.0/0003:41> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-24libmicrohttpd: add PACKAGECONFIG[https]Max Kellermann
Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-18syslog-ng: split one dpg packageHongxu Jia
Multiple -dbg packages per recipe is not encouraged, and only one is recommended and the code only works properly in some cases for one. Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages requiring. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-18pidgin: split one dpg packageHongxu Jia
Multiple -dbg packages per recipe is not encouraged, and only one is recommended and the code only works properly in some cases for one. Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages requiring. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-17syslog-ng: fix segment fault during startup on arm64Changqing Li
service start failed since segment fault on arch arm64, syslog-ng have a submodule ivykis, from ivykis V0.42, it use pthread_atfork, but for arm64, this symbol is not included by libpthread, so cause segment fault. refer systemd, replace pthread_atfork with __register_atfork to fix this problem. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-14libdevmapper: Install dmsetupAndrew Bresticker
Commit 6aa1dd223a140 ("lvm2/libdevmapper: fix invoking lvcreate failed") moved installation of dmsetup back to lvm2 from libdevmapper, but dmsetup had intentionally been moved to libdevmapper in commit 269d009a81d4 ("lvm2: libdevicemapper package needs udev rules and dmsetup"). Add it back to libdevmapper by explicitly installing it in do_install(), and refresh explicitly-do-not-install-libdm.patch so that we also explicitly do not install dmsetup as part of lvm2. Signed-off-by: Andrew Bresticker <abrestic@waymo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-14fbset-modes: drop allarch inheritMartin Jansa
* setting PACKAGE_ARCH to MACHINE_ARCH together with allarch doesn't work well anymore since: http://git.openembedded.org/openembedded-core/commit/?id=a23c482cab4f874f4a6a6889716123569eb5ece9 * fixes: === Comparing signatures for task do_configure.sigdata between qemux86 and qemuarm === ERROR: fbset-modes different signature for task do_configure.sigdata between qemux86 and qemuarm Task dependencies changed from: ['AR', 'AS', 'B', 'BASEDEPENDS', 'BUILD_AR', 'BUILD_AS', 'BUILD_AS_ARCH', 'BUILD_CC', 'BUILD_CCLD', 'BUILD_CC_ARCH', 'BUILD_CFLAGS', 'BUILD_CPP', 'BUILD_CPPFLAGS', 'BUILD_CXX', 'BUILD_CXXFLAGS', 'BUILD_FC', 'BUILD_LD', 'BUILD_LDFLAGS', 'BUILD_LD_ARCH', 'BUILD_NM', 'BUILD_OPTIMIZATION', 'BUILD_PREFIX', 'BUILD_RANLIB', 'BUILD_STRIP', 'CC', 'CCLD', 'CFLAGS', 'CLEANBROKEN', 'CONFIGURESTAMPFILE', 'CPP', 'CPPFLAGS', 'CXX', 'CXXFLAGS', 'DEPENDS', 'DISABLE_STATIC', 'DISTRO', 'EXTRA_OECONF', 'EXTRA_OEMAKE', 'FC', 'HOST_AS_ARCH', 'HOST_CC_ARCH', 'HOST_LD_ARCH', 'HOST_PREFIX', 'ICECC_AS', 'ICECC_CC', 'ICECC_CXX', 'ICECC_VERSION', 'ICECC_WHICH_AS', 'ICE_PATH', 'LC_ALL', 'LD', 'LDFLAGS', 'LOGFIFO', 'MAKE', 'MLPREFIX', 'NM', 'OBJCOPY', 'OBJDUMP', 'P', 'PACKAGECONFIG', 'PACKAGE_ARCH', 'PERL_HASH_SEED', 'PKG_CONFIG_DIR', 'PKG_CONFIG_DISABLE_UNINSTALLED', 'PKG_CONFIG_LIBDIR', 'PKG_CONFIG_PATH', 'PKG_CONFIG_SYSROOT_DIR', 'PKG_CONFIG_SYSTEM_INCLUDE_PATH', 'PKG_CONFIG_SYSTEM_LIBRARY_PATH', 'PN', 'PSEUDO_DISABLED', 'PV', 'PYTHONHASHSEED', 'QA_LOGFILE', 'QA_SANE', 'RANLIB', 'READELF', 'RECIPE_SYSROOT_NATIVE', 'S', 'SOURCE_DATE_EPOCH', 'STAGING_BASE_LIBDIR_NATIVE', 'STAGING_BINDIR', 'STAGING_DATADIR', 'STAGING_DIR_NATIVE', 'STAGING_INCDIR_NATIVE', 'STAGING_LIBDIR_NATIVE', 'STRINGS', 'STRIP', 'T', 'TARGET_ARCH', 'TARGET_AS_ARCH', 'TARGET_CC_ARCH', 'TARGET_CFLAGS', 'TARGET_CPPFLAGS', 'TARGET_CXXFLAGS', 'TARGET_LDFLAGS', 'TARGET_LD_ARCH', 'TARGET_OS', 'TARGET_PREFIX', 'TARGET_SYS', 'TARGET_VENDOR', 'TOOLCHAIN_OPTIONS', 'TZ', 'UNKNOWN_CONFIGURE_WHITELIST', 'base_bindir', 'base_dep_prepend', 'base_do_configure', 'base_libdir', 'base_libdir_native', 'base_prefix', 'base_sbindir', 'baselib', 'bbfatal_log', 'bbnote', 'bbwarn', 'bindir', 'bindir_cross', 'create_path', 'datadir', 'die', 'do_configure[umask]', 'do_qa_configure', 'docdir', 'exec_prefix', 'get_cross_kernel_cc', 'get_icecc', 'icecc_dep_prepend', 'icecc_dir', 'icecc_get_and_check_tool', 'icecc_get_external_tool', 'icecc_get_path_tool', 'icecc_get_tool', 'icecc_get_tool_link', 'icecc_is_allarch', 'icecc_is_cross_canadian', 'icecc_is_kernel', 'icecc_is_native', 'icecc_path', 'icecc_version', 'includedir', 'includedir_native', 'infodir', 'libdir', 'libdir_native', 'libexecdir', 'localstatedir', 'mandir', 'nonarch_base_libdir', 'nonarch_libdir', 'oe_runmake', 'oe_runmake_call', 'oldincludedir', 'package_qa_handle_error', 'package_qa_write_error', 'prefix', 'prefix_native', 'root_prefix', 'sbindir', 'servicedir', 'set_icecc_env', 'sharedstatedir', 'sysconfdir', 'systemd_system_unitdir', 'systemd_unitdir', 'systemd_user_unitdir', 'use_icecc'] to: ['ABIEXTENSION', 'AR', 'ARMPKGARCH', 'ARMPKGARCH_tune-armv5te', 'ARMPKGSFX_DSP', 'ARMPKGSFX_EABI', 'ARMPKGSFX_ENDIAN', 'ARMPKGSFX_FPU', 'ARMPKGSFX_THUMB', 'ARM_INSTRUCTION_SET', 'ARM_M_OPT', 'ARM_THUMB_OPT', 'ARM_THUMB_SUFFIX', 'AS', 'ASNEEDED', 'B', 'BASEDEPENDS', 'BASE_DEFAULT_DEPS', 'BUILD_AR', 'BUILD_AS', 'BUILD_AS_ARCH', 'BUILD_CC', 'BUILD_CCLD', 'BUILD_CC_ARCH', 'BUILD_CFLAGS', 'BUILD_CPP', 'BUILD_CPPFLAGS', 'BUILD_CXX', 'BUILD_CXXFLAGS', 'BUILD_FC', 'BUILD_LD', 'BUILD_LDFLAGS', 'BUILD_LD_ARCH', 'BUILD_NM', 'BUILD_OPTIMIZATION', 'BUILD_PREFIX', 'BUILD_RANLIB', 'BUILD_STRIP', 'CC', 'CCLD', 'CFLAGS', 'CLEANBROKEN', 'CONFIGURESTAMPFILE', 'CPP', 'CPPFLAGS', 'CXX', 'CXXFLAGS', 'DEBUG_BUILD', 'DEBUG_FLAGS', 'DEBUG_OPTIMIZATION', 'DEBUG_PREFIX_MAP', 'DEFAULTTUNE', 'DEPENDS', 'DISABLE_STATIC', 'DISTRO', 'EXTENDPE', 'EXTRA_OECONF', 'EXTRA_OEMAKE', 'FC', 'FULL_OPTIMIZATION', 'GCCPIE', 'HOST_AS_ARCH', 'HOST_CC_ARCH', 'HOST_LD_ARCH', 'HOST_PREFIX', 'ICECC_AS', 'ICECC_CC', 'ICECC_CXX', 'ICECC_VERSION', 'ICECC_WHICH_AS', 'ICE_PATH', 'LC_ALL', 'LD', 'LDFLAGS', 'LIBCEXTENSION', 'LINKER_HASH_STYLE', 'LOGFIFO', 'MACHINE', 'MACHINE_ARCH', 'MAKE', 'MLPREFIX', 'NM', 'OBJCOPY', 'OBJDUMP', 'P', 'PACKAGECONFIG', 'PACKAGE_ARCH', 'PE', 'PERL_HASH_SEED', 'PKG_CONFIG_DIR', 'PKG_CONFIG_DISABLE_UNINSTALLED', 'PKG_CONFIG_LIBDIR', 'PKG_CONFIG_PATH', 'PKG_CONFIG_SYSROOT_DIR', 'PKG_CONFIG_SYSTEM_INCLUDE_PATH', 'PKG_CONFIG_SYSTEM_LIBRARY_PATH', 'PN', 'PR', 'PREFERRED_ARM_INSTRUCTION_SET', 'PSEUDO_DISABLED', 'PV', 'PYTHONHASHSEED', 'QA_LOGFILE', 'QA_SANE', 'RANLIB', 'READELF', 'RECIPE_SYSROOT_NATIVE', 'S', 'SECURITY_CFLAGS', 'SECURITY_LDFLAGS', 'SECURITY_PIE_CFLAGS', 'SECURITY_STACK_PROTECTOR', 'SECURITY_STRINGFORMAT', 'SELECTED_OPTIMIZATION', 'SOURCE_DATE_EPOCH', 'STAGING_BASE_LIBDIR_NATIVE', 'STAGING_BINDIR', 'STAGING_DATADIR', 'STAGING_DIR_NATIVE', 'STAGING_INCDIR_NATIVE', 'STAGING_LIBDIR_NATIVE', 'STRINGS', 'STRIP', 'T', 'TARGET_ARCH', 'TARGET_AS_ARCH', 'TARGET_CC_ARCH', 'TARGET_CFLAGS', 'TARGET_CPPFLAGS', 'TARGET_CXXFLAGS', 'TARGET_LDFLAGS', 'TARGET_LD_ARCH', 'TARGET_LINK_HASH_STYLE', 'TARGET_OS', 'TARGET_PREFIX', 'TARGET_SYS', 'TARGET_VENDOR', 'TOOLCHAIN_OPTIONS', 'TUNE_ARCH', 'TUNE_ASARGS', 'TUNE_CCARGS', 'TUNE_CCARGS_MFLOAT', 'TUNE_CCARGS_MFPU', 'TUNE_FEATURES', 'TUNE_FEATURES_tune-armv5', 'TUNE_FEATURES_tune-armv5t', 'TUNE_FEATURES_tune-armv5te', 'TUNE_LDARGS', 'TUNE_PKGARCH', 'TZ', 'UNKNOWN_CONFIGURE_WHITELIST', 'base_bindir', 'base_dep_prepend', 'base_do_configure', 'base_libdir', 'base_libdir_native', 'base_prefix', 'base_sbindir', 'baselib', 'bbfatal_log', 'bbnote', 'bbwarn', 'bindir', 'bindir_cross', 'create_path', 'datadir', 'die', 'do_configure[umask]', 'do_qa_configure', 'docdir', 'exec_prefix', 'get_cross_kernel_cc', 'get_icecc', 'icecc_dep_prepend', 'icecc_dir', 'icecc_get_and_check_tool', 'icecc_get_external_tool', 'icecc_get_path_tool', 'icecc_get_tool', 'icecc_get_tool_link', 'icecc_is_allarch', 'icecc_is_cross_canadian', 'icecc_is_kernel', 'icecc_is_native', 'icecc_path', 'icecc_version', 'includedir', 'includedir_native', 'infodir', 'lcl_maybe_fortify', 'libdir', 'libdir_native', 'libexecdir', 'localstatedir', 'mandir', 'nonarch_base_libdir', 'nonarch_libdir', 'oe_runmake', 'oe_runmake_call', 'oldincludedir', 'package_qa_handle_error', 'package_qa_write_error', 'prefix', 'prefix_native', 'root_prefix', 'sbindir', 'servicedir', 'set_icecc_env', 'sharedstatedir', 'sysconfdir', 'systemd_system_unitdir', 'systemd_unitdir', 'systemd_user_unitdir', 'use_icecc'] basehash changed from ac2e156620321beef53eb90cea8574bc to 5ab527b38214c867bd9574174151c0bf List of dependencies for variable TARGET_OS changed from 'set()' to '{'ABIEXTENSION', 'LIBCEXTENSION'}' List of dependencies for variable TARGET_LD_ARCH changed from 'set()' to '{'TUNE_LDARGS'}' List of dependencies for variable TARGET_LDFLAGS changed from 'set()' to '{'SECURITY_LDFLAGS', 'ASNEEDED', 'TARGET_LINK_HASH_STYLE'}' List of dependencies for variable BASEDEPENDS changed from '{'base_dep_prepend'}' to '{'BASE_DEFAULT_DEPS', 'base_dep_prepend'}' changed items: {'BASE_DEFAULT_DEPS'} List of dependencies for variable TARGET_PREFIX changed from 'set()' to '{'TARGET_SYS'}' List of dependencies for variable TARGET_AS_ARCH changed from 'set()' to '{'TUNE_ASARGS'}' List of dependencies for variable PACKAGE_ARCH changed from 'set()' to '{'MACHINE_ARCH'}' List of dependencies for variable TARGET_CXXFLAGS changed from 'set()' to '{'TARGET_CFLAGS'}' List of dependencies for variable TARGET_ARCH changed from 'set()' to '{'TUNE_ARCH'}' List of dependencies for variable TARGET_CC_ARCH changed from 'set()' to '{'SECURITY_CFLAGS', 'TUNE_CCARGS'}' List of dependencies for variable LDFLAGS changed from 'set()' to '{'TARGET_LDFLAGS'}' List of dependencies for variable TARGET_CFLAGS changed from 'set()' to '{'SELECTED_OPTIMIZATION', 'TARGET_CPPFLAGS'}' Dependency on variable PR was added Dependency on variable PE was added Dependency on variable ARM_THUMB_OPT was added Dependency on variable BASE_DEFAULT_DEPS was added Dependency on variable DEFAULTTUNE was added Dependency on variable EXTENDPE was added Dependency on variable ARMPKGARCH was added Dependency on variable MACHINE_ARCH was added Dependency on variable TUNE_FEATURES_tune-armv5 was added Dependency on variable TUNE_FEATURES was added Dependency on variable TARGET_LINK_HASH_STYLE was added Dependency on variable lcl_maybe_fortify was added Dependency on variable DEBUG_OPTIMIZATION was added Dependency on variable SECURITY_PIE_CFLAGS was added Dependency on variable SELECTED_OPTIMIZATION was added Dependency on variable TUNE_CCARGS_MFLOAT was added Dependency on variable SECURITY_CFLAGS was added Dependency on variable FULL_OPTIMIZATION was added Dependency on variable SECURITY_STRINGFORMAT was added Dependency on variable ASNEEDED was added Dependency on variable ARMPKGSFX_FPU was added Dependency on variable GCCPIE was added Dependency on variable PREFERRED_ARM_INSTRUCTION_SET was added Dependency on variable TUNE_FEATURES_tune-armv5te was added Dependency on variable SECURITY_LDFLAGS was added Dependency on variable TUNE_CCARGS_MFPU was added Dependency on variable TUNE_ARCH was added Dependency on variable ABIEXTENSION was added Dependency on variable LINKER_HASH_STYLE was added Dependency on variable ARM_M_OPT was added Dependency on variable ARM_INSTRUCTION_SET was added Dependency on variable DEBUG_BUILD was added Dependency on variable DEBUG_PREFIX_MAP was added Dependency on variable TUNE_PKGARCH was added Dependency on variable TUNE_FEATURES_tune-armv5t was added Dependency on variable ARM_THUMB_SUFFIX was added Dependency on variable SECURITY_STACK_PROTECTOR was added Dependency on variable LIBCEXTENSION was added Dependency on variable TUNE_CCARGS was added Dependency on variable ARMPKGSFX_DSP was added Dependency on variable ARMPKGARCH_tune-armv5te was added Dependency on variable ARMPKGSFX_ENDIAN was added Dependency on variable MACHINE was added Dependency on variable TUNE_LDARGS was added Dependency on variable TUNE_ASARGS was added Dependency on variable ARMPKGSFX_EABI was added Dependency on variable ARMPKGSFX_THUMB was added Dependency on variable DEBUG_FLAGS was added Variable TARGET_OS value changed from 'linux' to 'linux${LIBCEXTENSION}${ABIEXTENSION}' Variable TARGET_LD_ARCH value changed from 'none' to '${TUNE_LDARGS}' Variable TARGET_LDFLAGS value changed: "[-none-] {+-Wl,-O1 ${TARGET_LINK_HASH_STYLE} ${ASNEEDED} ${SECURITY_LDFLAGS}+}" Variable TARGET_AS_ARCH value changed from 'none' to '${TUNE_ASARGS}' Variable TARGET_PREFIX value changed from '' to '${TARGET_SYS}-' Variable PACKAGE_ARCH value changed from 'all' to '${MACHINE_ARCH}' Variable TARGET_CXXFLAGS value changed from 'none' to '${TARGET_CFLAGS}' Variable TARGET_ARCH value changed from 'allarch' to '${TUNE_ARCH}' Variable TARGET_CPPFLAGS value changed from 'none' to '' Variable TARGET_CC_ARCH value changed: "[-none-] {+${TUNE_CCARGS} ${SECURITY_CFLAGS}+}" Variable LDFLAGS value changed from '' to '${TARGET_LDFLAGS}' Variable TARGET_CFLAGS value changed: "[-none-] {+${TARGET_CPPFLAGS} ${SELECTED_OPTIMIZATION}+}" runtaskdeps changed: fbset/fbset-modes.bb.do_patch with hash 9332ef5e19ea111b5da7669ddc8c0637 changed to fbset/fbset-modes.bb.do_patch with hash 9a59ced6a021e0bbaa28f25f7617f9e7 fbset/fbset-modes.bb.do_prepare_recipe_sysroot with hash 2c39514f57b3f732b820bcbb703142aa changed to fbset/fbset-modes.bb.do_prepare_recipe_sysroot with hash 7d5ab8f06ede5d28de82a4a2b1072c6a Hash for dependent task fbset/fbset-modes.bb.do_patch changed from 9332ef5e19ea111b5da7669ddc8c0637 to 9a59ced6a021e0bbaa28f25f7617f9e7 Hash for dependent task fbset/fbset-modes.bb.do_prepare_recipe_sysroot changed from 2c39514f57b3f732b820bcbb703142aa to 7d5ab8f06ede5d28de82a4a2b1072c6a Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-12gd: Fix CVE-2018-1000222Mingli Yu
check return value in gdImageBmpPtr Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-11opencv: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-11start-stop-daemon: Recognise musleabi triplet in dpkgKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-10xmlstarlet: Disable PARALLEL_MAKE (again)Richard Purdie
* MJ: this was applied for 1.5.0 version in: https://patchwork.openembedded.org/patch/116023/ then removed with the upgrade to 1.6.1 in: https://patchwork.openembedded.org/patch/141059/ but as reported before this issue is still reproducible with 1.6.1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-10cpprest: bump version to 2.10.6, drop clang 747 patch: upstreamGianfranco Costamagna
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-09opencv: Fix build on big-endian systemsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-09nano: upgrade to 3.0Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-09opencv: Update to 3.4.3Khem Raj
* Drop backported patches * Update versions of external submodules Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08opensc: Upgrade to 0.18.0Khem Raj
* Fixes build with OpenSSL 1.1.x * Fix build with gcc8 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08vboxguestdrivers: Update to 5.2.18Khem Raj
* Fix build with 4.18 kernel Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08synergy: Upgrade to 1.10.1-releaseKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08poco: Fix cross compilationKhem Raj
Backport a pull request to fix build error seen during cross compiling Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08links,links-x11: Upgrade to 2.16Khem Raj
* Fixes build with OpenSSL 1.1.x License-Update: Corrected formatting Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08liboauth: Fix build with openSSL 1.1.xKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08asio: Upgrade to 1.12.1Khem Raj
* Fixes build with openSSL 1.1.x * Merge .inc into .bb its a single recipe using it License-Update: Change Copyright years Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-05vim/vim-tiny: upgrade 8.1.0172 -> 8.1.0347Randy MacLeod
The license file changed because the vim format tag on the last line of the file changed. Specify the the license end line to avoid this problem. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-05hwdata: 0.312 -> 0.315Randy MacLeod
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-05gradm: do not use 'exit 1' to postpone to first bootHongxu Jia
Since `229f4e9 package.bbclass: add support for pkg_postinst_ontarget()' applied in oe-core, use pkg_postinst_ontarget to run postinst at first boot. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-05libgit2: Upgrade to 0.27.4Khem Raj
License Update: Added SHA1 module which is under MIT license Upgrade will fix build with openSSL 1.1+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-05libp11: Fix build with openssl 1.1+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-04lvm2: fix install file conflict with multilibKai Kang
When enable multilib and both lvm2 and multilib lvm2 such as lib32-lvm2 are installed to image, it causes install file conflict. | file /etc/lvm/lvm.conf conflicts between attempted installs of | lib32-lvm2-2.02.180-r0.x86 and lvm2-2.02.180-r0.core2_64 Inherit multilib_script to fix it. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-29spitools: 0.8.1 -> 0.8.3texierp
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-29mcelog: Upgrade to 160Mingli Yu
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-28open-vm-tools: Upgrade to 10.3.0Khem Raj
License-update: Copyright year and formatting changes Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24espeak: Add -fPIC to CFLAGS needed on some arches with security flags onKhem Raj
Update the narrowing fix patches from Fedora Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24espeak: Fix cp command to preserve modeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-24eventlog: update SRC_URI to fetch from gitAndre McCurdy
The tar file releases don't seem to be available any more so switch to building from the github git repo instead. Take the current master branch, which is based on the 0.2.13 release but with three minor updates / fixes, so include them too: a5c1916 evttags: improve handling of NULL arguments to evt_tag_str b34e3d2 configure.in: fixed a compilation problem on Windows 649eabd evtstr: readd the escaping of the CR and LF characters Also drop unnecessary "inherit pkgconfig". Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-21dos2unix: Remove after move to coreKhem Raj
Its in OE-Core now Signed-off-by: Khem Raj <raj.khem@gmail.com>