aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ncurses/ncurses.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-06-09 11:08:07 -0700
committerTom Rini <tom_rini@mentor.com>2010-06-09 13:48:29 -0700
commit8cd716868ad626ad11356144df1f20accf6c789a (patch)
treed3bada81ff3979c1b689dc5168273c5756ddceb9 /recipes/ncurses/ncurses.inc
parent0f5be314dd920d6a37e16df54ccb8d85384c4dba (diff)
downloadopenembedded-8cd716868ad626ad11356144df1f20accf6c789a.tar.gz
ncurses: Switch to INC_PR and BBCLASSEXTEND. Fix ncurses-sdk and terminfo
RSUGGESTS needs to use ${PN} not ncurses otherwise ncurses-sdk will try ncurses-terminfo (wrong) not ncurses-sdk-terminfo (right). Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/ncurses/ncurses.inc')
-rw-r--r--recipes/ncurses/ncurses.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ncurses/ncurses.inc b/recipes/ncurses/ncurses.inc
index fb4d9123bf..48412c1998 100644
--- a/recipes/ncurses/ncurses.inc
+++ b/recipes/ncurses/ncurses.inc
@@ -3,6 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/ncurses/ncurses.html"
LICENSE = "MIT"
SECTION = "libs"
DEPENDS = "ncurses-native"
+INC_PR = "r20"
inherit autotools
@@ -110,8 +111,7 @@ FILES_${PN}-tools = "\
FILES_${PN}-terminfo = "\
${datadir}/terminfo \
"
-RSUGGESTS_${PN} = "ncurses-terminfo"
+RSUGGESTS_${PN} = "${PN}-terminfo"
RPROVIDES_${PN} = "libncurses5"
RCONFLICTS_${PN} = "libncurses5"
RREPLACES_${PN} = "libncurses5"
-