[oe] rtmpdump and GnuTLS

2019-06-14 Thread Florian Wickert
, Florian -- Florian Wickert, M.Sc. Javox Solutions GmbH Gallierstr. 33, 52074 Aachen Germany Phone: +49 241 99034569 Web: www.javox-solutions.com -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org

[oe] [meta-python][PATCH] add libudev to python-pyudev RDEPENDS

2018-08-03 Thread Florian Wickert
pyudev uses ctypes to load libudev shared library at runtime which results in an exception if it cannot be found Signed-off-by: Florian Wickert --- meta-python/recipes-devtools/python/python-pyudev.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python

[oe] [meta-python][PATCH] Add missing dependency for python-flask packages.

2018-05-02 Thread Florian Wickert
The module werkzeug.test is moved to the python-werkzeug-tests package since commit 857ed16. Flask imports werkzeug.tests during exception handling which results in "ImportError: No module named 'werkzeug.test'". Signed-off-by: Florian Wickert <f...@javox-solutions.com> --- met

Re: [oe] [meta-python][PATCH v2] systemd-python: add a new recipe

2017-04-11 Thread Florian Wickert
I suggest to use DEPENDS += "systemd (<=234)" to enforce version checking against systemd for this recipe. License is LICENSE = "LGPLv2.1+" from what I see on github. Also, since you are using ${PYTHON_PN} already, it would be good to have both python 2 & 3 recipes. On 04/10/2017 11:31 PM,

[oe] [PATCH] jack: remove (non-existing) package jack from dependencies of jack-dev

2017-04-07 Thread Florian Wickert
jack-dev depends on jack, which does not exist. This patch removes this dependency. Signed-off-by: Florian Wickert <f...@javox-solutions.com> --- meta-oe/recipes-multimedia/jack/jack_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-multimedia/jack/jack_git.bb

Re: [oe] [PATCH] jack: allow empty jack package to satisfy jack-dev dependency

2017-04-07 Thread Florian Wickert
You are right, empty packages are not a good solution. I made a new patch and fixed the dependency instead. On 04/06/2017 06:12 PM, Martin Jansa wrote: NAK, no more useless empty packages, see ML it's discussed every few weeks. On Thu, Apr 6, 2017 at 4:16 PM, Florian Wickert <f...@ja

[oe] [PATCH] jack: allow empty jack package to satisfy jack-dev dependency

2017-04-06 Thread Florian Wickert
jack-dev depends on jack, which does not exist before this patch. The empty package satisfies this dependency. Signed-off-by: Florian Wickert <f...@javox-solutions.com> --- meta-oe/recipes-multimedia/jack/jack_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/r