summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python-netaddr: update to version 0.7.19Derek Straka2017-02-132-8/+8
| | | | | | | * 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>
* python-flask-bootstrap: update to version 3.3.7.1Derek Straka2017-02-131-3/+3
| | | | | | | * Updated license checksum for new release revision Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-ipaddress: update to version 1.0.18Derek Straka2017-02-131-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nginx: update to version 1.11.8Derek Straka2017-02-131-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* onboard: initial add 1.3.0Andreas Müller2017-02-131-0/+25
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* picocom: Fix buildMarek Vasut2017-02-131-1/+2
| | | | | | | | | | | | | 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>
* fwts: upgrade to 17.01.00 releaseFathi Boudra2017-02-131-2/+2
| | | | | | | 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>
* rsyslog: use atomic builtins to avoid race issueQi.Chen@windriver.com2017-02-131-1/+1
| | | | | | | | | | | | | 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>
* kodi-17: Fix build for qemuarm and update to latestKhem Raj2017-02-063-1/+144
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kodi-17: Recommend python-ctpes for addons to workKhem Raj2017-02-061-0/+1
| | | | | | Thanks Koen for this fix. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kodi-17: Upgrade 17.0 releaseKhem Raj2017-02-0612-74/+148
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kodi-17: Fix build with muslKhem Raj2017-02-064-0/+740
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kodi-17: Add packageconfig for lcms supportKhem Raj2017-02-061-0/+1
| | | | | | | Keep it disabled by default, makes builds more deterministic Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kodi: Fix build with pic on x86_64Khem Raj2017-02-062-1/+32
| | | | | | Upgrade 17.x to latest on master Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kodi: Add krypton/17.0 recipeKhem Raj2017-02-0620-369/+1126
| | | | | | | | 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>
* poppler: update to 0.51.0Andreas Müller2017-01-251-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jack: add a PACKAGECONFIG for opus - disabled by defaultAndreas Müller2017-01-251-1/+2
| | | | | | | | 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>
* jack: fix PACKAGECONFIG for alsaAndreas Müller2017-01-251-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jack: update to git masterAndreas Müller2017-01-251-1/+1
| | | | | | | | | I am interested in dither random generator fix [1] [1] https://github.com/jackaudio/jack2/commit/0279a2d65a36d1378f5bab56d95bf9e99cc8cefb Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libopus: add --enable-custom-modes to EXTRA_OECONFAndreas Müller2017-01-251-5/+7
| | | | | | | | * 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>
* libopus: update 1.1.2 -> 1.1.3Andreas Müller2017-01-251-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fltk: update 1.3.3 -> 1.3.4-1Andreas Müller2017-01-253-60/+38
| | | | | | | | | * 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>
* xfce4-terminal: update 0.8.2 -> 0.8.3Andreas Müller2017-01-251-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* netdata: derive PV from SRCPVJoe Slater2017-01-251-0/+1
| | | | | | | 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>
* libubox: derive PV from SRCPVJoe Slater2017-01-251-0/+1
| | | | | | | 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>
* gnulib: derive PV from SRCPVJoe Slater2017-01-251-0/+3
| | | | | | | 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>
* cppzmq: derive PV from SRCPVJoe Slater2017-01-251-0/+2
| | | | | | | 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>
* python: drop executable permission from recipesMartin Jansa2017-01-2512-0/+0
| | | | | | * is someone editing these files on windows? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-m2crypto: 0.23.0 -> 0.25.1Huang Qiyu2017-01-251-3/+3
| | | | | | | 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>
* python-pyparsing: 2.1.4 -> 2.1.10Huang Qiyu2017-01-251-2/+2
| | | | | | | 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>
* python-jsonpatch: 1.14 -> 1.15Huang Qiyu2017-01-251-2/+2
| | | | | | | 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>
* python-greenlet: 0.4.9 -> 0.4.11Huang Qiyu2017-01-252-43/+2
| | | | | | | | 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>
* rapidjson: explicitly disable unit testsAndre McCurdy2017-01-251-1/+1
| | | | | | | | | 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>
* syslog-ng: drop obsolete pcre PACKAGECONFIG optionAndre McCurdy2017-01-251-1/+0
| | | | | | | 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>
* syslog-ng: drop attempts to disable LFSAndre McCurdy2017-01-251-4/+0
| | | | | | | | | | 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>
* jsoncpp: upgrade to 1.8.0Oleksandr Kravchuk2017-01-251-4/+4
| | | | | | | 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>
* nodejs: update to 4.7.2Oleksandr Kravchuk2017-01-251-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* log4c: add support for log4c-nativeAndre McCurdy2017-01-251-0/+2
| | | | | Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libiio: Update to 0.8Steven van der Schoot2017-01-251-2/+2
| | | | | Signed-off-by: Steven van der Schoot <steven.vanderschoot@solarteameindhoven.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poco: update to 1.7.7Pascal Bach2017-01-251-1/+1
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sqlalchemy: update to 1.1.4 and provide python2 and python3 packagePascal Bach2017-01-254-14/+17
| | | | | | | 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>
* python-pytz: provide native and nativesdk version for pytzPascal Bach2017-01-251-1/+3
| | | | | | | | 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>
* sip: re-add 4.19Andreas Müller2017-01-251-0/+42
| | | | | | | | | | | | * 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>
* makedumpfile: update to 1.6.1Yi Zhao2017-01-252-2/+76
| | | | | | | | * 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>
* raptor2: initial add 2.0.15Andreas Müller2017-01-252-0/+59
| | | | | | | | | * 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>
* python3-multidict: add package for multidictPascal Bach2017-01-251-0/+9
| | | | | | | This package is Python 3 only Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-yaml: provide both python2 and python3 packagePascal Bach2017-01-254-88/+18
| | | | | | | | 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>
* python-pytz: provide both python2 and python3 packagesPascal Bach2017-01-253-15/+19
| | | | | Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-chardet: provide both python2 and python3 packagesPascal Bach2017-01-253-8/+12
| | | | | Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-system-monitor: fix build after update of gnome c++ bindingsAndreas Müller2017-01-251-0/+2
| | | | | | | | | | | | | | | | | | | In file included from <staging>/usr/include/c++/6.2.0/type_traits:35:0, from <staging>/usr/include/sigc++-2.0/sigc++/visit_each.h:22, from <staging>/usr/include/sigc++-2.0/sigc++/functors/slot.h:6, from <staging>/usr/include/sigc++-2.0/sigc++/signal_base.h:27, from <staging>/usr/include/sigc++-2.0/sigc++/signal.h:8, from <staging>/usr/include/sigc++-2.0/sigc++/sigc++.h:104, from <staging>/usr/include/glibmm-2.4/glibmm/thread.h:50, from <staging>/usr/include/glibmm-2.4/glibmm.h:89, from <staging>/usr/include/gtkmm-2.4/gtkmm.h:87, from ../../gnome-system-monitor-2.28.2/src/procman.cpp:26: <staging>/usr/include/c++/6.2.0/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. #error This file requires compiler and library support \ ^~~~~ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>