aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
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-16mpv: Remove lua from packageconfig for aarch64Khem Raj
luajit is not buildable on aarch64 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-14thrift: Refresh patchesKhem Raj
Make devtool happy patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-14kernel-selftest: Fix build on muslKhem Raj
* (Depends upon a linux-libc-headers patch proposed to oe-core) * Delete unused patch * Mark Clang 6.0 as minimum required version * Do not hardcode python3 interpreter path Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Hongzhi.Song <hongzhi.song@windriver.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
2018-09-12pmdk: Initial commit of the PMDK SDKAlistair Francis
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-12snappy: modify cmake variable to generate shared libraryHongzhi.Song
FILES_${PN}-xxx under packages-split/ depend on FILES_${PN}. But the FILES_${PN} is empty. This is because snappy doesn't generate shared library by default. So we should modify cmake variable to generate shared library. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.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-11lcdproc: Update to master tipKhem Raj
* Do not build on musl/arm since it does not build due to musl not implementing ioperm() function on ARM Drop 0001-include-asm-ioctl.h-explicitly.patch its fixed differently upstream already 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-11minidlna: restore & fix recipeBaptiste DURAND
Restore minidlna recipe and bump it to v1.2.1 Move it to meta-multimedia Signed-off-by: Baptiste Durand <baptiste.durand@gmail.com> 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-10libpwquality: clean up python3-libpwqualityHongxu Jia
Since `8d3d529 libpwquality: Inherit distutils3-base' applied, sub package python3-libpwquality was merged into package libpwquality. So clean up obsolete python3-libpwquality definition. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 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-09sanlock: add version 3.6.0Hongxu Jia
A shared storage lock manager. - Fix compile failure with musl - Fix installed-vs-shipped QA issue - Fix ldflags QA issue Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-09libkcapi: Disable Wsign-compare warning with clang/muslKhem Raj
clang 7.0 is grumpy and complains about cmsg structures and macros from sys/socket.h kcapi-kernel-if.c:25:11: error: comparison of integers of different signs: 'unsigned long' and 'long' [-Werror,-Wsign-compare] header = CMSG_NXTHDR(&msg, header); Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-09breakpad: Pass correct type name to sizeof()Khem Raj
memset is clearing memory area address starting at contect.context but it needs the correct size of type 'ucontext_t', currently its getting size of 'ucontext_t*' Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andre McCurdy <armccurdy@gmail.com>
2018-09-09wvstreams: Add openssl 1.1.x supportKhem Raj
* Backport a pull request to support OpenSSL 1.1.x 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-09libqmi: Upgrade to 1.20.2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-09uftrace: Upgrade to 0.8.3Khem Raj
* Deliberately provide a non existing path to with_elfutils so it does not copy libelf.so into its staged install and become a provider for that library while elfutils should be the legit provider and this package should just list it in its rdeps * Fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-09umip: Fetch from git.umip.orgKhem Raj
* Adjust patches * Depend on openssl10 * remove spurious dep on rpm Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08md5deep: Upgrade to latest masterKhem Raj
* Add clang fix 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-08rtorrent: Upgrade to 0.9.7 release pointKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08libfribidi: delete recipeOleksandr Kravchuk
Deleted recipe as it is already part of poky. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> 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-08ipmitool: Fix build with OpenSSL 1.1.xKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08android-tools: Depend on openssl10Khem Raj
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-08libyui,libyui-ncurse: Update to latest on gitKhem Raj
* Add fixes for building with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08pam-ssh-agent-auth: Depend on openssl10Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08boinc: Upgrade to 7.12Khem Raj
* Fixes build wth OpenSSL 1.1.x * Drop cross compile patch, not needed anymore * Package systemd support * Drop no-pie flags, works ok with PIE now * autotools-brokensep is no longer needed 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-08pkcs11-helper: Upgrade to 1.25.1Khem Raj
* Fixes build with OpenSSL 1.1.x License-Update: * update year to 2018 * remove 'All rights reserved' 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-08libimobiledevice: Upgrade to latestKhem Raj
Needs several packages to be updates Fixes build with openSSL 1.1.x License-Update: Drop LGPL-2.1, its moved out to separate package Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08libusbmuxd: Add recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08uw-imap: Fix build with openSSL 1.1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08openwsman: Upgrade to 2.6.5Khem Raj
* Backport patches to fix build with OpenSSL 1.1.x Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08libtorrent: Upgrade to latest 0.13.7+masterKhem Raj
* Fixes build with OpenSSL 1.1.x * Adjust patches to rebase on top of current master 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-08sip: Update from 4.19.8 to 4.19.12.Philip Balister
* This builds the private sip module for building PyQt5. In the future we should split into a -tools and -modules. But lets fix building for now Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-09-08blueman: rdepend on packagegroup-tools-bluetooth instead of bluez5-obexAndreas Müller
Have a better out-of-the-box experience Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> 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>