diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2013-03-08 17:45:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-12 18:33:27 +0000 |
commit | 975e259d2e6d47691248d1eb92440c6ef87aceaf (patch) | |
tree | b6c2455cdccf5745d817d7277d1f7a412ac70d16 /meta/recipes-devtools | |
parent | cdd103823ecf1d6df5ac9855a855e7302773b702 (diff) | |
download | poky-975e259d2e6d47691248d1eb92440c6ef87aceaf.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 2 |
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" | |||
7 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \ | 7 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz \ |
8 | file://ignore_extra_fields.patch" | 8 | file://ignore_extra_fields.patch" |
9 | 9 | ||
10 | DEPENDS = "zlib bzip2 perl" | 10 | DEPENDS = "zlib bzip2 perl ncurses" |
11 | DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native" | 11 | DEPENDS_class-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native" |
12 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" | 12 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" |
13 | RDEPENDS_${PN}_class-native = "" | 13 | RDEPENDS_${PN}_class-native = "" |