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

Florian Wickert fw at javox-solutions.com
Fri Aug 3 06:49:28 UTC 2018


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 <fw at javox-solutions.com>
---
 meta-python/recipes-devtools/python/python-pyudev.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-python/recipes-devtools/python/python-pyudev.inc b/meta-python/recipes-devtools/python/python-pyudev.inc
index cb906c9ec..683a75cdd 100644
--- a/meta-python/recipes-devtools/python/python-pyudev.inc
+++ b/meta-python/recipes-devtools/python/python-pyudev.inc
@@ -15,4 +15,5 @@ RDEPENDS_${PN} = "\
     ${PYTHON_PN}-misc \
     ${PYTHON_PN}-six \
     ${PYTHON_PN}-threading \
+    libudev \
 "
-- 
2.18.0




More information about the Openembedded-devel mailing list