mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 06:49:21 +00: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:
parent
89ea0638df
commit
637d3c3555
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user