diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-03 17:46:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-03 17:46:36 +0000 |
commit | 4b7d466fa0ed0f88f14dd381d4e00276fa3ae83e (patch) | |
tree | bd4abece3ae69cf710b48b18f22f766518441ce9 /packages/apt/apt.inc | |
parent | dac73415c1d8a09ab1c085b62c566496dc2b1711 (diff) |
apt: sync with poky
Diffstat (limited to 'packages/apt/apt.inc')
-rw-r--r-- | packages/apt/apt.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/apt/apt.inc b/packages/apt/apt.inc index d03016b277..b18ed93782 100644 --- a/packages/apt/apt.inc +++ b/packages/apt/apt.inc @@ -1,7 +1,10 @@ DESCRIPTION = "Advanced front-end for dpkg." LICENSE = "GPL" SECTION = "base" -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz" S = "${WORKDIR}/apt-${PV}" + +inherit autotools gettext + +EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" |