Commit Graph

16635 Commits

Author SHA1 Message Date
zhengruoqin
4b6eb06e75 python3-scrypt: Modify ptest output format
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
zhengruoqin
bfddeb2bf7 python3-pytz: Modify ptest output format
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
zhengruoqin
3da9944d0a python3-pytoml: Modify ptest output format
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Trevor Gamblin
d188161783 python3-pysocks: add python3-logging to RDEPENDS
python3-pysocks uses the logging module, but it isn't in the
RDEPENDS list:

root@qemux86-64:~# python3
Python 3.8.2 (default, Feb 25 2020, 10:39:28)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import socks
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/socks.py", line 9, in <module>
    import logging
ModuleNotFoundError: No module named 'logging'

Add it to RDEPENDS to fix the ModuleNotFoundError.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Trevor Gamblin
f30a3cfa9d python3-atomicwrites: add python3-misc to RDEPENDS
The atomicwrites module depends on the tempfiles module, but it is not
in the RDEPENDs, so add it:

root@qemux86-64:~# python3
Python 3.8.2 (default, Feb 25 2020, 10:39:28)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import atomicwrites
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/atomicwrites/__init__.py", line 5, in <module>
    import tempfile
ModuleNotFoundError: No module named 'tempfile'

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Mingli Yu
2ca4f084f1 nss: enable uint128 support on mips64
Fix below build error:
| verified/kremlin/kremlib/dist/minimal/FStar_UInt128.h:22:1: error: 'FStar_UInt128___proj__Mkuint128__item__low' declared 'static' but never defined [-Werror=unused-function]
|   22 | FStar_UInt128___proj__Mkuint128__item__low(FStar_UInt128_uint128 projectee);

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Honggyu Kim
5098155437 uftrace: update commit hash to more robust version
Since uftrace-0.9.4 was released, there has been some important bug
fixes.  It would be better to include such bug fix commits so this patch
updates the commit hash to more stable one.

The bug fix patches are as follows:

[1] a0fbee404b
[2] 251ba74a72
[3] 19e6f0d4b3
[4] d648bbffed

Signed-off-by: Honggyu Kim <honggyu.kp@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-30 07:36:08 -07:00
Khem Raj
04ebc3e531 libnma: Fix build on riscv32
Disable vapi which needs introspection

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-29 22:32:17 -07:00
Khem Raj
cc2736da69 waf: Add cross answers for riscv32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-29 22:32:17 -07:00
Khem Raj
e25bae55c2 python3-grpcio: Fix build with riscv32
Ensure libseil-cpp can build for rv32 and boringssl riscv patch
considers rv32 separate from rv64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-29 22:32:17 -07:00
Khem Raj
243a28db17 rsyslog: Enable atomic builtins on rv32
Fixes
rsyslog-8.2002.0/runtime/../action.c:1666: undefined reference to `__sync_bool_compare_and_swap_8'
collect2: error: ld returned 1 exit status

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-29 22:32:17 -07:00
Khem Raj
ec058689d8 abseil-cpp: Fix build on riscv32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-29 22:32:17 -07:00
Khem Raj
81cb6e232a luajit: Disable on rv32
Not ported to rv32 yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-29 22:32:17 -07:00
Peter Kjellerstedt
d312635f74 samba: Remove the dependency on libbsd
It is unnecessary, and libbsd uses the "BSD-4-Clause" license, which can
be problematic.

To make it deterministic, a patch is introduced to allow libbsd support
to be disabled. It resembles similar patches in, e.g., libldb,
libtalloc, libtdb and libtevent.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-29 08:03:06 -07:00
Chenxi Mao
17fd382f34 mpv: Remove X11 dependency
During enable mpv which is based on wayland.
The mpv reqired x11 by default even if mpv support wayland.
Change the depend rules and chang the x11 dectection policy.
After this change, mpv could be build and run successfully based
on wayland

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-28 17:29:51 -07:00
Andrew Geissler
79dd17c7b0 python3-distro: native and nativesdk support
Have a project that needs the native version of this recipe

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-28 17:11:15 -07:00
Khem Raj
1df2d272c3 libcec: Update to 5.0.0
License-Update: Changed Copyright years [1]

Add a patch to fix reproducibile builds

[1] d5e5200ed1 (diff-7116ef0705885343c9e1b2171a06be0e)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-28 16:24:07 -07:00
Domarys Correa
2b30970845 python3-nmap: Add recipe version 1.4.1
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-28 16:24:07 -07:00
Domarys Correa
22d74cb158 python3-werkzeug: Upgrade 1.0.0 -> 1.0.1
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-28 16:24:07 -07:00
Domarys Correa
5ec6b7b765 python3-spidev: Upgrade 3.2 -> 3.4
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-28 16:24:07 -07:00
Domarys Correa
fcb9f02d72 python3-speedtest-cli: Add recipe version 2.1.2
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-28 16:24:07 -07:00
Domarys Correa
dcfb141ac3 python3-httplib2: Add recipe version 0.17.3
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-28 16:24:06 -07:00
Domarys Correa
c54f323a89 python3-gunicorn: Add recipe version 20.0.4
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-28 16:24:06 -07:00
Domarys Correa
d71a9f0757 python3-flask-jwt: Add recipe version 0.3.2
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-28 16:24:06 -07:00
Domarys Correa
ff074c4000 python3-flask-jsonpify: Add recipe version 1.5.0
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-28 16:24:06 -07:00
Trevor Gamblin
b76313654f python3-asn1crypto: add python3-numbers to RDEPENDS
The asn1crypto module relies on the fractions module from the
standard library, which is contained in the python3-numbers package,
but it is not in asn1crypto's RDEPENDS:

|>>> import asn1crypto.pdf
|Traceback (most recent call last):
|  File "<stdin>", line 1, in <module>
|  File "/usr/lib64/python3.8/site-packages/asn1crypto/pdf.py", line 10, in <module>
|    from .cms import CMSAttributeType, CMSAttribute
|  File "/usr/lib64/python3.8/site-packages/asn1crypto/cms.py", line 29, in <module>
|    from .algos import (
|  File "/usr/lib64/python3.8/site-packages/asn1crypto/algos.py", line 26, in <module>
|    from .core import (
|  File "/usr/lib64/python3.8/site-packages/asn1crypto/core.py", line 52, in <module>
|    from fractions import Fraction
|ModuleNotFoundError: No module named 'fractions'

Add it to fix the error.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 17:58:54 -07:00
Andrea Adami
8c6ffb685b packagegroup-meta-initramfs: remove klibc utilities and kexec-tools-klibc
klibc utils have no update-alternatives because these live ideally alone
in the initramfs. mwta-initramfs image is not minimal having busybox, linux-
utils,coreutils so to resolve the conflict we remove the shared klibc utils.

The image is mostly for build-tests and contains dracut, which does not have
runtime dependencies on kexec-tools, so we can safely remove the klibc
static version of kexec and vmcore-dmesg (not availaible on some archs).
Doing this we can safely remove EXCLUDE_FROM_WORLD

Fix:
ERROR: meta-initramfs-image-1.0-r0 do_rootfs:
Postinstall scriptlets of ['busybox', 'util-linux-umount',
'util-linux-dmesg','coreutils', 'util-linux-mount', 'cpio',
'util-linux-kill', 'util-linux-losetup'] have failed.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 17:58:54 -07:00
Gianfranco
6f2263da2c websocketpp: refresh patches to apply cleanly on websocketpp 0.8.2
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:57:26 -07:00
Changqing Li
7cc7a9ec88 php: upgrade 7.3.16 -> 7.4.4
License-Update: License updated (year updated)

note: for 7.4, pear is disabled by default,
and it will be deprecated in future.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:47 -07:00
Changqing Li
30f1da6f26 xdebug: upgrade 2.7.2 -> 2.9.5
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:46 -07:00
zangrc
cd5f860d2f python3-yarl: Modify ptest output format
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:46 -07:00
zangrc
766c21f6e3 python3-yappi: Modify ptest output format
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:46 -07:00
zangrc
91643f6965 python3-xxhash: Modify ptest output format
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:46 -07:00
zangrc
dae69a99c4 python3-xmltodict: Modify ptest output format
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:46 -07:00
zangrc
9b73c89363 python3-xlrd: Modify ptest output format
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:46 -07:00
zangrc
fb4d117b05 python3-whoosh: Modify ptest output format
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:46 -07:00
zangrc
7270b93db0 python3-webcolors: Modify ptest output format
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:46 -07:00
zangrc
1efe4446eb python3-sqlparse: Modify ptest output format
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:46 -07:00
zangrc
c2d482cfcf python3-simpleeval: Modify ptest output format
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:46 -07:00
Tim Orling
ae8049cd7f python3-cryptography-vectors: merge bb and inc
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-27 07:48:42 -07:00
Tim Orling
20d70c1310 python3-cryptography: merge bb and inc
Drop python-cryptography/ not used anywhere.

Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-26 23:12:21 -07:00
Pierre-Jean Texier
fba5d0ae98 wolfssl: upgrade 4.3.0 -> 4.4.0
Release 4.4.0 of wolfSSL embedded TLS has bug fixes, new features
and fixes for security vulnerabilities.

See full changelog https://github.com/wolfSSL/wolfssl/releases/tag/v4.4.0-stablefixes

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-26 23:12:15 -07:00
Ting Liu
13174e92a9 cjson: add recipe for v1.7.13
cJSON aims to be the dumbest possible parser that you can get your
job done with. It's a single file of C, and a single header file.

Homepage: https://github.com/DaveGamble/cJSON

Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-26 23:10:57 -07:00
Wang Mingyu
b0345e3fe4 paho-mqtt-c: upgrade 1.3.1 -> 1.3.2
add patches for resoving compile error with musl:
0001-Fix-bug-of-free-with-musl.patch

Eclipse Public License : update to v 2.0
-License-Update: updated to 2020.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-26 23:10:57 -07:00
Mingli Yu
1f35a5af9b kea: improve reproducibility
There are some shell scripts such as kea-admin,
upgrade_4.0_to_5.0.sh, wipe_data.sh and etc contain
build path.

Actually the build path is meanlingless on the target,
so replace abs_top_builddir to abs_top_builddir_placeholder
to avoid expanding abs_top_builddir which introduces
build path.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-26 23:10:57 -07:00
Max Krummenacher
bc4fa976e4 freerdp: update to 2.0.0 release
Bump PE to prevent 'version-going-backwards (from 0:2.0.0-rc4-r0 to 0:2.0.0-r0)'

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 22:44:50 -07:00
Max Krummenacher
17ed1b740f freerdp: wayland: depend on wayland-native
do_configure tests for wayland-scanner and silently drops the wayland
configure option if not found. Adding wayland-native to depends fixes
that.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 22:44:50 -07:00
Pierre-Jean Texier
4625fb9d43 pegtl: upgrade 2.8.2 -> 2.8.3
See full changelog https://github.com/taocpp/PEGTL/releases/tag/2.8.3

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 22:44:45 -07:00
Khem Raj
9201611135 tslib: Fix build with 4.x kernel headers
Fixes
    | ../../tslib-1.21/tools/ts_uinput.c:337:15: error: 'struct input_event' has no member named 'input_event_usec'
    |   337 |    data->ev[c].input_event_usec = s[j][i].tv.tv_usec;
    |       |               ^

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 11:32:27 -07:00
Wang Mingyu
f663e842bb libmoo-perl: upgrade 2.003006 -> 2.004000
README is updated.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-25 08:32:42 -07:00