summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adcli: update to 0.9.0Oleksandr Kravchuk2021-02-061-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plymouth: update to 0.9.5Oleksandr Kravchuk2021-02-061-3/+2
| | | | | | | | | | | | | | | | Changelog: - Add new firmware-upgrade mode - Deprecate some cruft, expunge some old code - Add keyboard layout indicator - Add translations - Improve boot.log output - Darmatically rework DRM renderer - Add support for EFI vendor provided logos - Theme updates - Misc fixes Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Fix build with autoconf-2.70+Khem Raj2021-02-062-1/+61
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* glm: Upgrade to 0.9.9.8Khem Raj2021-02-063-161/+53
| | | | | | | | | | License-Update: Update copyright years [1] Drop patch which is already applied in this release [1] https://github.com/g-truc/glm/commit/a2e2e97a7aa000b41288e795000bf0a6cd365133#diff-93d82d0c89b85c60d37ef8cb3828604e99efd8c53e20003a3214e8bbc715a638 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kexecboot: Fix build with clangKhem Raj2021-02-062-2/+35
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrea Adami <andrea.adami@gmail.com>
* ubi-utils-klibc: Fix build with clangKhem Raj2021-02-062-0/+33
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrea Adami <andrea.adami@gmail.com>
* geany: Fix build with autotools 2.70+Khem Raj2021-02-052-6/+25
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmypaint: Fix build with autotools 2.70+Khem Raj2021-02-052-1/+35
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* libstatgrab: Fix build with autoconf 2.70+Khem Raj2021-02-052-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: bypass autoconf version checkYi Fan Yu2021-02-052-0/+33
| | | | | | | allowing autoconf to be upgraded 2.69->2.71. Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard-module: remove PKG assignmentMartin Jansa2021-02-051-7/+0
| | | | | | | | | | | * it's not clear why it was added in first place and it's causing issues since: "package: get_package_mapping: avoid dependency mapping if renamed package provides original name" commit in oe-core as discussed in: https://lists.openembedded.org/g/openembedded-core/message/143672 https://github.com/openembedded/meta-openembedded/issues/285 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice: make conpatible to autoconf-2.70Hongxu Jia2021-02-052-0/+49
| | | | | | | | | | | In order to build with autoconf 2.7, explicitly link to jpeg lib since lib jpeg is already in DEPENDS ... | checking for jpeglib.h... ../git/configure: line 16008: CPP: command not found ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netsnmp: remove --with-openssl=PATH configure optionMingli Yu2021-02-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The openssl already added in DEPENDS and the openssl related library will be in recipe-sysroot. So it's meanlingless to add the configure option "--with-openssl=${STAGING_EXECPREFIXDIR}" as the below help message. $ cd /prj/net-snmp-5.9/ $ ./configure --help [snip] --with-openssl=PATH Look for openssl in PATH/lib, or PATH may be "internal" to build with minimal copied OpenSSL code for USM only [snip] And there is also a side effect after add the above openssl configuration as the build path is added for NSC_LDFLAGS in /usr/bin/net-snmp-config. NSC_LDFLAGS="-L/prj/tmp/work/corei7-64-wrs-linux/net-snmp/5.9-r0/recipe-sysroot/usr/lib64 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now" To improve reproducibility for netsnmp as below. $ sed -i -e 's@${STAGING_DIR_HOST}@@g' -i ${D}${bindir}/net-snmp-config The NSC_LDFLAGS in net-snmp-config will be changed to below: NSC_LDFLAGS="-L/usr/lib64 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-z,relro,-z,now" But it will result in other packages which depend on net-snmp such as corosync, quagga and etc uses the build host library and introduce below do_configure error. ERROR: QA Issue: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. [configure-unsafe] So remove the useless configuration to fix the issue. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geany,geany-plugins: Upgrade to 1.37.xKhem Raj2021-02-053-60/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: Upgrade 2.4.137.1 -> 2.4.137.3Leon Anavi2021-02-051-1/+1
| | | | | | | | | | | | Upgrade to release 2.4.137.3: - Bump objects - Fix and improve optional dependencies - Make brotli optional Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: Upgrade 3.11.2 -> 3.11.3Leon Anavi2021-02-051-1/+1
| | | | | | | | | | Upgrade to release 3.11.3: - Fix benchmark when using Python 3 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: Upgrade 1.5.3 -> 1.5.4Leon Anavi2021-02-051-1/+1
| | | | | | | | | | | | | | Upgrade to release 1.5.4: - Fixed bug in versioning model where a downgrade across a revision with a dependency on another branch, yet an ancestor is also dependent on that branch, would produce an erroneous state in the alembic_version table, making upgrades impossible without manually repairing the table. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: Upgrade 4.51.0 -> 4.56.0Leon Anavi2021-02-051-2/+3
| | | | | | | | | | | | | | | Upgrade to release 4.56.0: - add tqdm.tk - add tqdm.rich - minor formatting improvements for tqdm.gui - fix display() inheritance/override - add tests - add documentation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-graphviz: Upgrade 0.14.2 -> 0.16Leon Anavi2021-02-051-2/+1
| | | | | | | | | | | | | | | | | Upgrade to release 0.16: - Add ``.unflatten()`` method to ``Graph``, ``Digraph``, and ``Source``. Add standalone ``unflatten()``. - Make ``Source.__str__()`` return the ``.source`` instead of the ``repr()`` (like ``Graph`` and ``Digraph``). - Render with ``dot -K<engine> ...`` instead of ``<engine> ...`` internally. - Add documentation hint to archived upstream version for Windows. - Re-render most documentation graphs with Graphviz 2.44.1. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-html: Upgrade 2.1.1 -> 3.1.1Leon Anavi2021-02-052-24/+18
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.1.1: - Fix issue with reporting of missing CSS files - Stop attaching test reruns to final test report entries - Allow for report duration formatting - Respect --capture=no, --show-capture=no, and -s pytest flags - Make the Results table Links column sortable - Fix issue with missing image or video in extras - Fix attribute name for compatibility with pytest-xdist 2 - Post process HTML generation to allow teardown to appear in the HTML output License-Update: Following recent changes to README.rst, just use LICENSE downloaded from PyPI. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-javaobj-py3: Upgrade 0.4.1 -> 0.4.2Leon Anavi2021-02-051-2/+1
| | | | | | | | | | | | Upgrade to release 0.4.2: - NumPy is now loaded lately, only if the use of numpy arrays is expected. This allows the calling modules to load and configure numpy beforehand. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytz: upgrade 2020.1 -> 2021.1Zang Ruochen2021-02-051-2/+2
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: upgrade 3.3.2 -> 3.3.4Zang Ruochen2021-02-051-3/+3
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-migrate: Upgrade 2.5.3 -> 2.6.0Leon Anavi2021-02-051-2/+1
| | | | | | | | | | | | | | Upgrade to release 2.6.0: - Removed deprecated --head-only option - Initialize logger with a name - Move import to the top in env.py file to avoid linter warnings - Add a note to the documentation regarding logging - Move builds to GitHub actions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: Upgrade 1.3.22 -> 1.3.23Leon Anavi2021-02-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.23: - Fixed bug where making use of the TypeEngine.with_variant() method on a TypeDecorator type would fail to take into account the dialect-specific mappings in use, due to a rule in TypeDecorator that was instead attempting to check for chains of TypeDecorator instances. - For SQLAlchemy 1.3 only, setup.py pins pg8000 to a version lower than 1.16.6. Version 1.16.6 and above is supported by SQLAlchemy 1.4. - Fixed issue where using Table.to_metadata() (called Table.tometadata() in 1.3) in conjunction with a PostgreSQL ExcludeConstraint that made use of ad-hoc column expressions would fail to copy correctly. - Casting to FLOAT is now supported in MySQL >= (8, 0, 17) and MariaDb >= (10, 4, 5). - Fixed bug where MySQL server default reflection would fail for numeric values with a negation symbol present. - Fixed long-lived bug in MySQL dialect where the maximum identifier length of 255 was too long for names of all types of constraints, not just indexes, all of which have a size limit of 64. As metadata naming conventions can create too-long names in this area, apply the limit to the identifier generator within the DDL compiler. - Fixed deprecation warnings that arose as a result of the release of PyMySQL 1.0, including deprecation warnings for the “db” and “passwd” parameters now replaced with “database” and “password”. - Fixed regression from SQLAlchemy 1.3.20 caused by a fix which adds double-parenthesis for MySQL functional expressions in indexes, as is required by the backend, this inadvertently extended to include arbitrary text() expressions as well as Alembic’s internal textual component, which are required by Alembic for arbitrary index expressions which don’t imply double parenthesis. The check has been narrowed to include only binary/ unary/functional expressions directly. - Fixed regression in Oracle dialect introduced by #4894 in SQLAlchemy 1.3.11 where use of a SQL expression in RETURNING for an UPDATE would fail to compile, due to a check for “server_default” when an arbitrary SQL expression is not a column. - Fixed bug in Oracle dialect where retriving a CLOB/BLOB column via Insert.returning() would fail as the LOB value would need to be read when returned; additionally, repaired support for retrieval of Unicode values via RETURNING under Python 2. - Fixed issue where the stringification that is sometimes called when attempting to generate the “key” for the .c collection on a selectable would fail if the column were an unlabeled custom SQL construct using the sqlalchemy.ext.compiler extension, and did not provide a default compilation form; while this seems like an unusual case, it can get invoked for some ORM scenarios such as when the expression is used in an “order by” in combination with joined eager loading. The issue is that the lack of a default compiler function was raising CompileError and not UnsupportedCompilationError. License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: Upgrade 0.8.0 -> 0.8.1Leon Anavi2021-02-051-2/+1
| | | | | | | | | | | | | | | | | | | Upgrade to release 0.8.1: - Fixed a ValueError on Windows that was raised when the connections file was not on the home drive. - Limit click package to < 8.0 because of a) incompatibility with python 2.7, b) incompatibility between click 8.0 and clicl-repl. - Limit mock package to lt 4.0.3 to avoid issue issue that causes test failure. - Increased minimum pywbem version from 1.1.1 to 1.1.3 to pick up fixes. - Migrated from Travis and Appveyor to GitHub Actions. This required several changes in package dependencies for development. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: Upgrade 1.0.5 -> 1.0.6Leon Anavi2021-02-051-1/+1
| | | | | | | | | | Upgrade to release 1.0.6: - Fix combination of star and invalid expression bugs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: Upgrade 7.19.0 -> 7.20.0Leon Anavi2021-02-051-2/+1
| | | | | | | | | | | | | Upgrade to release 7.20.0: - Support for PyQt5 >= 5.11 - %reset remove imports more agressively - fix the %conda magic - compatibility with Jedi 0.18, and bump minimum Jedi version Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbem: Upgrade 1.1.0 -> 1.1.3Leon Anavi2021-02-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.1.3: - MOF compiler: Fixed bug where MOF compiler did not correctly install a CIM schema in a non-default namespace because it tried to get the qualifiers from the default namespace. - Test: Changed dependency to ‘typed-ast’ to match the needs of ‘astroid’ and to install it only on CPython. This allows re-enabling PyPy3 on Travis. - Test: Pinned psutil to <=5.6.3 on PyPy2+3 to avoid an installation error. - Test: Increased the minimum version of ‘pyzmq’ on Python 3.9 to 19.0.0 to avoid an installation error. - Test: Circumvented unicode issue with lxml.etree.fromstring()/XML() on Python 3.9 by passing in binary strings. - Test: Adjusted _format()/_ascii2() testcases to PyPy3 behavior with binary vs unicode results. - Test: Disabled leaktest in travis also on PyPy3 (in addition to PyPy2). - Fixed a DeprecationWarning issued by urllib3 about using the whitelist_methods parameter of Retry. - Fixed issue on GitHub Actions with macos by no longer running “brew update” in pywbem_os_setup.sh. (issue #2544) - Docs: Fixed incorrect attribute name ‘provider_classnames’ in method provider example. (issue #2564) - Mitigated the coveralls HTTP status 422 by pinning coveralls-python to <3.0.0. - Migrated from Travis and Appveyor to GitHub Actions. This required several changes in package dependencies for development. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-meh: Upgrade 0.49 -> 0.50Leon Anavi2021-02-051-1/+1
| | | | | | | | | | Upgrade to release 0.50: - dump: Use exception's type and value when calculating hash Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pykwalify: fix RDEPENDSRoss Burton2021-02-051-1/+1
| | | | | | | | | Version 1.8.0 dropped pyyaml and moved to ruamel, so update the RDEPENDS so that this package continues to work. Signed-off-by: Ross Burton <ross.burton@arm.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ruamel-yaml: add native and nativesdk class extensionRoss Burton2021-02-051-0/+2
| | | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* klibc: Upgrade to 2.0.8 releaseKhem Raj2021-02-0418-139/+72
| | | | | | | Adjust klcc to work with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrea Adami <andrea.adami@gmail.com>
* live555: upgrade 20210101 -> 20210129zhengruoqin2021-02-041-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gd: upgrade 2.3.0 -> 2.3.1zhengruoqin2021-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix potential integer overflow detected by oss-fuzz - Fix #615 using libraqm - Fix #303: gdlib.pc: use Requires instead of Libs (#537) - Fixed #472: Adjusting CMakeLists.txt (#582) - Fix #615: gdImageStringFT() fails for empty strings as of libgd 2.3.0 (#633) - Fix typo but preserve BC - Compute average in gdGuessBackgroundColorFromCorners properly (#483) - CMakeLists.txt: zlib is enabled implicitly - src/config.h.cmake: replace #cmakedefine01 with #define in macro ENABLE_GD_FOORMATS (#622) - gdlib.pc: use prefixes for pkgconfig file - cmake: remove required host includes (#617) - Move initial declaration out of `for` loop - distribute getlib script - Make gd_nnquant.c less likely to introduce duplicate definitions (#601) - webp: support pkg-config file - gd_io: replace internal Putchar with gdPutC - gd_io: trim unused Putword function - Add REQUIRED to FIND_PACKAGE(ZLIB) - README: add some libraries info (#631) - VMS/README.VMS: Add dropping support information (#614) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-isns: upgrade 0.99 -> 0.101zhengruoqin2021-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changes v0.100 to v0.101: Dmitry Bogdanov (1): Fix parsing of GetNextRsp Lee Duncan (10): Ignore common build files Fix compiler issue when not in security mode Do not ignore write() return value. Fix 586 compile issue and remove -Werror Added a TODO: 'make depend' not worrking Update version string to "0.100". Fix broken server authentication initialization. Add man page for isnssetup. Added TODO to test "isnsd --init" Preparing for version 0.101 Leo (1): socket.c: include poll.h instead of sys/poll.h for POSIX compatibility Rosen Penev (2): fix compilation without deprecated OpenSSL APIs libisns: remove sighold and sigrelse * Changes v0.99 to v0.100: Chris Leech (1): Travis-CI and Coverity Scan setup Lee Duncan (7): Fix compiler complaint about possible alignment issue add tags to ignored list of files Change isns_portal_string() to return allocated string. Remove old compiler option, and add "-Werror". openssl: handle newer version with ifdefs General cleanup for the compiler. Fix problem with parsing IPv6 Addresses with brakcets. Preparing for version v0.100 Added debugging, moved .cvsignore to .gitignore fixed issues with old openssl usage Adding python compiled files Change isns_portal_string() to use static mem Running make twice should not rebuild everything Fix mdebug.c so it compiles when enabled. Handle restarting test harness server correctly Ignore SO lib Create and use pythong unittest framework Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsrtp: Do not invoke automake during configureKhem Raj2021-02-041-0/+1
| | | | | | | It does not use Makefile.am therefore there is no need to regenerate Makefile.in, which is hand-written Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsrtp: Update to 2.3.0Khem Raj2021-02-043-91/+16
| | | | | | | | | | Drop the local patch, problem is fixed upstream a bit differently License-Update: Bumped Copyright years [1] [1] https://github.com/cisco/libsrtp/commit/445c1c94dc3df48fb633779d1b5d0b743bf522a4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: Backport patch to fix build with autotools 2.70+Khem Raj2021-02-042-1/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gst-shark: Upgrade to 0.7.2Khem Raj2021-02-041-8/+3
| | | | | | Fix configure errors seen with autotools 2.70+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* correct "RRCOMMENDS" typo in ipset recipeRobert P. J. Day2021-02-041-2/+2
| | | | | Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keepalived: Upgrade to 2.2.1Khem Raj2021-02-041-3/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: Remove hardcoded paths to build host in net-snmp-configKhem Raj2021-02-041-10/+8
| | | | | | | | | New autconf detects that NSC_LDFLAGS are hardcoded to use -L/usr/lib therefore edit these variables during build so that they have cross-compile friendly values when net-snmp-config is used during build of dependent packages Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Upgrade to 7.16.16 releaseKhem Raj2021-02-042-31/+2
| | | | | | Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: improve reproducibilityMingli Yu2021-02-041-0/+2
| | | | | | | Remove the build path from the file js60-config. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: update to 5.5Oleksandr Kravchuk2021-02-041-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gateone: Cleanup assets for removed recipeAndrei Gherzan2021-02-044-91/+0
| | | | | | | | | We removed this recipe in 809de9b0572b8ea234af6141f73deaf2010bc54e but the recipe related files (for example configuration) were left behind. This patch cleans that up. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lksctp-tools: make conpatible to autoconf-2.70Hongxu Jia2021-02-042-0/+90
| | | | | | | | | | | ... ./configure: line 16398: syntax error: unexpected end of file ... Backport a commit from upstream to fix it Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iperf3: fix build with autoconf 2.71Andrey Zhizhikin2021-02-042-0/+32
| | | | | | | | | | | | Add patch that checks for CPP prog, which helps to resolve build errors: ../git/configure: line 14427: CPP: command not found | ../git/configure: line 14553: ac_fn_c_try_cpp: command not found | ../git/configure: line 14553: ac_fn_c_try_cpp: command not found Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yasm: Fix build with autotools 2.70+Khem Raj2021-02-042-1/+42
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>