blob: 78ef5a7e1e5a1d4ab8e437b991484988fcbdaab5 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Advanced front-end for dpkg"
2LICENSE = "GPLv2.0+"
3SECTION = "base"
4
5SRC_URI = "http://snapshot.debian.org/archive/debian/20150805T094928Z/pool/main/a/${BPN}/${BPN}_${PV}.tar.xz \
6 file://use-host.patch \
7 file://makerace.patch \
8 file://no-nls-dpkg.patch \
9 file://fix-gcc-4.6-null-not-defined.patch \
10 file://truncate-filename.patch \
11 file://nodoc.patch \
12 file://disable-configure-in-makefile.patch \
13 file://disable-test.patch \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050014 file://0001-environment.mak-musl-based-systems-can-generate-shar.patch \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050015 "
16SRC_URI[md5sum] = "6505c4297b338adb2087ce87bbc4a276"
17SRC_URI[sha256sum] = "3fb1de9598363c416591d49e3c285458e095b035e6c06d5b944a54e15fc9b543"
18LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
19
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050020# the package is taken from snapshots.debian.org; that source is static and goes stale
21# so we check the latest upstream from a directory that does get updated
22UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apt/"
23
Patrick Williamsc124f4f2015-09-15 14:41:29 -050024inherit autotools gettext
25
26EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"
27
28do_configure_prepend() {
29 rm -rf ${S}/buildlib/config.sub
30 rm -rf ${S}/buildlib/config.guess
31}