From: Ross Burton Date: Thu, 16 Jun 2016 09:02:06 +0000 (+0100) Subject: packagegroup-core-device-devel: add binutils-symlinks X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f05a1427ba5bdad9b0d81c5d2cf4f96ae2452b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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). Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb index d20eae756f2..edee474ecac 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} = "\ distcc-config \ nfs-export-root \ bash \ + binutils-symlinks \ " -