diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-09-29 14:13:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-04 14:21:41 +0100 |
commit | 637d3c3555fd92f4ed51a95f9592a57d08feb345 (patch) | |
tree | 38b274633a099b9bfd2f79c6ec1d73c1c6d1781f /meta/recipes-core | |
parent | 89ea0638df93db35fdab3200c1c9d1e50ffdf5cf (diff) | |
download | poky-637d3c3555fd92f4ed51a95f9592a57d08feb345.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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} = "\ | |||
21 | nativesdk-automake \ | 21 | nativesdk-automake \ |
22 | nativesdk-shadow \ | 22 | nativesdk-shadow \ |
23 | nativesdk-makedevs \ | 23 | nativesdk-makedevs \ |
24 | nativesdk-dnf \ | ||
25 | nativesdk-cmake \ | 24 | nativesdk-cmake \ |
26 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ | 25 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ |
27 | nativesdk-sdk-provides-dummy \ | 26 | nativesdk-sdk-provides-dummy \ |