diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:25:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-02 11:45:25 +0100 |
commit | f0caf5765f7a969917639912ffccb1c32e2012d1 (patch) | |
tree | 592b209296768614ff8b0423ab0ebe40846c1875 /meta/recipes-extended | |
parent | 5645bd904b41fb765a03c4246ce6bcc3cda28f9d (diff) | |
download | openembedded-core-f0caf5765f7a969917639912ffccb1c32e2012d1.tar.gz openembedded-core-f0caf5765f7a969917639912ffccb1c32e2012d1.tar.bz2 openembedded-core-f0caf5765f7a969917639912ffccb1c32e2012d1.zip |
packagegroup-core-full-cmdline: drop python-dbus from the list of services
Any Python scripts should include this dependency explicitly.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb index f33b43ee73..a60a68cbf2 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb @@ -143,7 +143,6 @@ RDEPENDS_packagegroup-core-full-cmdline-sys-services = "\ cronie \ dbus \ dbus-glib \ - python-dbus \ elfutils \ gzip \ less \ |