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-03 13:13:26 +0100 |
commit | 6042021ef458399221fb689ece4795b07f5ab47f (patch) | |
tree | 7f97751da45d42ee3fc20d38ae50462ceca2b311 /meta | |
parent | 0bde4b9f0483d05f64862a151ff814570c0efbd2 (diff) | |
download | poky-6042021ef458399221fb689ece4795b07f5ab47f.tar.gz |
packagegroup-core-full-cmdline: drop python-dbus from the list of services
Any Python scripts should include this dependency explicitly.
(From OE-Core rev: f0caf5765f7a969917639912ffccb1c32e2012d1)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 = "\ | |||
143 | cronie \ | 143 | cronie \ |
144 | dbus \ | 144 | dbus \ |
145 | dbus-glib \ | 145 | dbus-glib \ |
146 | python-dbus \ | ||
147 | elfutils \ | 146 | elfutils \ |
148 | gzip \ | 147 | gzip \ |
149 | less \ | 148 | less \ |