summaryrefslogtreecommitdiffstats
path: root/meta/packages/apt/apt.inc
diff options
context:
space:
mode:
authorChris Larson <kergoth@openedhand.com>2006-09-07 20:46:06 +0000
committerChris Larson <kergoth@openedhand.com>2006-09-07 20:46:06 +0000
commitabfc1dbd73d59344564e7cc00754a259d2f2bc85 (patch)
tree6a24874055c7dc6bb6721d369764db479729c592 /meta/packages/apt/apt.inc
parent2ca2649935540acd6e160f82ddd074b04dfea924 (diff)
downloadpoky-abfc1dbd73d59344564e7cc00754a259d2f2bc85.tar.gz
Add apt & apt-native, including the generation of the apt.conf to be used for the rootfs population.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@699 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt/apt.inc')
-rw-r--r--meta/packages/apt/apt.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc
new file mode 100644
index 0000000000..9a4f8f329d
--- /dev/null
+++ b/meta/packages/apt/apt.inc
@@ -0,0 +1,11 @@
1DESCRIPTION = "Advanced front-end for dpkg."
2LICENSE = "GPL"
3SECTION = "base"
4MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
5
6SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz"
7S = "${WORKDIR}/apt-${PV}"
8
9inherit autotools gettext
10
11EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"