[oe-commits] [openembedded-core] branch master updated: packagegroup-core-device-devel: add binutils-symlinks

git at git.openembedded.org git at git.openembedded.org
Thu Jun 16 10:12:06 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
       new  a4f05a1   packagegroup-core-device-devel: add binutils-symlinks
a4f05a1 is described below

commit a4f05a1427ba5bdad9b0d81c5d2cf4f96ae2452b
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Jun 16 10:02:06 2016 +0100

    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 <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb b/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
index d20eae7..edee474 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 \
     "
-

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list