dpkg: ncurses were needed only for dselect

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4748 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-06-30 13:32:50 +00:00
parent bc194fe321
commit c12a908c3f
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
require dpkg.inc
DEPENDS += "ncurses-native bzip2-native zlib-native virtual/update-alternatives-native"
DEPENDS += "bzip2-native zlib-native virtual/update-alternatives-native"
SRC_URI += "file://noman.patch;patch=1"
inherit native

View File

@ -1,5 +1,5 @@
require dpkg.inc
DEPENDS += "ncurses zlib bzip2"
DEPENDS += "zlib bzip2"
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
SRC_URI += "file://noman.patch;patch=1"

View File

@ -1,5 +1,5 @@
require dpkg.inc
DEPENDS += "ncurses zlib bzip2"
DEPENDS += "zlib bzip2"
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
SRC_URI += "file://noman.patch;patch=1"