blob: 04bcc933219b623345338d1a24bb7f6a3245cf99 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001require dpkg.inc
2LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
3
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05004SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=1.21.x \
Andrew Geissler517393d2023-01-13 08:55:19 -06005 file://noman.patch \
6 file://remove-tar-no-timestamp.patch \
7 file://arch_pm.patch \
8 file://add_armeb_triplet_entry.patch \
9 file://0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch \
10 file://0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch \
11 file://0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch \
12 file://0006-add-musleabi-to-known-target-tripets.patch \
13 file://0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch \
14 file://0001-dpkg-Support-muslx32-build.patch \
15 file://pager.patch \
16 file://0001-Add-support-for-riscv32-CPU.patch \
17 "
18
19SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch"
20
Patrick Williams520786c2023-06-25 16:20:36 -050021SRCREV = "48482e4f16467e05a08aa3b3b8048e08f0024609"
Andrew Geissler517393d2023-01-13 08:55:19 -060022
23S = "${WORKDIR}/git"