From abfc1dbd73d59344564e7cc00754a259d2f2bc85 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 7 Sep 2006 20:46:06 +0000 Subject: 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 --- meta/packages/apt/apt.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/packages/apt/apt.inc (limited to 'meta/packages/apt/apt.inc') diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc new file mode 100644 index 000000000..9a4f8f329 --- /dev/null +++ b/meta/packages/apt/apt.inc @@ -0,0 +1,11 @@ +DESCRIPTION = "Advanced front-end for dpkg." +LICENSE = "GPL" +SECTION = "base" +MAINTAINER = "Chris Larson " + +SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz" +S = "${WORKDIR}/apt-${PV}" + +inherit autotools gettext + +EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" -- cgit v1.2.3