summaryrefslogtreecommitdiffstats
path: root/meta/packages/apt/apt-native.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-06-30 13:32:23 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-06-30 13:32:23 +0000
commitbc194fe321f262c1081bbbd0b2176488578d57f0 (patch)
treed903d5ebbe84ed546f485809387680d01f03cc0a /meta/packages/apt/apt-native.inc
parent5ec2c0bcdf7c05cc51ff88d37fc4262d3a73f82e (diff)
downloadpoky-bc194fe321f262c1081bbbd0b2176488578d57f0.tar.gz
apt-native: remove db-native and curl-native dependencies
idea from: http://excogito.wordpress.com/2008/06/30/hacks-to-reduce-pokylinux-build-time/ git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4747 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt/apt-native.inc')
-rw-r--r--meta/packages/apt/apt-native.inc3
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 @@
1require apt.inc 1require apt.inc
2inherit native 2inherit native
3 3
4DEPENDS += "dpkg-native curl-native db-native gettext-native" 4DEPENDS += "dpkg-native gettext-native"
5FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}" 5FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/apt-${PV}"
6PACKAGES = "" 6PACKAGES = ""
7USE_NLS = "yes" 7USE_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