[oe-commits] [openembedded-core] 28/76: gdb-cross: depends on flex-native and bison-native

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 15:49:13 UTC 2016


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

commit ed521f12c56375de8474b0127cc8a7c25ea93e1e
Author: Yuanjie Huang <yuanjie.huang at windriver.com>
AuthorDate: Wed Nov 23 10:00:49 2016 +0800

    gdb-cross: depends on flex-native and bison-native
    
    Some source code of gdb is generated with flex or bison. Make both
    dependencies, to avoid compilation failure on host without them.
    
    Signed-off-by: Yuanjie Huang <yuanjie.huang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/gdb/gdb-cross.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc
index 5fa7c33..a34223e 100644
--- a/meta/recipes-devtools/gdb/gdb-cross.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross.inc
@@ -1,6 +1,6 @@
 require gdb-common.inc
 
-DEPENDS = "expat-native ncurses-native"
+DEPENDS = "expat-native ncurses-native flex-native bison-native"
 
 inherit python3native
 

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


More information about the Openembedded-commits mailing list