1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
+1 -1
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
+1 -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"
+1 -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"