summaryrefslogtreecommitdiff
path: root/packages/apt/apt-native.inc
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-02-23 20:10:42 -0500
committerTom Rini <trini@embeddedalley.com>2009-02-23 20:10:42 -0500
commite5b84280202ad89f085f42862598d4ba9cf35e92 (patch)
tree0e08195fc5ce14be4cea08ea89a10538384e6d80 /packages/apt/apt-native.inc
parent0f5b41fdc74c6b18d482cab683a7fb2d53b6e3a2 (diff)
apt-native: Add perl-native to depends, change from += to =, bump PR
Diffstat (limited to 'packages/apt/apt-native.inc')
-rw-r--r--packages/apt/apt-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/apt/apt-native.inc b/packages/apt/apt-native.inc
index 6ee26e491a..4e4771a9cd 100644
--- a/packages/apt/apt-native.inc
+++ b/packages/apt/apt-native.inc
@@ -1,7 +1,7 @@
require apt.inc
inherit native
-DEPENDS += "dpkg-native gettext-native"
+DEPENDS = "perl-native dpkg-native gettext-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}"
PACKAGES = ""
USE_NLS = "yes"