Commit Graph

16669 Commits

Author SHA1 Message Date
niko.mauno@vaisala.com
8734abd294 python3-setuptools-scm: Cosmetic improvement
Split values of RDEPENDS variables to individual lines in alphabetic
order.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 99e3432c60)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:41:35 -07:00
Jonathan Liu
7601fbcf5c x11vnc: fix xfc NULL pointer dereference
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d8eecca636)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:41:35 -07:00
Mingli Yu
07f1e0be8d python3-zipp: add the missing rdepends
Add the missing rdepends to fix below error:
 # python3
 [snip]
 >>> import zipp
 ModuleNotFoundError: No module named 'zipfile'
 ModuleNotFoundError: No module named 'random' python3-math

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 16b524d00a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:41:35 -07:00
Slater, Joseph
47b63311bd python3-pyhamcrest: add rdep
python3-six.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit b34cb7ca8c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:41:35 -07:00
Slater, Joseph
8fc86e7f5d python-pretty-table: add rdep's
python(3)-math and python(3)-html.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 623cc3dabf)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:41:35 -07:00
Claude Bing
a6c9ad397b php: update fix for opcache link issue in 7.4.4
The source of the issue is the update for PHP 7.4 support in
0001-opcache-config.m4-enable-opcache.patch (commit 7cc7a9ec).  Instead
of working around the issue in the recipe file, update the patch to
restore the call to PHP_ADD_LIBRARY().

Signed-off-by: Claude Bing <cbing@cybernetics.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 3cfd16be4e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:38:21 -07:00
Mingli Yu
5c91e3aa46 python3-pyudev: add the missing rdepends
Add the missing rdepends to fix below error:
 # python3
 [snip]
 >>> import pyudev
 [snip]
 ModuleNotFoundError: No module named 'fcntl'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 4e79bf9f1d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:38:03 -07:00
Mingli Yu
5d53a61509 python3-pydbus: add the missing rdepends
Add the missing rdepends to fix below error:
 # python3
 [snip]
 >>> import pydbus
 [snip]
 ModuleNotFoundError: No module named 'socket'
 ModuleNotFoundError: No module named 'logging'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 55190da2eb)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:38:03 -07:00
Mingli Yu
4cee153f59 python3-ptyprocess: add the missing rdepends
Add the missing rdepends to fix below error:
 # python3
 [snip]
 >>> import ptyprocess
 [snip]
 ModuleNotFoundError: No module named 'fcntl'
 ModuleNotFoundError: No module named 'pty'
 ModuleNotFoundError: No module named 'resource'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 07c7bacd99)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:38:03 -07:00
Mingli Yu
691e34f773 python3-pathlib2: add the missing rdepends
Add the missing rdepends to fix below error:
 # python3
 [snip]
 >>> import pathlib2
 [snip]
 ModuleNotFoundError: No module named 'ctypes'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e65e8da533)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:38:03 -07:00
Claude Bing
a009197ef4 php: fix opcache link error in 7.4
Explicitly specifying -lrt is required for opcache to be linked against
the proper dependencies.  Additionally, PHP disables libdl when it
detects a cross-compilation environment for some reason.  In order to
load any type of extension, re-enabling libdl is required.

Signed-off-by: Claude Bing <cbing@cybernetics.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0145cb4645)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:36:56 -07:00
Trevor Gamblin
6740bf6095 python3-markdown: add logging and setuptools to RDEPENDS
Importing the markdown module causes standard ModuleNotFoundErrors
if the logging and pkg_resources modules are unavailable:

root@qemux86-64:~# python3
Python 3.8.2 (default, Apr 27 2020, 08:51:00)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import markdown
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python3.8/site-packages/markdown/_init_.py", line 25, in <module>
from .core import Markdown, markdown, markdownFromFile
File "/usr/lib64/python3.8/site-packages/markdown/core.py", line 27, in <module>
import logging
ModuleNotFoundError: No module named 'logging'

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 17426020a8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:36:05 -07:00
Trevor Gamblin
824b48dfdc python3-py: add python3-netclient to RDEPENDS
python3-py requires the uuid.py module, which is contained in
python3-netclient. Without it:

root@qemux86-64:~# python3

>>> import py._path.local
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python3.8/site-packages/py/_path/local.py", line 7, in <module>
import sys, os, atexit, io, uuid
ModuleNotFoundError: No module named 'uuid'

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 71bb82f312)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:34:55 -07:00
Mingli Yu
4ccf941dd2 python3-pkgconfig: add missing rdepends
Add missing rdepends to fix below error:
 # python3
 [snip]
 >>> import pkgconfig
 [snip]
 ModuleNotFoundError: No module named 'shlex'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 47b063d1da)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:32:43 -07:00
Mingli Yu
e9e00f7bc8 python3-parallax: add the missing rdepends
Add the missing rdepends to fix below error:
 # python3
 [snip]
 >>> import parallax
 [snip]
 ModuleNotFoundError: No module named 'fcntl'
 ModuleNotFoundError: No module named 'Queue'
 ModuleNotFoundError: No module named 'getpass'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e04584ef5b)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:32:43 -07:00
Mingli Yu
1e1128683c python3-pid: add the missing rdepends
Add the missing rdepends to fix below error:
 # python3
 [snip]
 >>> import pid
 [snip]
ModuleNotFoundError: No module named 'fcntl'
ModuleNotFoundError: No module named 'logging'
ModuleNotFoundError: No module named 'tempfile'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 580ec1e925)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:32:43 -07:00
Mingli Yu
fde2510fd5 python3-ntplib: add missing python3-io RDEPENDS
Add the missing python3-io RDEPENDS to fix
below error:
 # python3
Python 3.8.2 (default, Apr 27 2020, 08:51:00)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
 >>> import ntplib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib64/python3.8/site-packages/ntplib.py", line 32, in <module>
import socket
ModuleNotFoundError: No module named 'socket'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 0568dda628)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:32:43 -07:00
Claude Bing
ecce4fe695 php: fix PACKAGECONFIG for soap
PHP 7.4 enables libxml by default and removed it as a configurable
option.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 7aeef522ff)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:32:08 -07:00
Yi Zhao
775ad5a08e nginx: remove /var/log/nginx when do_install
Remove directory /var/log/nginx when do_install because it is created by
volatiles file.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6e9f393605)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:30:29 -07:00
Alexander Vickberg
26eeb83572 tcpdump: Fix PACKAGECONFIG for OpenSSL
This fixes building TCPDump without OpenSSL. Current version does not
recognize the option --without-openssl.

Signed-off-by: Alexander Vickberg <wickbergster@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5b7ed1a873)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:29:09 -07:00
Konrad Weihmann
99f2050d08 php: fix zip package config
--enable-zip and --with-libzip were removed in PHP 7.x.
These are replaced by --with-zip --with-zlib-dir.

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6690afa59e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-17 14:26:22 -07:00
Armin Kuster
a62ad77973 README: updated Maintainers list for Dunfell
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-05 16:47:34 -07:00
Peter Kjellerstedt
679bb49126 paho-mqtt-c: Update to the real 1.3.2, and correct the license
In commit b0345e3f (paho-mqtt-c: upgrade 1.3.1 -> 1.3.2), paho-mqtt-c
was supposedly updated to 1.3.2. However, the SRCREV did not match the
v1.3.2 tag.

With the update to 1.3.2, the license was changed from EPL-1.0 | EDL-1.0
to EPL-2.0 | EDL-1.0. This was updated in commit b0345e3f for
LIC_FILES_CHKSUM, but not in LICENSE.

Remove do_configure_prepend_libc-musl() as this has now been fixed
upstream.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Andreas Müller
76e537ca36 file-roller: upgrade 3.32.4 -> 3.32.5
version 3.32.5
--------------

 Bugs fixed:

  * libarchive: do not follow external links when extracting files.
  * libarchive: overwrite symbolic links as well if requested by the user.

 New or updated application translations:

  * Kurdish (Sorani) (Jwtiyar Nariman)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Slater, Joseph
0ced8fb161 syslog-ng: change shebang to python3
The file is executable and can be put on a target.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Andreas Müller
2333cb1f0a openvpn: upgrade 2.4.8 -> 2.4.9
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Andreas Müller
3d32e843c3 mutter: upgrade 3.34.5 -> 3.34.6
3.34.6

======
* Fix various clipboard issues [Carlos; !1198, !1203, !1204, !1186, !1206]
* Fix locate-pointer feature interfering with keybindings [Carlos; !1014]
* Fix overview key on X11 when using multiple keyboard layouts [Olivier; !1219]
* Preserve keyboard state on VT switch [Olivier; !1185]
* Fixed crashes [Florian; #1083]
* Plugged memory leaks [Sebastian; !1001]
* Misc. bug fixes and cleanups [Pekka, Laurent; !1209, #1074]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Andreas Müller
66befc5698 poppler: upgrade 0.86.1 -> 0.88.0
Release 0.88.0:
core:
 * Support Widget Annotation Buttons not linked to any Form
 * SplashOuputDev: Use stroking opacity when clipping to a stroke path
 * Handle 1 bit RGB images in ICC colorspace
 * Internal code improvements

qt5:
 * Add Document::signatures. Returns signatures not attached to any page
 * ArthurOutputDev: Fix font hinting
 * ArthurOutputDev: Set the opacity when filling with axial gradients
 * ArthurOutputDev: Implement the clipToStrokePath method
 * ArthurOutputDev: Use stroking opacity when clipping to a stroke path

glib:
 * Add poppler_page_get_bounding_box
 * Add poppler_form_field_get_alternate_ui_name
 * Implement rotation for 'flagNoRotate' annots. Issue #767

cpp:
 * Add non_raw_non_physical layout for page::text()

utils:
 * pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page
 * pdfsig: Show also signatures that aren't attached to any page

Release 0.87.0:
core:
 * Fix leak in broken files
 * Internal code improvements

qt5:
 * Add option to get form choice for export value
 * ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695

glib:
 * Internal code improvements

utils:
 * pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Andreas Müller
f09851e248 xfce4-panel: upgrade 4.14.3 -> 4.14.4
Release notes for 4.14.4

========================
- Fix panel build with vala 0.48 (Bug #16426)
- Fix memory leak in panel plugin wrapper (Bug #16640)
- tasklist: Fix crash middle-click-closing grouped windows (Bug #16410)
- panel: Make sure "span monitors" is conditionally sensitive
  (Bug #15169)
- Translation Updates:
  Albanian, Amharic, Arabic, Armenian (Armenia), Belarusian, Bengali,
  Catalan, Chinese (China), Chinese (Hong Kong), Croatian, Czech,
  Danish, Dutch, English (Australia), Estonian, Finnish, French,
  Galician, Georgian, Hebrew, Hungarian, Icelandic, Indonesian,
  Italian, Japanese, Kazakh, Malay, Norwegian Bokmål, Norwegian
  Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Portuguese,
  Romanian, Sinhala, Swedish, Thai, Uighur, Ukrainian, Vietnamese

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Andreas Müller
2626dd7b6a xfce4-whiskermenu-plugin: upgrade 2.4.3 -> 2.4.4
Release notes for 2.4.4

=======================
- Fixed search delay. (bug #16731)
- Translation updates: Catalan, Finnish, Hungarian, Malay, Portuguese.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Andreas Müller
876d6c0485 nautilus: upgrade 3.34.2 -> 3.34.3
Major changes in 3.34.3:
* Revert icon emblem fixes in order to prevent performance issues (António Fernandes)
* Fix crashes often happening when searching (Ondrej Holy)
* Fix crashes after conflict dialog response (Ondrej Holy)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Andreas Müller
ed58e06d18 gjs: 1.58.6 -> 1.58.7
Version 1.58.7
--------------

- Various backports:
  * Don't crash if a callback doesn't return an expected array of values [Marco
    Trevisan]
  * GList of int not correctly demarshalled on 64-bit big-endian [Philip
    Chimento, Simon McVittie]
  * Crash passing integer to strv in constructor [Evan Welsh]
  * Ignore format-nonliteral warning [Marco Trevisan]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
Andreas Müller
7e7e95db1d gparted: upgrade 0.33.0 -> 1.1.0
* Due to huge bump recipe had to reworked completely
* They offer a polkit action so our tailored version can go (it stopped working
  long ago btw). It is installed unconditionally but packed into an extra
  package which finds it's way into image only if 'polkit' is in distro
  features.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-03 14:29:17 -07:00
zhengruoqin
f7d2d46855 python3-serpent: 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
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