mirror of
https://git.yoctoproject.org/poky
synced 2026-09-18 06:49:33 +02:00
dpkg depends on ncurses
Dpkg compilation depends on the ncurses, so add this dependency. (From OE-Core rev: e33df55e69c5c517bcbc85452292740fe3b669da) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cdd103823e
commit
975e259d2e
@@ -7,7 +7,7 @@ INC_PR = "r19"
|
|||||||
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \
|
SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \
|
||||||
file://ignore_extra_fields.patch"
|
file://ignore_extra_fields.patch"
|
||||||
|
|
||||||
DEPENDS = "zlib bzip2 perl"
|
DEPENDS = "zlib bzip2 perl ncurses"
|
||||||
DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native"
|
DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native"
|
||||||
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
|
||||||
RDEPENDS_${PN}_class-native = ""
|
RDEPENDS_${PN}_class-native = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user