mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01: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:
@@ -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,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,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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user