mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
11 lines
243 B
PHP
11 lines
243 B
PHP
DESCRIPTION = "Advanced front-end for dpkg."
|
|
LICENSE = "GPL"
|
|
SECTION = "base"
|
|
|
|
SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz"
|
|
S = "${WORKDIR}/apt-${PV}"
|
|
|
|
inherit autotools gettext
|
|
|
|
EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"
|