diff options
author | Ross Burton <ross.burton@intel.com> | 2016-06-16 10:02:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-16 11:11:40 +0100 |
commit | 39ed5441c58daedddca8dfaee1d310f5c62337e6 (patch) | |
tree | 8aeb20083880d167812d7f2113d82b9aa219f8ad /meta/recipes-devtools/packagegroups | |
parent | 2a85038dd03463774fb787b655887297ec4f0a04 (diff) | |
download | poky-39ed5441c58daedddca8dfaee1d310f5c62337e6.tar.gz |
packagegroup-core-device-devel: add binutils-symlinks
This packagegroup previously included oprofileui-server which indirectly
depended on binutils-symlinks. Since the removal of oprofileui-server
binutils-symlinks wasn't pulled in, which makes a packagegroup apparently for
development on the target fairly useless (and also broke QA).
(From OE-Core rev: a4f05a1427ba5bdad9b0d81c5d2cf4f96ae2452b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/packagegroups')
-rw-r--r-- | meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb index d20eae756f..edee474eca 100644 --- a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb +++ b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb | |||
@@ -12,5 +12,5 @@ RDEPENDS_${PN} = "\ | |||
12 | distcc-config \ | 12 | distcc-config \ |
13 | nfs-export-root \ | 13 | nfs-export-root \ |
14 | bash \ | 14 | bash \ |
15 | binutils-symlinks \ | ||
15 | " | 16 | " |
16 | |||