From: Kai Kang <[email protected]> Add 'native' to BBCLASSEXTEND to provides python3-pyudev-native which is required by lvm2 when package config 'dbus' is enabled.
Signed-off-by: Kai Kang <[email protected]> --- meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb index 6fcf346bc..8bc3afdb5 100644 --- a/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb @@ -20,3 +20,5 @@ RDEPENDS:${PN} = "\ ${PYTHON_PN}-fcntl \ libudev \ " + +BBCLASSEXTEND = "native" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#107225): https://lists.openembedded.org/g/openembedded-devel/message/107225 Mute This Topic: https://lists.openembedded.org/mt/102992734/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
