From: Chen Qi Date: Sat, 29 Sep 2018 06:13:29 +0000 (+0800) Subject: nativesdk-packagegroup-sdk-host.bb: remove nativesdk-dnf X-Git-Tag: uninative-2.3~169 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a7005a4fc5f29db796b1d258b7c259b9433848ce;p=openembedded-core.git nativesdk-packagegroup-sdk-host.bb: remove nativesdk-dnf Currently the dnf command inside SDK does not work. We will get error message like below: ImportError: No module named 'dnf' So remove it from nativesdk-packagegroup-sdk-host, otherwise, users will get unpleasant experience if they are working inside SDK environment on some distros like Fedora. Signed-off-by: Chen Qi Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 448c2f6de4..3d0894581b 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb @@ -21,7 +21,6 @@ RDEPENDS_${PN} = "\ nativesdk-automake \ nativesdk-shadow \ nativesdk-makedevs \ - nativesdk-dnf \ nativesdk-cmake \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ nativesdk-sdk-provides-dummy \