ncurses: sync with OE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2987 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-10-26 10:34:31 +00:00
parent 5d496462fd
commit 2860ed5a7c
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.gnu.org/software/ncurses/ncurses.html"
LICENSE = "MIT"
SECTION = "libs"
DEPENDS = "ncurses-native"
PACKAGES =+ "ncurses-tools "
PACKAGES += " ncurses-terminfo"
PACKAGES_prepend = "ncurses-tools "
PACKAGES_append = " ncurses-terminfo"
FILES_ncurses_append = " ${datadir}/tabset"
RSUGGESTS_${PN} = "ncurses-terminfo"
RPROVIDES = "libncurses5"

View File

@@ -1,4 +1,4 @@
PR = "r8"
PR = "r9"
SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz \
file://visibility.patch;patch=1"