From: Ross Burton Date: Thu, 16 Jun 2016 09:02:06 +0000 (+0100) Subject: packagegroup-core-device-devel: add binutils-symlinks X-Git-Tag: uninative-1.3~599 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a4f05a1427ba5bdad9b0d81c5d2cf4f96ae2452b;p=openembedded-core.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 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} = "\ distcc-config \ nfs-export-root \ bash \ + binutils-symlinks \ " -