Commit Graph

8607 Commits

Author SHA1 Message Date
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
Huang Qiyu
77eec4dc5c python-jsonpatch: 1.14 -> 1.15
Upgrade python-jsonpatch from 1.14 to 1.15.

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
67aff6b520 python-greenlet: 0.4.9 -> 0.4.11
1) Upgrade python-greenlet from 0.4.9 to 0.4.11.
2) Delete 0001-Use-x-instead-of-r-for-aarch64-register-names.patch, since it is integrated upstream.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:58 +01:00
Andre McCurdy
86ee2cdc49 rapidjson: explicitly disable unit tests
Normally the unit tests don't get compiled as gtest sources are not
available. However it's possible that gtest sources may be found on
the host, so make it explicit that unit tests should not be enabled.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:58 +01:00
Andre McCurdy
874527184f syslog-ng: drop obsolete pcre PACKAGECONFIG option
pcre is a hard dependency from syslog-ng 3.6 onwards.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:58 +01:00
Andre McCurdy
be4fe43035 syslog-ng: drop attempts to disable LFS
Forcefully disabling Large File Support in packages which enable it
by default is probably not the right thing to do anymore. Since the
syslog-ng configure.in file has been renamed to configure.ac, the
existing sed command would fail anyway.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:58 +01:00
Oleksandr Kravchuk
726862b3f8 jsoncpp: upgrade to 1.8.0
Upgraded jsoncpp to version 1.8.0 and changed home page to the new one.

Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:58 +01:00
Oleksandr Kravchuk
17844504db nodejs: update to 4.7.2
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:57 +01:00
Andre McCurdy
fc05a9f5fb log4c: add support for log4c-native
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:57 +01:00
Steven van der Schoot
f43ea8ff7c libiio: Update to 0.8
Signed-off-by: Steven van der Schoot <steven.vanderschoot@solarteameindhoven.nl>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:57 +01:00
Pascal Bach
8dbee05bc1 poco: update to 1.7.7
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:59:37 +01:00
Pascal Bach
0afa43b350 python-sqlalchemy: update to 1.1.4 and provide python2 and python3 package
The license hash change is due to a bump in the copyright year

Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:58:55 +01:00
Pascal Bach
13447acd1c python-pytz: provide native and nativesdk version for pytz
This allows it to be used during build in the setup.py of a package.
Like for example done in the astral PyPi package.

Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:58:55 +01:00
Andreas Müller
9b1ef52386 sip: re-add 4.19
* This recipe is based upon the version in meta-qt4 but that one requires qmake
  for configuration and qt4-x11 in dependencies.
  It was tested by building sip-native and sip from scratch: There is no need for
  a dependency on Qt.
* Since pyqt5 will be added in meta-qt5-extra and meta-qt4
  needs sip too: add it to a more common place.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:58:54 +01:00
Yi Zhao
279a2b3ffd makedumpfile: update to 1.6.1
* Support 4.8 kernel
* Add a patch to fix vmcore compressing for ppc64

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:58:54 +01:00
Andreas Müller
219e3f925e raptor2: initial add 2.0.15
* it is it in meta-office for a while. Now I need it in meta-qt5-extra too
* LICENSE.txt summarizes all licenses and explains that ot is user's choice
  which one to use

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:58:54 +01:00
Pascal Bach
76091264e9 python3-multidict: add package for multidict
This package is Python 3 only

Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:58:54 +01:00
Pascal Bach
1161ab8f8d python-yaml: provide both python2 and python3 package
Further the recipe is simplified by using the pypi and setuptools class.
The custom setup.py is no onger necessary.

Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-01-25 15:58:54 +01:00