From: Alexandru DAMIAN Date: Fri, 8 Mar 2013 15:45:27 +0000 (+0200) Subject: dpkg depends on ncurses X-Git-Tag: 2015-4~7275 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e33df55e69c5c517bcbc85452292740fe3b669da;p=openembedded-core.git dpkg depends on ncurses Dpkg compilation depends on the ncurses, so add this dependency. Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 0bc1ae8c5a..cdecd194ee 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -7,7 +7,7 @@ INC_PR = "r19" SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \ 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" RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" RDEPENDS_${PN}_class-native = ""