mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 10:02:22 +01:00
(From OE-Core rev: 591822baa4d0148ef56e2485d039cc807bbc91a8) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
1014 B
BlitzBasic
23 lines
1014 B
BlitzBasic
require dpkg.inc
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=main \
|
|
file://noman.patch \
|
|
file://remove-tar-no-timestamp.patch \
|
|
file://arch_pm.patch \
|
|
file://add_armeb_triplet_entry.patch \
|
|
file://0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch \
|
|
file://0001-script.c-avoid-use-of-chroot.patch \
|
|
file://0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch \
|
|
file://0006-add-musleabi-to-known-target-tripets.patch \
|
|
file://0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch \
|
|
file://0001-dpkg-Support-muslx32-build.patch \
|
|
file://0001-Add-support-for-riscv32-CPU.patch \
|
|
"
|
|
|
|
SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch"
|
|
|
|
SRCREV = "ee7e9118d0a9581cb00c5ce02dccd561b3096387"
|
|
|
|
S = "${WORKDIR}/git"
|