[oe-commits] [openembedded-core] 01/13: elfutils: Add gcc to ptest RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Apr 29 16:59:28 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit 9caa8f799dd5ce214fe3da33e13d1834ec1ff953
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Apr 29 13:00:37 2019 +0100

    elfutils: Add gcc to ptest RDEPENDS
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/elfutils/elfutils_0.176.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/elfutils/elfutils_0.176.bb b/meta/recipes-devtools/elfutils/elfutils_0.176.bb
index fb28687..1362f4e 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.176.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.176.bb
@@ -43,8 +43,7 @@ inherit autotools gettext ptest
 
 EXTRA_OECONF = "--program-prefix=eu- --without-lzma"
 EXTRA_OECONF_append_class-native = " --without-bzlib"
-# gcc has been added to blacklist, we will find workaround solution
-RDEPENDS_${PN}-ptest = "libasm libelf bash"
+RDEPENDS_${PN}-ptest = "libasm libelf bash gcc"
 
 EXTRA_OECONF_append_class-target += "--enable-tests-rpath"
 

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


More information about the Openembedded-commits mailing list