Commit Graph

8624 Commits

Author SHA1 Message Date
Andreas Oberritter
47d1e27b81 python-cffi: Don't overwrite inherited dependencies
Otherwise setuptools won't be found.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:25 +01:00
Armin Kuster
a0f5552df5 libnet-ssleay-perl: fix build error
../../libexec/i586-oe-linux/gcc/i586-oe-linux/6.3.0/ld: cannot find -lssl -lcrypto -lz
| collect2: error: ld returned 1 exit status
| Makefile:492: recipe for target 'blib/arch/auto/Net/SSLeay/SSLeay.so' failed
| make: *** [blib/arch/auto/Net/SSLeay/SSLeay.so] Error 1

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:24 +01:00
Ricardo Ribalda Delgado
dc1d8fad10 opencv: Configure freetype via PACKAGECONFIG
Since: http://errors.yoctoproject.org/Errors/Details/117456/ opencv
freetype module fails to build.

This patch disables that module by default via PACKAGECONFIG until we
find out a better way to do it.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:24 +01:00
Patrick Ohly
bc34c97efc multipath-tools: update to 0.6.4
No particular reason for updating besides following upstream.

Only kpartx has been tested after updating! Seems to work as before;
unfortunately that means that as in 0.5.0, "kpartx -d" doesn't do
anything.

Upstream refreshed the COPYING file, hence the checksum change:
$ git log --oneline 0.5.0..HEAD COPYING
bf05f63 multipath-tools: replace COPYING with a fresh copy from gnu.org
1d6c88a Update FSF address

The QA error that do-not-link-libmpathpersist-to-TMPDIR.patch fixes
no longer occurs because upstream changed that particular part of
the Makefile.

A new patch is needed to avoid building libcheckerrdb, which depends
on the (currently) unavailable librados.

The other patches had to be refreshed.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:24 +01:00
Patrick Ohly
960acf856f multipath-tools: fix building of shared objects
When -pie is in CFLAGS, it overrides the -shared compiler
flag, leading to link errors (undefined main) for shared
objects. Parameters must be ordered so that -shared comes
last.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:24 +01:00
Andre McCurdy
ebef449638 remove some more True options to getVar calls
getVar() now defaults to expanding by default, thus remove the True
option from getVar() calls. Fix a small number of cases not addressed
by the original patch:

  http://git.openembedded.org/meta-openembedded/commit/?id=efd3696e70a6603f1a45faa4a172433514f0a487

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:23 +01:00
Oleksandr Kravchuk
e79566f51d nano: upgrade to 2.7.4
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:23 +01:00
Andreas Müller
d307c4f59d jack: add ARM NEON support for sample conversions
Add a test application checking accurracy and performance win of accelerated
code.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:23 +01:00
Philip Balister
0db057da47 python-pyopenssl: Fix build for per recipe sysroot.
Reverse order of inherit and include to prevent DEPENDS= overwriting
values set in inherit.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:23 +01:00
Philip Balister
7e7fd567a8 python-ndg-httpsclient: Fix build for per recipe sysroot.
Reverse order of include and inherit to prevent DEPENDS=
being overwritten.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:23 +01:00
Philip Balister
396efbc55b python-cffi: Fix build for per-recipe sysroot.
Reverse the include and inherit to prevent the DEPENDS= in .inc from
overwriting the one from inherit.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:22 +01:00
Derek Straka
f091501c5b python-click: update to version 6.7
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:22 +01:00
Derek Straka
7cada0a96d python-psutil: upgrade to version 5.0.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:22 +01:00
Derek Straka
b7eb68c7ee python-pyro4: update to version 4.53
* Update license to reflect year change

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:22 +01:00
Derek Straka
ebe26af314 python-serpent: add new recipe for version 1.16
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:21 +01:00
Derek Straka
8241ef07f2 python-selectors34: add new recipe for version 1.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:21 +01:00
Ismo Puustinen
9fb591a6af libgphoto2: remove bash runtime dependency.
The bash scripts in upstream were converted to sh scripts. This allows
dropping the strict bash runtime dependency.

Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:21 +01:00
Andre McCurdy
18771a9c99 luajit: mips and mipsel are 32bit targets too
When cross compiling, the word size of the compiler set via HOST_CC
must match the word size of the target. That's achieved by appending
"-m32" to BUILD_CC_ARCH if the target word size is known to be 32bits.

Unfortunately the current list of over-rides (powerpc, x86 and arm)
does not cover all cases. Add mips and mipsel to the list too (which
is still not enough to cover all targets or corner cases such as x32,
but better than before).

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:21 +01:00
Paul Gortmaker
56019364d3 xfce: add dbus-glib-native to DEPENDS to fix do_configure
Now with the shared sysroot gone, an implicit dependency shows up as:

| checking for dbus-binding-tool... no
| configure: error: could not find dbus-binding-tool in $PATH. You can run
|   ./configure DBUS_BINDING_TOOL=/path/to/dbus-binding-tool to define
|   a custom location for it.
| ERROR: Function failed: do_configure (log file is located at /home/paul/poky/build/tmp/work/core2-64-overc-linux/xfdesktop/4.12.3-r0/temp/log.do_configure.9339)
ERROR: Task (/home/paul/poky/meta-openembedded/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb:do_configure) failed with exit code '1'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:20 +01:00
Ross Burton
fcc4940b7f tremor: add (from oe-core)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:20 +01:00
Derek Straka
585dd4136c python-netaddr: update to version 0.7.19
* Update license checksum as the copyright year changed

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:20 +01:00
Derek Straka
b74c656725 python-flask-bootstrap: update to version 3.3.7.1
* Updated license checksum for new release revision

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:20 +01:00
Derek Straka
a239276017 python-ipaddress: update to version 1.0.18
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:20 +01:00
Derek Straka
4a7fe831c7 nginx: update to version 1.11.8
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:19 +01:00
Andreas Müller
370553b28b onboard: initial add 1.3.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:19 +01:00
Marek Vasut
d77049facb picocom: Fix build
The picocom complains about missing GNU_HASH from the binary during
QA stage, this is because the picocom Makefile overrides CPPFLAGS,
CFLAGS and LDFLAGS. Fix this by passing those as an argument to make.
Moreover, since picocom 1.7 now accepts VERSION variable and the
UUCP_LOCK_DIR is set to /var/lock by default, drop the CPPFLAGS
override altogether and replace it simply with passing VERSION
argument to make to precisely retain the original intention.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:19 +01:00
Fathi Boudra
b9c6c88475 fwts: upgrade to 17.01.00 release
Update PV and SRCREV to match 17.01.00 release

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:19 +01:00
Qi.Chen@windriver.com
300d230304 rsyslog: use atomic builtins to avoid race issue
rsyslog uses a small program to check if compiler has atomic builtins
or not. This does not work when cross compiling, resulting in potential
race issue. In fact, when running ptest on intel-x86-64 board, we have
met the race problem.

As our compiler gcc, has atomic builtins, we force ap_cv_atomic_builtins
to be 'yes' so that rsyslog could make use of the atomic builtins and avoid
the race issue.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
2017-02-13 18:40:13 +01:00
Khem Raj
e5d586750e kodi-17: Fix build for qemuarm and update to latest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06 16:48:46 +01:00
Khem Raj
54edcc5700 kodi-17: Recommend python-ctpes for addons to work
Thanks Koen for this fix.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06 16:48:44 +01:00
Khem Raj
bd28b29d9f kodi-17: Upgrade 17.0 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06 16:48:42 +01:00
Khem Raj
610e094228 kodi-17: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06 16:48:19 +01:00
Khem Raj
eb45dac03d kodi-17: Add packageconfig for lcms support
Keep it disabled by default, makes builds more
deterministic

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06 16:48:18 +01:00
Khem Raj
99fce36cad kodi: Fix build with pic on x86_64
Upgrade 17.x to latest on master

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06 16:48:14 +01:00
Khem Raj
ab4369c584 kodi: Add krypton/17.0 recipe
remove obsoleted xbmc recipes
rename to recipes-mediacenter

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-06 16:48:12 +01:00
Andreas Müller
5ecbf9bab4 poppler: update to 0.51.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 16:00:02 +01:00
Andreas Müller
55493cb33b jack: add a PACKAGECONFIG for opus - disabled by default
It was broken before  libopus/--enable-custom-modes patch anyway and netjack2
is an enhanced feature not necessary by default.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 16:00:02 +01:00
Andreas Müller
65bb47c88d jack: fix PACKAGECONFIG for alsa
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 16:00:01 +01:00
Andreas Müller
3221d42525 jack: update to git master
I am interested in dither random generator fix [1]

[1] 0279a2d65a

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 16:00:01 +01:00
Andreas Müller
cde2d5367a libopus: add --enable-custom-modes to EXTRA_OECONF
* this is what jack is looking for
* while we are here do some polishing

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 16:00:01 +01:00
Andreas Müller
cab0c78565 libopus: update 1.1.2 -> 1.1.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 16:00:01 +01:00
Andreas Müller
0bb9d1dedc fltk: update 1.3.3 -> 1.3.4-1
* fix-boolean-issue-with-jpeg9.patch was applied upstream
* rebased fltk-no-freetype-config.patch and add Upstream-Status
* fix reconfigure by disabling autoheader

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 16:00:01 +01:00
Andreas Müller
afe081f582 xfce4-terminal: update 0.8.2 -> 0.8.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 16:00:00 +01:00
Joe Slater
a9d2b8bad9 netdata: derive PV from SRCPV
Currently, PV is "git" and contains no version information.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 16:00:00 +01:00
Joe Slater
74568b142b libubox: derive PV from SRCPV
Currently, PV is "git" and contains no version information.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 16:00:00 +01:00
Joe Slater
4ab4ed1021 gnulib: derive PV from SRCPV
Currently, PV is "git" and contains no version information.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 16:00:00 +01:00
Joe Slater
68548d4564 cppzmq: derive PV from SRCPV
Currently, PV is "git" and contains no version information.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:59 +01:00
Martin Jansa
591187d087 python: drop executable permission from recipes
* is someone editing these files on windows?

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:59 +01:00
Huang Qiyu
df522c53ce python-m2crypto: 0.23.0 -> 0.25.1
Upgrade python-m2crypto from 0.23.0 to 0.25.1.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:59 +01:00
Huang Qiyu
8db2f21a83 python-pyparsing: 2.1.4 -> 2.1.10
Upgrade python-pyparsing from 2.1.4 to 2.1.10.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:59 +01:00