From: Enrico Scholz Date: Sun, 29 Aug 2010 16:21:49 +0000 (+0200) Subject: ncurses: made -tools depend on base package X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ee8215a0de32af2a5d316ec54c55e5b9bd045c;p=openembedded.git ncurses: made -tools depend on base package There is a symlink in -tools to a file in the base package. Signed-off-by: Enrico Scholz --- diff --git a/recipes/ncurses/ncurses_5.7.bb b/recipes/ncurses/ncurses_5.7.bb index f938aa16d5..2bf0a2fca6 100644 --- a/recipes/ncurses/ncurses_5.7.bb +++ b/recipes/ncurses/ncurses_5.7.bb @@ -198,6 +198,8 @@ FILES_${PN}-tools = "\ ${bindir}/tack \ ${bindir}/tabs \ " +# 'reset' is a symlink to 'tset' which is in the 'ncurses' package +RDEPENDS_${PN}-tools = "${PN}" FILES_${PN}-terminfo = "\ ${datadir}/terminfo \