* otherwise fails when searching for libsystemd-journal:
  http://errors.yoctoproject.org/Errors/Details/614895/

DEBUG: Executing shell function do_configure
Traceback (most recent call last):
  File "setup.py", line 55, in <module>
    **lib('libsystemd', 'libsystemd-journal', **defines))
  File "setup.py", line 40, in lib
    status, result = pkgconfig(name, **kw)
  File "setup.py", line 18, in pkgconfig
    status, result = call(pkgconf, '--libs', '--cflags', package)
  File "setup.py", line 8, in call
    universal_newlines=True)
  File 
"TOPDIR/tmp-glibc/work/core2-64-oe-linux/python-systemd/234-r0/recipe-sysroot-native/usr/lib/python2.7/subprocess.py",
 line 394, in __init__
    errread, errwrite)
  File 
"TOPDIR/tmp-glibc/work/core2-64-oe-linux/python-systemd/234-r0/recipe-sysroot-native/usr/lib/python2.7/subprocess.py",
 line 1047, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Signed-off-by: Martin Jansa <[email protected]>
---
 recipes-devtools/python/python-systemd_234.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/python/python-systemd_234.bb 
b/recipes-devtools/python/python-systemd_234.bb
index 907ea99..fd657ed 100644
--- a/recipes-devtools/python/python-systemd_234.bb
+++ b/recipes-devtools/python/python-systemd_234.bb
@@ -8,7 +8,7 @@ DEPENDS += "systemd (<=234)"
 RDEPENDS:${PN} += "systemd ${PYTHON_PN}-syslog ${PYTHON_PN}-logging"
 REQUIRED_DISTRO_FEATURES = "systemd"
 
-inherit pypi features_check setuptools
+inherit pypi features_check setuptools pkgconfig
 
 SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d"
 SRC_URI[sha256sum] = 
"fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7"
-- 
2.32.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#93600): 
https://lists.openembedded.org/g/openembedded-devel/message/93600
Mute This Topic: https://lists.openembedded.org/mt/86604853/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to