]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-core-device-devel: add binutils-symlinks
authorRoss Burton <ross.burton@intel.com>
Thu, 16 Jun 2016 09:02:06 +0000 (10:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jun 2016 10:11:36 +0000 (11:11 +0100)
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).

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb

index d20eae756f20ca210fc5144f08f10e903bba3946..edee474ecac2fe8b4aff88dcb6be7942baa2c70a 100644 (file)
@@ -12,5 +12,5 @@ RDEPENDS_${PN} = "\
     distcc-config \
     nfs-export-root \
     bash \
+    binutils-symlinks \
     "
-