Files
poky/meta/packages/apt/apt.inc
Richard Purdie a4da778e7f apt: Fix STAGING_BINDIR reference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1149 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-16 17:04:54 +00:00

12 lines
253 B
PHP

DESCRIPTION = "Advanced front-end for dpkg."
LICENSE = "GPL"
SECTION = "base"
PR = "r1"
SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz"
S = "${WORKDIR}/apt-${PV}"
inherit autotools gettext
EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"