diff options
Diffstat (limited to 'meta/packages/apt/apt-native.inc')
-rw-r--r-- | meta/packages/apt/apt-native.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/apt/apt-native.inc b/meta/packages/apt/apt-native.inc index c3814842e0..b3527e7361 100644 --- a/meta/packages/apt/apt-native.inc +++ b/meta/packages/apt/apt-native.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | require apt.inc | 1 | require apt.inc |
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | DEPENDS += "dpkg-native curl-native db-native gettext-native" | 4 | DEPENDS += "dpkg-native gettext-native" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" | 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" |
6 | PACKAGES = "" | 6 | PACKAGES = "" |
7 | USE_NLS = "yes" | 7 | USE_NLS = "yes" |
@@ -37,7 +37,6 @@ do_stage_base () { | |||
37 | install -m 0755 bin/apt-get ${bindir}/ | 37 | install -m 0755 bin/apt-get ${bindir}/ |
38 | install -m 0755 bin/apt-config ${bindir}/ | 38 | install -m 0755 bin/apt-config ${bindir}/ |
39 | install -m 0755 bin/apt-cache ${bindir}/ | 39 | install -m 0755 bin/apt-cache ${bindir}/ |
40 | install -m 0755 bin/apt-ftparchive ${bindir}/ | ||
41 | install -m 0755 bin/apt-sortpkgs ${bindir}/ | 40 | install -m 0755 bin/apt-sortpkgs ${bindir}/ |
42 | install -m 0755 bin/apt-extracttemplates ${bindir}/ | 41 | install -m 0755 bin/apt-extracttemplates ${bindir}/ |
43 | 42 | ||