[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3464/8267] gdb-cross: depends on flex-native and bison-native



commit 5973ff2a0afe00ba2ee30468a3f8fab49086d3e7
Author: Yuanjie Huang <yuanjie huang windriver com>
Date:   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.
    
    (From OE-Core rev: ed521f12c56375de8474b0127cc8a7c25ea93e1e)
    
    Signed-off-by: Yuanjie Huang <yuanjie huang windriver com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/gdb/gdb-cross.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]