Commit Graph

10699 Commits

Author SHA1 Message Date
Derek Straka
0d7da1ed71 python-psutil: update to version 5.4.2
Create a tests package
Update RDEPENDS

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
089316de70 python-astroid: update to version 1.6.0
Split out the test packages
Update the RDEPENDS for minimal python installs

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
b3ffe04531 python-pymongo: update to version 3.6.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
8cfd98e478 python-pexpect: update to version 4.3.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Derek Straka
c6665323a8 python-flask-login: update to version 0.4.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-27 07:25:01 -08:00
Khem Raj
e32c5a17de libgnomeui: Fix build with newer glib-2.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-12-27 07:25:00 -08:00
Khem Raj
30998bfc32 libgnome: Fix invalid UTF-8 in header
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-12-27 07:23:45 -08:00
Bill Randle
2a6cfdd2d1 python3-blinker: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-26 20:38:35 -08:00
Bill Randle
1164c0c338 python-blinker: move core recipe code to .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-26 20:38:28 -08:00
Tobias Olausson
cf993a2c9e Move RDEPENDS on libasound-module to bluez4 since it has been removed from bluez5
See also: https://patchwork.openembedded.org/patch/139422/

Signed-off-by: Tobias Olausson <tobias.olausson@pelagicore.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:54:10 -08:00
Zheng Ruoqin
cc32ca8030 xrdp: Add some scripts and patches
Add some scripts and patches for xrdp to make it work properly.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:55 -08:00
Mark Asselstine
80b3f2e820 python-pyroute2: uprev to v0.4.21 (from 0.3.22)
Drop the json<-->simplejson patch instead opting to depend on
python-json (part of core python libs). Beyond this the uprev is
straightforward.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:55 -08:00
baali
6b9cb0a7b0 nghttp: cleaned up the recipe
Fixes in the recipe as suggested by Andre in the comments here:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-October/115154.html

Signed-off-by: Shantanu <shantanu@senic.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Hongxu Jia
bdd61709ba glade: 3.20.0 -> 3.20.2
Since glib-2.0 updated to 2.54.2, build glade 3.20.0 failed
...
|../../glade-3.20.0/gladeui/glade-signal-model.c:68:1:
error: conflicting types for 'g_ptr_array_find'
| g_ptr_array_find (GPtrArray *array, gpointer data)
...

The following commit in the new version fixed the issue.
...
commit cb87c89745c93969c3742e7a8a11d546c00107c8
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Aug 11 18:17:18 2017 -0300

    GladeSignalModel: rename g_ptr_array_find() to prt_array_find()

    GLib 2.54 introduced g_ptr_array_find() which clashes with our own
function

 gladeui/glade-signal-model.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
...

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Mingli Yu
1d943254ce passwdqc: add pam-passwdqc to RDEPENDS
Some basic function such as password change invoked
by programs such as passwd depends on pam_passwdqc.so
which is provided by subpackage pam-passwdqc.

Add pam-passwdqc to RDEPENDS for passwdqc.

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Qi Hou
aaf496df4c openldap: fix QA Warning
While building openldap, there was a warning, like below:

WARNING: QA Issue: openldap: Files/directories were installed but not shipped in any package:
  /usr/libexec
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
openldap: 1 installed and not shipped files. [installed-vs-shipped]

This is because that after openldap all contents of /usr/libexec are split
into subsets or moved into other directory and no one makes use of it.

So, to fix this QA warning, delete /usr/libexec.

Signed-off-by: Qi Hou <qi.hou@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
ea42a6f671 python[3]-flask-xstatic: new recipes
V2: add missing FILESEXTRAPATHS_prepend

Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
18f157cec3 python[3]-xstatic-font-awesome: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
99fd123afb python[3]-xstatic: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
c8419ea70e python[3]-flask-babel: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
c970883032 python[3]-speaklater: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
892fdab62a python[3]-flask-user: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
8a677a1e06 python[3]-flask-mail: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
875913e514 python[3]-flask-script: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
f231401c44 python[3]-flask-uploads: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
55d77b7e3f python[3]-flask-nav: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
d96548a395 python[3]-fask-migrate: new recipes
V2: fix typo on .inc filename

Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:54 -08:00
Bill Randle
b2a0661c4b python[3]-alembic: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
947c8e0cc5 python[3]-editor: new recipes
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
6f3ef2e63e python3-wtforms: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
3db2251f18 python-wtforms: move core of recipe to a .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
e4a673576e python3-visitor: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
2a61ca5253 python-visitor: move core of recipe to a .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
73445a39cb python3-flask-wtf: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
6c917a3781 python-flask-wtf: move core of recipe to a .inc file
V2: add FILESEXTRAPATH_prepend to pick up common patch directory.

Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
a899912764 python3-flask-sqlalchemy: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
bf2eb8abd1 python-flask-sqlalchemy: move core of recipe to a .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
7e4e134027 python3-flask-bootstrap: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:53 -08:00
Bill Randle
dd38e0e3f2 python-flask-bootstrap: move core of recipe to a .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-22 19:43:38 -08:00
Bill Randle
acfb8417e3 python3-dominate: new recipe
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Bill Randle
04590bdc1d python-dominate: move core of recipe to a .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Derek Straka
f00a7b9e70 python-ply: add a python3 version of the recipe
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Derek Straka
aecdd05a89 python-yappi: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Derek Straka
ec6c08f74c python-pylint: add a test package for unit tests
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Derek Straka
857ed16bc8 python-werkzeug: add a test package for the unit and integration tests
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Alexander Kanavin
ec5b6dd327 neon: add the recipe from oe-core
It is still required by libmusicbrainz, but is no longer needed
by oe-core. Switch the upstream to debian as webdav.org is down.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:58 -08:00
Derek Straka
7032352c45 python-pymongo: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
8e9b6e2697 python-dateutil: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
3eb2821a24 python-msgpack: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00
Derek Straka
ae9c2bad8a python-can: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00