[oe] [meta-networking][PATCH] net-snmp: check that executable is used before testing for existance

2017-09-24 Thread Bill Randle
by first checking to see if the executable is to be used. -Bill Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-networking/recipes-protocols/net-snmp/files/init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-networking/recipes-protocols/net-snmp

[oe] [meta-python][PATCH] python-can: update to version 2.0.0b1

2017-09-25 Thread Bill Randle
While 1.5.2 is the latest release on the master branch of python-can, it is over a year old and many improvements and bugfixes have ben made in the develop branch that make it worth using over master. Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/

[oe] [meta-python][PATCH 09/12] python-visitor: move core of recipe to a .inc file

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-visitor.inc | 6 ++ meta-python/recipes-devtools/python/python-visitor_0.1.3.bb | 8 +--- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 meta-python/r

[oe] [meta-python][PATCH 08/12] python3-flask-wtf: new recipe

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python3-flask-wtf_0.12.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-wtf_0.12.bb diff --git a/meta-python/recipes-devtools/python/p

[oe] [meta-python][PATCH 04/12] python3-flask-bootstrap: new recipe

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb diff --git a/meta-python/r

[oe] [meta-python][PATCH 07/12] python-flask-wtf: move core of recipe to a .inc file

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-wtf.inc| 15 +++ .../recipes-devtools/python/python-flask-wtf_0.12.bb| 17 + 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 meta-

[oe] [meta-python][PATCH 06/12] python3-flask-sqlalchemy: new recipe

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb diff --git a/meta-python/r

[oe] [meta-python][PATCH 01/12] python-dominate: move core of recipe to a .inc file

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-dominate.inc | 11 +++ .../recipes-devtools/python/python-dominate_2.3.1.bb| 13 + 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 meta-

[oe] [meta-python][PATCH 02/12] python3-dominate: new recipe

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb diff --git a/meta-python/recipes-devtools/python/p

[oe] [meta-python][PATCH 05/12] python-flask-sqlalchemy: move core of recipe to a .inc file

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-sqlalchemy.inc | 10 ++ .../recipes-devtools/python/python-flask-sqlalchemy_2.3.2.bb | 12 +--- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta-

[oe] [meta-python][PATCH 03/12] python-flask-bootstrap: move core of recipe to a .inc file

2017-11-29 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-bootstrap.inc | 14 ++ .../python/python-flask-bootstrap_3.3.7.1.bb | 16 +--- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 meta-

[oe] [meta-python][PATCH 00/12] Create Python3 recipies for several existing Python2 recipes

2017-11-29 Thread Bill Randle
This set of patches creates the Python3 variant of several existing Python2 packages. It first moves the core of the existing recipe(s) into a .inc file, then creates python-*-.bb and python3-*.bb files that reference the new .inc file. Bill Randle (12): python-dominate: move core of recipe

[oe] [meta-python][PATCH 00/13] New recipes for additional flask extensions

2017-12-01 Thread Bill Randle
The basic flask recipes and recipes for a few flask extensions are currently present in meta-python. This patch adds several more flask extensions and their dependencies, useful for building full featured web sites. Both python and python3 receipes are provided. Bill Randle (13): python[3

[oe] [meta-python][PATCH 2/2] python3-blinker: new recipe

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python3-blinker_1.4.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-blinker_1.4.bb diff --git a/meta-python/recipes-devtools/python/p

[oe] [meta-python][PATCH 01/13] python[3]-editor: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-editor.inc | 9 + meta-python/recipes-devtools/python/python-editor_1.0.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-editor_1.0.3.bb | 2 ++ 3 files changed, 13 inse

[oe] [meta-python][PATCH 11/13] python[3]-xstatic: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-xstatic.inc | 14 ++ .../recipes-devtools/python/python-xstatic_1.0.1.bb| 2 ++ .../recipes-devtools/python/python3-xstatic_1.0.1.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 10/13] python[3]-flask-babel: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-babel.inc | 16 .../recipes-devtools/python/python-flask-babel_0.11.2.bb | 2 ++ .../python/python3-flask-babel_0.11.2.bb | 2 ++ 3 files changed, 20 inse

[oe] [meta-python][PATCH 12/13] python[3]-xstatic-font-awesome: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../python/python-xstatic-font-awesome.inc | 17 + .../python/python-xstatic-font-awesome_4.7.0.0.bb | 2 ++ .../python/python3-xstatic-font-awesome_4.7.0.0.bb | 2 ++ 3 files changed, 21 inse

[oe] [meta-python][PATCH 09/13] python[3]-speaklater: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-speaklater.inc | 9 + meta-python/recipes-devtools/python/python-speaklater_1.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-speaklater_1.3.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 13/13] python[3]-flask-xstatic: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-xstatic.inc | 15 +++ .../python/python-flask-xstatic/remove-pip-requires.patch | 7 +++ .../recipes-devtools/python/python-flask-xstatic_0.0.1.bb | 2 ++ .../python/p

[oe] [meta-python][PATCH 03/13] python[3]-fask-migrate: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-migrate.inc | 14 ++ .../recipes-devtools/python/python-flask-migrate_2.1.1.bb | 2 ++ .../recipes-devtools/python/python3-flask-migrate_2.1.1.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 07/13] python[3]-flask-mail: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-flask-mail.inc| 12 .../recipes-devtools/python/python-flask-mail_0.9.1.bb | 2 ++ .../recipes-devtools/python/python3-flask-mail_0.9.1.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 08/13] python[3]-flask-user: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-user.inc | 17 + .../recipes-devtools/python/python-flask-user_0.6.19.bb | 2 ++ .../python/python3-flask-user_0.6.19.bb | 2 ++ 3 files changed, 21 inse

[oe] [meta-python][PATCH 04/13] python[3]-flask-nav: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-flask-nav.inc| 13 + meta-python/recipes-devtools/python/python-flask-nav_0.6.bb | 2 ++ .../recipes-devtools/python/python3-flask-nav_0.6.bb| 2 ++ 3 files chang

[oe] [meta-python][PATCH 02/13] python[3]-alembic: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-alembic.inc | 13 + meta-python/recipes-devtools/python/python-alembic_0.9.6.bb | 2 ++ .../recipes-devtools/python/python3-alembic_0.9.6.bb| 2 ++ 3 files chang

[oe] [meta-python][PATCH 05/13] python[3]-flask-uploads: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-flask-uploads.inc | 12 .../recipes-devtools/python/python-flask-uploads_0.2.1.bb| 2 ++ .../recipes-devtools/python/python3-flask-uploads_0.2.1.bb | 2 ++ 3 files chang

[oe] [meta-python][PATCH 06/13] python[3]-flask-script: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-flask-script.inc | 12 .../recipes-devtools/python/python-flask-script_2.0.6.bb | 2 ++ .../recipes-devtools/python/python3-flask-script_2.0.6.bb| 2 ++ 3 files chang

[oe] [meta-python][V2 PATCH 04/12] python3-flask-bootstrap: new recipe

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb diff --git a/meta-python/r

[oe] [meta-python][V2 PATCH 00/12] Create Python3 recipies for several existing Python2 recipes

2017-12-07 Thread Bill Randle
This set of patches creates the Python3 variant of several existing Python2 packages. It first moves the core of the existing recipe(s) into a .inc file, then creates python-*-.bb and python3-*.bb files that reference the new .inc file. V2: the only change is to patch 07 of the series. Bill

[oe] [meta-python][V2 PATCH 01/12] python-dominate: move core of recipe to a .inc file

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-dominate.inc | 11 +++ .../recipes-devtools/python/python-dominate_2.3.1.bb| 13 + 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 meta-

[oe] [meta-python][V2 PATCH 03/12] python-flask-bootstrap: move core of recipe to a .inc file

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-bootstrap.inc | 14 ++ .../python/python-flask-bootstrap_3.3.7.1.bb | 16 +--- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 meta-

[oe] [meta-python][V2 PATCH 07/12] python-flask-wtf: move core of recipe to a .inc file

2017-12-07 Thread Bill Randle
V2: add FILESEXTRAPATH_prepend to pick up common patch directory. Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-wtf.inc| 15 +++ .../recipes-devtools/python/python-flask-wtf_0.12.bb| 17 + 2 files c

[oe] [meta-python][V2 PATCH 08/12] python3-flask-wtf: new recipe

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python3-flask-wtf_0.12.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-wtf_0.12.bb diff --git a/meta-python/recipes-devtools/python/p

[oe] [meta-python][V2 PATCH 05/12] python-flask-sqlalchemy: move core of recipe to a .inc file

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-sqlalchemy.inc | 10 ++ .../recipes-devtools/python/python-flask-sqlalchemy_2.3.2.bb | 12 +--- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 meta-

[oe] [meta-python][V2 PATCH 06/12] python3-flask-sqlalchemy: new recipe

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb diff --git a/meta-python/r

[oe] [meta-python][V2 PATCH 02/12] python3-dominate: new recipe

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb diff --git a/meta-python/recipes-devtools/python/p

[oe] [meta-python][V2 PATCH 13/13] python[3]-flask-xstatic: new recipes

2017-12-07 Thread Bill Randle
V2: add missing FILESEXTRAPATHS_prepend Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-xstatic.inc | 15 +++ .../python/python-flask-xstatic/remove-pip-requires.patch | 7 +++ .../recipes-devtools/python/python

[oe] [meta-python][V2 PATCH 12/13] python[3]-xstatic-font-awesome: new recipes

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../python/python-xstatic-font-awesome.inc | 17 + .../python/python-xstatic-font-awesome_4.7.0.0.bb | 2 ++ .../python/python3-xstatic-font-awesome_4.7.0.0.bb | 2 ++ 3 files changed, 21 inse

[oe] [meta-python][V2 PATCH 11/13] python[3]-xstatic: new recipes

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-xstatic.inc | 14 ++ .../recipes-devtools/python/python-xstatic_1.0.1.bb| 2 ++ .../recipes-devtools/python/python3-xstatic_1.0.1.bb | 2 ++ 3 files chang

[oe] [meta-python][V2 PATCH 07/13] python[3]-flask-mail: new recipes

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-flask-mail.inc| 12 .../recipes-devtools/python/python-flask-mail_0.9.1.bb | 2 ++ .../recipes-devtools/python/python3-flask-mail_0.9.1.bb | 2 ++ 3 files chang

[oe] [meta-python][V2 PATCH 08/13] python[3]-flask-user: new recipes

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-user.inc | 17 + .../recipes-devtools/python/python-flask-user_0.6.19.bb | 2 ++ .../python/python3-flask-user_0.6.19.bb | 2 ++ 3 files changed, 21 inse

[oe] [meta-python][V2 PATCH 05/13] python[3]-flask-uploads: new recipes

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-flask-uploads.inc | 12 .../recipes-devtools/python/python-flask-uploads_0.2.1.bb| 2 ++ .../recipes-devtools/python/python3-flask-uploads_0.2.1.bb | 2 ++ 3 files chang

[oe] [meta-python][V2 PATCH 10/13] python[3]-flask-babel: new recipes

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-babel.inc | 16 .../recipes-devtools/python/python-flask-babel_0.11.2.bb | 2 ++ .../python/python3-flask-babel_0.11.2.bb | 2 ++ 3 files changed, 20 inse

[oe] [meta-python][V2 PATCH 03/13] python[3]-fask-migrate: new recipes

2017-12-07 Thread Bill Randle
V2: fix typo on .inc filename Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../recipes-devtools/python/python-flask-migrate.inc | 14 ++ .../recipes-devtools/python/python-flask-migrate_2.1.1.bb | 2 ++ .../recipes-devtools/python/python3-flask-migrate_2.1.1.b

[oe] [meta-python][V2 PATCH 09/13] python[3]-speaklater: new recipes

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-speaklater.inc | 9 + meta-python/recipes-devtools/python/python-speaklater_1.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-speaklater_1.3.bb | 2 ++ 3 files chang

[oe] [meta-python][V2 PATCH 02/13] python[3]-alembic: new recipes

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-alembic.inc | 13 + meta-python/recipes-devtools/python/python-alembic_0.9.6.bb | 2 ++ .../recipes-devtools/python/python3-alembic_0.9.6.bb| 2 ++ 3 files chang

[oe] [meta-python][V2 PATCH 12/12] python3-wtforms: new recipe

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python3-wtforms_2.1.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-wtforms_2.1.bb diff --git a/meta-python/recipes-devtools/python/p

[oe] [meta-python][V2 PATCH 10/12] python3-visitor: new recipe

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb diff --git a/meta-python/recipes-devtools/python/p

[oe] [meta-python][V2 PATCH 11/12] python-wtforms: move core of recipe to a .inc file

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-wtforms.inc | 16 .../recipes-devtools/python/python-wtforms_2.1.bb | 18 +- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 meta-

[oe] [meta-python][V2 PATCH 01/13] python[3]-editor: new recipes

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-editor.inc | 9 + meta-python/recipes-devtools/python/python-editor_1.0.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-editor_1.0.3.bb | 2 ++ 3 files changed, 13 inse

[oe] [meta-python][V2 PATCH 00/13] New recipes for additional flask extensions

2017-12-07 Thread Bill Randle
-migrate) and 13/13 (flask-xstatic). The rest are unchanged. Bill Randle (13): python[3]-editor: new recipes python[3]-alembic: new recipes python[3]-fask-migrate: new recipes python[3]-flask-nav: new recipes python[3]-flask-uploads: new recipes python[3]-flask-script: new recipes python

[oe] [meta-python][V2 PATCH 09/12] python-visitor: move core of recipe to a .inc file

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-visitor.inc | 6 ++ meta-python/recipes-devtools/python/python-visitor_0.1.3.bb | 8 +--- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 meta-python/r

[oe] [meta-python][V2 PATCH 06/13] python[3]-flask-script: new recipes

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-flask-script.inc | 12 .../recipes-devtools/python/python-flask-script_2.0.6.bb | 2 ++ .../recipes-devtools/python/python3-flask-script_2.0.6.bb| 2 ++ 3 files chang

[oe] [meta-python][V2 PATCH 04/13] python[3]-flask-nav: new recipes

2017-12-07 Thread Bill Randle
Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- meta-python/recipes-devtools/python/python-flask-nav.inc| 13 + meta-python/recipes-devtools/python/python-flask-nav_0.6.bb | 2 ++ .../recipes-devtools/python/python3-flask-nav_0.6.bb| 2 ++ 3 files chang

Re: [oe] [meta-python][PATCH 00/12] Create Python3 recipies for several existing Python2 recipes

2017-12-05 Thread Bill Randle
On Tue, Dec 5, 2017 at 6:48 PM, akuster808 <akuster...@gmail.com> wrote: > Bill, > > > On 11/29/2017 09:46 PM, Bill Randle wrote: >> This set of patches creates the Python3 variant of several existing Python2 >> packages. >> It first moves the core of the

Re: [oe] [meta-python][PATCH 03/13] python[3]-fask-migrate: new recipes

2017-12-05 Thread Bill Randle
Ouch! Good find. I'll issue a revised patch. -Bill On Tue, Dec 5, 2017 at 6:13 PM, akuster808 <akuster...@gmail.com> wrote: > > > On 12/01/2017 09:12 PM, Bill Randle wrote: >> Signed-off-by: Bill Randle <bill.ran...@gmail.com> >> --- >> .../recipes-d

Re: [oe] [meta-python][PATCH 07/12] python-flask-wtf: move core of recipe to a .inc file

2017-12-05 Thread Bill Randle
On Tue, Dec 5, 2017 at 8:03 PM, Tim Orling <timothy.t.orl...@linux.intel.com> wrote: > >> On Dec 5, 2017, at 7:57 PM, akuster808 <akuster...@gmail.com> wrote: >> >> >> >> On 11/29/2017 09:47 PM, Bill Randle wrote: >>> Signed-off-by: Bill

[oe] [meta-oe][PATCH] smstools3: remove bash dependency on packaged scripts

2017-12-31 Thread Bill Randle
in the packaged scripts and they run ok under Busybox. Upstream-Status: Submitted [http://smstools3.kekekasvi.com/topic.php?post=6188#post6188] Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../smstools3/smstools3/scripts_no_bash.patch | 32 ++ .../smstools3/smstools3_

[oe] [meta-oe][PATCH] smstools3: update to 3.1.21; drop uneeded patches

2017-12-23 Thread Bill Randle
Update smstools3 to latest version and drop some patches that no longer seem to be required. (Builds and runs fine on poky.) Signed-off-by: Bill Randle <bill.ran...@gmail.com> --- .../smstools3/fix-makefile-override.patch | 24 -- ...s_binpath_and_psops

Re: [oe] [oe-commits] [meta-openembedded] 14/30: python[3]-flask-nav: new recipes

2017-12-24 Thread Bill Randle
org/pipermail/openembedded-devel/2017-December/115865.html posted on the mailing list five days earlier than the patch for flask-nav. I should have perhaps put a note in the patch series that the previously submitted patch was also required as a prerequisite. I'll to do that in the future.

[oe] [meta-oe] smstools3

2017-12-20 Thread Bill Randle
When smstools3 was added to meta-oe/recipes-connectivity in 2015, a patch was included to the init script to change to 'ps' options used to find the pid during stop. The original (as distributed by the author) has PSOPT="-e" and the patch changes it to PSOPT="". The way it is used is: if "ps

Re: [oe] [PATCH 0/2] poppler nightmare

2018-04-03 Thread Bill Randle
I recently tried to cross build the current version of poppler for an embedded ARM system. This was not under the Yocto/OE build environment, but I never could get quite the right cmake config file to get the thing to build. Since I just needed it for the pdftoraster cups filter, I punted and