]> code.ossystems Code Review - openembedded-core.git/commitdiff
nativesdk-packagegroup-sdk-host.bb: remove nativesdk-dnf
authorChen Qi <Qi.Chen@windriver.com>
Sat, 29 Sep 2018 06:13:29 +0000 (14:13 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2018 14:26:09 +0000 (15:26 +0100)
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 <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb

index 448c2f6de420acedd7c6a11664ff06adcdd56254..3d0894581ba011313133ab4b013b4514cbfea8be 100644 (file)
@@ -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 \