[OE-core] [PATCH 2/2] gdb-cross-canadian: add nativesdk-ncurses-libncurses to RDEPENDS

Robert Yang liezhi.yang at windriver.com
Fri Aug 15 08:49:26 UTC 2014


We had nativesdk-ncurses in the DEPENDS, also need add
nativesdk-ncurses-libncurses to the RDEPENDS, otherwise libncurses.so.5
is not in the rdepends chain.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-devtools/gdb/gdb-cross-canadian.inc |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index e594bb1..2be427a 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
@@ -7,7 +7,9 @@ BPN = "gdb"
 
 DEPENDS = "nativesdk-ncurses nativesdk-expat nativesdk-gettext nativesdk-readline nativesdk-python"
 RDEPENDS_${PN} += "nativesdk-python-core nativesdk-python-lang nativesdk-python-re \
-                   nativesdk-python-codecs nativesdk-python-netclient"
+                   nativesdk-python-codecs nativesdk-python-netclient \
+                   nativesdk-ncurses-libncurses \
+                  "
 
 GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
 
-- 
1.7.9.5




More information about the Openembedded-core mailing list