mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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. (From OE-Core rev: a7005a4fc5f29db796b1d258b7c259b9433848ce) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user