summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kexecboot: update recipe to master on github (4c4f127)Andrea Adami2017-06-226-376/+4
| | | | | | | | With pending OE patches and a new fix for gcc 7. Set PV = "0.6+git${SRCPV}" while waiting for a new 0.7 tarball upstream. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zabbix: 3.0.8 -> 3.0.9fan.xin2017-06-221-2/+2
| | | | | Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-wrapt: adds Python3 supportDaniela Plascencia2017-06-223-15/+19
| | | | | | | Extend the recipe for Python3 support. Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-astroid: adds Python3 supportDaniela Plascencia2017-06-223-16/+28
| | | | | | | Extend the recipe for Python3 support. Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-lazy-object-proxy: adds Python3 supportDaniela Plascencia2017-06-223-10/+14
| | | | | | | Extend the recipe for Python3 support. Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-isort: adds Python3 supportDaniela Plascencia2017-06-223-11/+14
| | | | | | | Extend the recipe for Python3 support. Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pylint: adds Python3 supportDaniela Plascencia2017-06-223-43/+36
| | | | | | | Extend the recipe for Python3 support. Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* makedumpfile: Fix build with hardeningKhem Raj2017-06-222-3/+39
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gitver: skip packages instead of panic()ing if ${GITVER} fails to expandAlejandro Mery2017-06-221-13/+10
| | | | | | | | | | | | | | | | `inherit externalsrc gitver` is a very useful combo to get development trees in your workspace having a ${PN}_git.bb with PV=${GITVER} coexisting with a regular ${PN}_${PV}.bb but not everyone wants to checkout all developments sources and managinging different layers for each options is quite troublesome. making `gitver` skip the .bb instead of panic()ing every time EXTERNALSRC is missing allows people to have a single development layer where packages get enabled if the right sources are present or falling back to the last release if not Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-setuptools-scm: update to version 1.15.6Derek Straka2017-06-193-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tiobench: Fix build with hardening flagsKhem Raj2017-06-192-0/+50
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openocd: Fix build with gcc7Khem Raj2017-06-196-2/+299
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ssiapi: Fix build with gcc7 and muslKhem Raj2017-06-197-1/+1170
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libvncserver: upgrade to 0.9.11Kyle Russell2017-06-193-563/+7
| | | | | | | | | | | | - Updates the SRC_URI to pull from the github project instead of debian - Removes the need for the configure.ac patch since the github archive still contains the webclient directory, no impact to built packages - sha1.c patch now included on 0.9.11 - adds systemd dependency for distros building with systemd - removes conf flag for libva since that support has been removed in 0.9.11 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nginx: update to version 1.13.1Derek Straka2017-06-191-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-paho-mqtt: update to version 1.2.3Derek Straka2017-06-193-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pytest: update to version 3.1.2Derek Straka2017-06-193-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-prompt-toolkit: update to version 1.0.14Derek Straka2017-06-193-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-parse: update to version 1.8.2Derek Straka2017-06-192-13/+13
| | | | | | | Verify the license terms and update the start, stop, and checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mprpc: update to version 0.1.14Derek Straka2017-06-194-40/+2
| | | | | | | Remove patch incorporated in upstream release Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-lazy-object-proxy: update to version 1.3.1Derek Straka2017-06-192-10/+10
| | | | | | | Verify license terms and update the checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-flask-pymongo: update to version 0.5.1Derek Straka2017-06-193-3/+3
| | | | | | | Verify the license terms remain the same and update checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-flask: update to version 0.12.2Derek Straka2017-06-193-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pybind11: update to version 2.1.1Derek Straka2017-06-193-4/+3
| | | | | | | Verify the license terms are the same and update the checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-multidict: update to version 2.1.6Derek Straka2017-06-193-45/+9
| | | | | | | Drop patch incorporated in upstream release Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cryptography: update to version 1.9Derek Straka2017-06-193-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cryptography-vectors: update to version 1.9Derek Straka2017-06-193-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-urllib3: update to version 1.21.1Derek Straka2017-06-193-3/+3
| | | | | | | Verify license terms remain the same and update checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-zopeinterface: update to version 4.4.2Derek Straka2017-06-193-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-gsocketpool: update to version 0.1.6Derek Straka2017-06-194-41/+2
| | | | | | | Remove patch that has been applied upstream in this release Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-unidiff: update to version 0.5.4Derek Straka2017-06-192-15/+9
| | | | | | | Remove do_install_append that no longer applies Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-isort: update to version 4.2.15Derek Straka2017-06-191-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-py: update to version 1.4.34Derek Straka2017-06-193-3/+3
| | | | | | | Verify the license terms remain the same and update the checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-selectors34: update to version 1.2Derek Straka2017-06-192-12/+12
| | | | | | | Verify the license remains the same and update the checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-serpent: update to version 1.22Derek Straka2017-06-193-3/+3
| | | | | | | | Verify the license terms have not changed and update checksum based on the latest PKG-INFO Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-gevent: update to version 1.2.2Derek Straka2017-06-193-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sqlalchemy: update to version 1.1.10Derek Straka2017-06-193-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-monotonic: update to version 1.3Derek Straka2017-06-191-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jsonpatch: update to version 1.16Derek Straka2017-06-191-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pbr: update to version 3.0.1Derek Straka2017-06-191-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-wrapt: update to version 1.10.10Derek Straka2017-06-191-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-lxml: update to version 3.8.0Derek Straka2017-06-193-3/+3
| | | | | | | Verified license terms remain the same and updated the checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cmd2: update to version 0.7.2Derek Straka2017-06-191-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-chardet: update to version 3.0.4Derek Straka2017-06-193-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-astroid: update to version 1.5.3Derek Straka2017-06-191-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kconfig-frontends: Update to 4.11.0.1Peter Kjellerstedt2017-06-194-70/+36
| | | | | | | | No longer needed patches have been removed, and one patch has been backported instead of using the submitted patch. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kconfig-frontends: Add recipePeter Kjellerstedt2017-06-194-0/+133
| | | | | | | | | | | | | This provides the kconfig infrastructure that is used for the Linux kernel as a standalone package. It is not, however, intended to be used for the kernel itself, but can be used by other packages that are based on kconfig. This is a verbatim copy of the corresponding recipe in OE-core since that recipe is being removed. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libfile-slurp-perl: add new recipeJackie Huang2017-06-191-0/+19
| | | | | | | | | | This module provides subroutines to read or write entire files with a simple call. It also has a subroutine for reading the list of filenames in a directory. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* passwdqc: add new recipe and replace pam-passwdqcJackie Huang2017-06-195-205/+94
| | | | | | | | | | | | passwdqc is a password/passphrase strength checking and policy enforcement toolset, including an optional PAM module (pam_passwdqc), command-line programs(pwqcheck and pwqgen), and a library(libpasswdqc). pam_passwdqc 1.0.5 is the final version of pam_passwdqc only before it's turned into passwdqc in 2009, so remove the pam-passwdqc recipe. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rrdtool: allow configuration to disable nlsRandy MacLeod2017-06-191-1/+2
| | | | | | | | | | | | | | | | | When building rrdtool for a 'tiny' distro, that does not have native language support (NLS) in glibc, configure fails with the error: autoreconf: failed to run autopoint: No such file or directory Autopoint is part of gettext but without NLS support we populate the sysroot with gettext-minimal-native rather then the full set of gettext executables. This version does not install autopoint, nor should it. Tell autoreconf to skip the check for the autopoint script regardless of NLS support and use the USE_NLS varible to conditionally enable NLS support. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>