summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg/dpkg.inc
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2013-03-08 17:45:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-12 18:26:18 +0000
commite33df55e69c5c517bcbc85452292740fe3b669da (patch)
treeade22620170113e33ae05e5ced825664cccf0406 /meta/recipes-devtools/dpkg/dpkg.inc
parent9d039f482c84dde264564fde93f39764113cc0d3 (diff)
downloadopenembedded-core-contrib-e33df55e69c5c517bcbc85452292740fe3b669da.tar.gz
dpkg depends on ncurses
Dpkg compilation depends on the ncurses, so add this dependency. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/dpkg/dpkg.inc')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc2
1 files changed, 1 insertions, 1 deletions
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 = ""