Khem Raj
f0b1f3d30b
gstd: Upgrade to latest and fix unrecognised options to configure
...
QA Issue: gstd: configure was passed unrecognised options: --disable-gtk-doc [unknown-configure-option]
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-11 22:48:20 -07:00
Martin Jansa
90467a8d61
python-pyflame: skip for aarch64 as well
...
* fails with:
| ../../git/src/ptrace.cc: In function 'user_regs_struct pyflame::PtraceGetRegs(pid_t)':
| ../../git/src/ptrace.cc:127:14: error: 'PTRACE_GETREGS' was not declared in this scope
| if (ptrace(PTRACE_GETREGS, pid, 0, ®s)) {
| ^~~~~~~~~~~~~~
| ../../git/src/ptrace.cc:127:14: note: suggested alternative: 'PTRACE_GETREGSET'
| if (ptrace(PTRACE_GETREGS, pid, 0, ®s)) {
| ^~~~~~~~~~~~~~
| PTRACE_GETREGSET
| ../../git/src/ptrace.cc: In function 'void pyflame::PtraceSetRegs(pid_t, user_regs_struct)':
| ../../git/src/ptrace.cc:136:14: error: 'PTRACE_SETREGS' was not declared in this scope
| if (ptrace(PTRACE_SETREGS, pid, 0, ®s)) {
| ^~~~~~~~~~~~~~
| ../../git/src/ptrace.cc:136:14: note: suggested alternative: 'PTRACE_SETREGSET'
| if (ptrace(PTRACE_SETREGS, pid, 0, ®s)) {
| ^~~~~~~~~~~~~~
| PTRACE_SETREGSET
| Makefile:524: recipe for target 'ptrace.o' failed
| make[2]: *** [ptrace.o] Error 1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-10 11:51:50 -07:00
Richard Purdie
8cb0272d7f
xmlstarlet: Disable PARALLEL_MAKE (again)
...
* 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-10 11:51:35 -07:00
Gianfranco Costamagna
b336c4ab23
cpprest: bump version to 2.10.6, drop clang 747 patch: upstream
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-10 08:56:40 -07:00
Hongxu Jia
99c7136fbd
libpwquality: clean up python3-libpwquality
...
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-10 08:53:52 -07:00
Alexander Filippov
131eb1f697
split net-snmp-libs into smaller packages
...
By default `net-snmp-libs` contains all compiled libs.
This commit splits `net-snmp-libs` into subpackages for each library.
This allows for smaller resulting image due to finer packaging.
Signed-off-by: Alexander Filippov <a.filippov@yadro.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-10 06:59:32 -07:00
Qi.Chen@windriver.com
7ee034e3c4
cyrus-sasl: do not set CLEANBROKEN
...
A previous commit set CLEANBROKEN to "1" to claim to fix the following
error.
Fixed rebuild error:
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm .././config.cache' and start over
configure: error: ./configure failed for saslauthd
However, I'm still seeing these errors!
The actual problem is about autotools.bbclass not cleaning things up. It just
uses 'make clean' while maybe 'make distclean' and 'rm -f ${B}/config.cache' also
needs to be there.
In fact, setting CLEANBROKEN will do no cleanup except removing some .la files.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-10 06:58:41 -07:00
Khem Raj
d5ed5b9ccf
opencv: Fix build on big-endian systems
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-09 23:01:26 -07:00
Khem Raj
77922f115a
klcc-cross: Recognise clang options
...
Let klcc understand '-no-integrated-as' which is a clang option used by
meta-clang for compiler defaults
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Cc: Andrea Adami <andrea.adami@gmail.com >
2018-09-09 22:50:06 -07:00
Oleksandr Kravchuk
2c3aa1e4b6
nano: upgrade to 3.0
...
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-09 22:10:11 -07:00
Hongxu Jia
2d5b455f09
sanlock: add version 3.6.0
...
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-09 22:09:42 -07:00
Khem Raj
8705570331
evince: Fix build with clang
...
The added patch aids clang to avoid format warnings
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Cc: Andreas Müller <schnitzeltony@googlemail.com >
2018-09-09 21:59:14 -07:00
Khem Raj
7b6c088b87
libkcapi: Disable Wsign-compare warning with clang/musl
...
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-09 12:08:46 -07:00
Khem Raj
6718a9cc2d
breakpad: Pass correct type name to sizeof()
...
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-09 10:56:28 -07:00
Khem Raj
cb82b13c65
wvstreams: Add openssl 1.1.x support
...
* Backport a pull request to support OpenSSL 1.1.x
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-09 10:46:29 -07:00
Khem Raj
7b9f86ca79
opencv: Update to 3.4.3
...
* Drop backported patches
* Update versions of external submodules
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-09 10:46:29 -07:00
Khem Raj
806c4d981d
openflow: Fix build with openSSL 1.1.x
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-09 10:46:29 -07:00
Khem Raj
a883fca429
openhpi: Upgrade to 3.8.0
...
* Add patches to fix build with OpenSSL 1.1.x
* Forward patches and drop ones not needed anymore
* openhpi: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-09 10:46:29 -07:00
Khem Raj
24383588ea
libqmi: Upgrade to 1.20.2
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-09 10:46:29 -07:00
Khem Raj
973578148d
uftrace: Upgrade to 0.8.3
...
* 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-09 10:46:29 -07:00
Khem Raj
5cb9dae677
xfce4-vala: Build for vala 0.42 to match oe-core
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-09 10:46:29 -07:00
Khem Raj
6e56df6868
kea: Fix build with boost 1.68+
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-09 10:46:29 -07:00
Khem Raj
d8560cb5e5
umip: Fetch from git.umip.org
...
* Adjust patches
* Depend on openssl10
* remove spurious dep on rpm
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-09 10:46:29 -07:00
Khem Raj
d960c17f48
md5deep: Upgrade to latest master
...
* Add clang fix
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
79d66aea14
opensc: Upgrade to 0.18.0
...
* Fixes build with OpenSSL 1.1.x
* Fix build with gcc8
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
492ac5ceaf
rtorrent: Upgrade to 0.9.7 release point
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Oleksandr Kravchuk
c17fabc2a3
libfribidi: delete recipe
...
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-08 13:32:12 -07:00
Khem Raj
5ccc6fd2da
python-m2crypto: Ignore WCHAR_MAX and WCHAR_MIN when on musl
...
This fixes the build until we upgrade to swig 4.0 where this is fixed
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
791a1c612f
vboxguestdrivers: Update to 5.2.18
...
* Fix build with 4.18 kernel
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
19246b82df
ipmitool: Fix build with OpenSSL 1.1.x
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
4a811e78f1
oscam: Depend on openssl10
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
c5e8c7be59
android-tools: Depend on openssl10
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
78e07e06ab
ipsec-tools: Depend on openssl10
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
d8ed62ddc7
synergy: Upgrade to 1.10.1-release
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
a483d344d9
mosquitto: Make enabling systemd also enable build dep on systemd
...
systemd support in mqtt needs system developement headers and libs installed in recipe sysroot
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
226e889f6b
poco: Fix cross compilation
...
Backport a pull request to fix build error seen during cross compiling
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
f42e527c92
crda: Depend on openssl10
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
68f46bb93d
libyui,libyui-ncurse: Update to latest on git
...
* Add fixes for building with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
7ff00ed5b8
pam-ssh-agent-auth: Depend on openssl10
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
12be8d0dcb
uftp: Upgrade to 4.9.8
...
Fixes build with OpenSSL 1.1.x
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
3dbbce586b
znc: Upgrade to 1.7.1
...
Fixes build with OpenSSL 1.1.x
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
467fe56ba4
boinc: Upgrade to 7.12
...
* 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-08 13:32:12 -07:00
Khem Raj
0eab9697b3
links,links-x11: Upgrade to 2.16
...
* Fixes build with OpenSSL 1.1.x
License-Update: Corrected formatting
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
0d69645f3b
pkcs11-helper: Upgrade to 1.25.1
...
* 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-08 13:32:12 -07:00
Khem Raj
92ce95b0c7
rtmpdump: Depend on openssl10 and update to latest on git
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
dfca62c120
nopoll: Upgrade to 0.4.6.b400
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
5d7efc7479
liboauth: Fix build with openSSL 1.1.x
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
bfbcc00cb9
libimobiledevice: Upgrade to latest
...
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-08 13:32:12 -07:00
Khem Raj
412045dfaf
libusbmuxd: Add recipe
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00
Khem Raj
988a858f5e
uw-imap: Fix build with openSSL 1.1
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2018-09-08 13:32:12 -07:00