dpkg: ncurses were needed only for dselect (from Poky)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 30 Jun 2008 13:32:50 +0000 (13:32 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 23 Oct 2008 18:56:05 +0000 (20:56 +0200)
git-svn-id: https://svn.o-hand.com/repos/poky@4748 311d38ba-8fff-0310-9ca6-ca027cbcb966

packages/dpkg/dpkg-native_1.14.19.bb
packages/dpkg/dpkg_1.13.22.bb
packages/dpkg/dpkg_1.13.25.bb
packages/dpkg/dpkg_1.14.19.bb

index b21e95d..bf947b5 100644 (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
index fb301a6..67d8010 100644 (file)
@@ -1,6 +1,6 @@
 require dpkg.inc
 PR = "r4"
-DEPENDS += "ncurses zlib bzip2"
+DEPENDS += "zlib bzip2"
 SRC_URI += "file://noman.patch;patch=1"
 
 EXTRA_OECONF = "--without-static-progs \
index a0bb1dc..96840c9 100644 (file)
@@ -1,6 +1,6 @@
 require dpkg.inc
 PR = "r0"
-DEPENDS += "ncurses zlib bzip2"
+DEPENDS += "zlib bzip2"
 SRC_URI += "file://noman.patch;patch=1"
 
 EXTRA_OECONF = "--without-static-progs \
index 81415f6..b1f84fa 100644 (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"