[oe-commits] [openembedded-core] 06/10: nativesdk-packagegroup-sdk-host.bb: remove nativesdk-dnf

git at git.openembedded.org git at git.openembedded.org
Wed Oct 3 14:26:42 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a7005a4fc5f29db796b1d258b7c259b9433848ce
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Sat Sep 29 14:13:29 2018 +0800

    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 <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index 448c2f6..3d08945 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list