Khem Raj
db1ceb9428
efibootmgr: Fix build with gcc 7
...
backport patch to remove double const in decls
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-26 20:14:15 +02:00
Khem Raj
dd5b81adff
efivar: Backport patches to remove double const decls
...
Helps fixing build with gcc 7
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-26 20:14:15 +02:00
Khem Raj
91fa3724d3
msgpack-c: Drop unused patch
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-26 20:14:14 +02:00
Khem Raj
e36e010400
mpv: Add libxkbcommon when configuring with wayland
...
Fixes
Package xkbcommon was not found in the pkg-config search path.
Perhaps you should add the directory containing `xkbcommon.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xkbcommon' found
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-26 20:14:14 +02:00
Pascal Bach
881ac49a9c
nodejs: update to 4.8.2
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:32 +02:00
Chen Qi
e84b80d54d
multipath-tools: depend on libdevmapper instead of lvm2
...
Now we've separted libdevmapper out of lvm2 recipe, we need to change
multipath-tools to depend on libdevmapper instead of lvm2 to avoid
build error like below.
fatal error: libdevmapper.h: No such file or directory
Signed-off-by: Chen Qi <Qi.Chen@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:32 +02:00
Chen Qi
2f2f52e688
cryptsetup: DEPENDS on libdevmapper instead of lvm2
...
When 'cryptsetup' PACKAGECONFIG is enabled for systemd, there would
be circular dependency issue among 'systemd', 'cryptsetup' and 'lvm2'.
To fix this problem, we've separated libdevmapper into a new recipe.
Let cryptsetup depend on libdevmapper instead of lvm2 to fix the issue.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:32 +02:00
Chen Qi
7f17da1543
lvm2: separate libdevmapper to avoid circular dependency
...
If we enable 'cryptsetup' PACKAGECONFIG for systemd, there would be
circular dependency issue among 'systemd', 'cryptsetup' and 'lvm2'.
cryptsetup only needs libdevmapper from lvm2. So we separte libdevmapper
into a new recipe to solve this circular dependency issue.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:32 +02:00
Huang Qiyu
7e4166e80b
krb5: 1.13.6 -> 1.15.1
...
1) Upgrade krb5 from 1.13.6 to 1.15.1.
2) License checksum changed,since the copyright years were updated.
3) Fix error in the step of do_configure.
| ERROR: krb5-1.15.1-r0 do_package: QA Issue: krb5: Files/directories were installed but not shipped in any package:
| /usr/lib/krb5/plugins/preauth/test.so
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:31 +02:00
Khem Raj
fa630bc9ef
efivar: Fix multiple definition of `efi_set_variable'
...
This patch is needed across all efivar when using gcc7 for target
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:31 +02:00
Khem Raj
94cc46bc16
mariadb: Upgrade to 5.5.55
...
Fix build with gcc7
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:31 +02:00
Khem Raj
50cf14b462
glcompbench: Fix build with gcc7
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:31 +02:00
Khem Raj
6f45b92f5f
glibmm: Upgrade to 2.50.1
...
Disable PIE when building with SECURITY_FLAGS
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:31 +02:00
Khem Raj
dc86996a9e
libsigc++: Disable PIE in SECURITY_FLAGS
...
doesnt compile yet
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:30 +02:00
Khem Raj
adcea06043
collectd: Upgrade to 5.7.1
...
Drop upstreamed patches or backports
Fix build with gcc7
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:30 +02:00
Khem Raj
68c22d5bf1
fluentbit: Upgrade to 0.11.3 release
...
Fix cross compiling for external modules
Fix build with gcc7
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:30 +02:00
Khem Raj
cc275f0b11
msgpack-c: Upgrade to 2.1.1
...
Fix build with gcc7
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:30 +02:00
Khem Raj
2f6193d78f
ltrace: Fix FTBFS due to invalid code in ARM support
...
Found with gcc7
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:29 +02:00
Khem Raj
6723757dc4
lirc: update to 0.9.4d
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:29 +02:00
Khem Raj
1d7d2dbfc8
jack2: Fix build errors found with gcc7
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:29 +02:00
Krisztian Litkey
d1d2775a3a
multipath-tools: don't blindly assume base_sbindir to be /sbin.
...
Don't blindly assume base_sbindir is /sbin. Pass its real value
instead to the build process to make sure binaries end up in the
right place even when base_sbin happens to point somewhere else.
Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-26 20:13:28 +02:00
Khem Raj
3b94d8533c
dibbler: Upgrade to 1.0.2RC1
...
Delete dibbler from meta-oe
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com >
2017-04-25 15:55:36 -04:00
Fabio Berton
2c21aa8633
libsodium: Extend recipe for native and nativesdk usage
...
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-24 11:02:39 +02:00
Khem Raj
755921d33d
live555: Update from 20130430 to 20170410
...
license checksum changed due to annual update of the copyright years
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:54 +02:00
Khem Raj
0e27972d97
ne10: Fix build errors on cortex-a7 cpus
...
GCC7 warns and errors about incompatible cmdline switches
for mcpu and march
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:54 +02:00
Khem Raj
0723adbfd6
mg: Upgrade to 20170401 release
...
Fix musl build along the way
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:53 +02:00
Khem Raj
584d3114ac
dstat: Add missing dep on xmlto-native
...
Fixes
| make[1]: xmlto: Command not found
| make[1]: *** [dstat.1] Error 127
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:53 +02:00
Khem Raj
5780e186c3
mosh: Upgrade to 1.3.0
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:53 +02:00
Khem Raj
82c654d4c5
libutempter: Fix build with musl
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:53 +02:00
Khem Raj
95e5112481
librcf: Fix build on aarch64
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:53 +02:00
Khem Raj
2ba483aecc
pngcheck: Fix cross build and format string errors
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:52 +02:00
Khem Raj
71feffbdfd
zeromq: Upgrade to 4.1.6
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:52 +02:00
Khem Raj
eb96674c57
dash: Fix build with clang
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:51 +02:00
Khem Raj
1d79b36859
avro-c: Fix build with clang
...
Update SRC_URI to point to github mirror
Add a patch to fix build with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:51 +02:00
Khem Raj
2d384da051
sharutils: Upgrade to 4.15.2
...
Fix format error warnings with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:51 +02:00
Khem Raj
f93fcdc4f1
lcdproc: Upgrade to 0.5.8
...
Use github to fetch from
Unify inc file back into main recipe
README is now called README.md so adjust the lic checksum
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:50 +02:00
Khem Raj
f013940ce9
tipcutils: Fix build with musl
...
Upgrade to latest git and change SRC_URI to point to git
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:50 +02:00
Khem Raj
5dba3ddf79
fftw: Add -D_GNU_SOURCE to CFLAGS
...
Helps fix build on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:50 +02:00
Khem Raj
dcb4c91837
ckermit: Fix build with musl
...
arrow keys piece is a bit unportable, disable it for now
for musl
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2017-04-24 11:00:50 +02:00
Zhixiong Chi
449030b1b9
autoconf-archive: drop m4files confliction with gnome-common
...
Delete the conflicting m4files with gnome-common to avoid the confliction,
and the two m4 files will be installed by gnome-common that comes from
oe-core, then set rdepends to gnome-common.
Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-24 11:00:50 +02:00
José Bollo
7308d33131
libmicrohttpd: update to version 0.9.53
...
Change-Id: Idc7ef7c532a326eb094b4e557f1a80d4254411d2
Signed-off-by: José Bollo <jose.bollo@iot.bzh >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-24 11:00:49 +02:00
Andreas Müller
8a23ed2da8
gimp: update 2.8.18 -> 2.8.20
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-24 10:59:28 +02:00
Andreas Müller
4ad82c0f14
hunspell: update 1.3.3 -> 1.6.1
...
hunspell moved to github and changed licence
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-24 10:59:27 +02:00
Liwei Song
4ddc0a58a7
mcelog: upgrade to 1.49 to support Denverton SoC
...
Update mcelog to 1.49 to support Denverton SoC, and delete the additional
patches which are already involved in v1.49.
Signed-off-by: Liwei Song <liwei.song@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-24 10:59:27 +02:00
Robert Yang
444e1fb198
php: remove PNBLACKLIST
...
It has been fixed since:
commit b5bb611637
Author: dengke.du@windriver.com <dengke.du@windriver.com >
Date: Tue Mar 28 04:13:36 2017 -0400
php: fix install failure
Also remove it for xdebug since php works now.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-18 14:21:53 +02:00
Andreas Müller
4f25ed6dfa
mpv: add PACKAGECONFIG for drm/gbm/vdpau/wayland
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2017-04-18 14:21:51 +02:00
Andreas Müller
6fbc2c7c6e
mpv: update 0.15.0 -> 0.24.0
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2017-04-18 14:21:51 +02:00
Andreas Müller
9d2916933a
libass: update 0.13.2 -> 0.13.6
...
License checksum was changed by some back and forth [1-2] - now it is really
ISC again.
[1] https://github.com/libass/libass/commit/9422a80578bc44f662f07edf723f85239a0579f5
[2] https://github.com/libass/libass/commit/cde05e0716ef2b74530633d463ad7f6d0b94ac61
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2017-04-18 14:21:50 +02:00
Andreas Müller
ee4460ffa3
poppler: update 0.51.0 -> 0.53.0
...
c++ is now set by poppler itself [1]
[1] https://lists.freedesktop.org/archives/poppler/2017-March/012106.html
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2017-04-18 14:21:50 +02:00
Andreas Müller
711eaef2d9
networkmanager-openvpn: update 1.2.6 -> 1.2.8
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2017-04-18 14:21:49 +02:00