From d82f205cfa790b40e132e11b7937050bc3b97ff3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 13 Jan 2011 01:14:59 +0000 Subject: dpkg: Add dependency on perl since otherwise the module can be installed to an incorrect directory leading to build failures Signed-off-by: Richard Purdie --- meta/recipes-devtools/dpkg/dpkg.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/dpkg/dpkg.inc') diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 59da5dc9f..6a0499777 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -5,8 +5,8 @@ SECTION = "base" SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.bz2 \ file://ignore_extra_fields.patch;patch=1" -DEPENDS = "zlib bzip2" -DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native" +DEPENDS = "zlib bzip2 perl" +DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native gettext-native perl-native" RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" RDEPENDS_${PN}_virtclass-native = "" -- cgit v1.2.3