Skip to content

Commit

Permalink
Update fakeroot package similar issue cirosantilli/linux-kernel-modul…
Browse files Browse the repository at this point in the history
  • Loading branch information
timrettop committed Nov 6, 2023
1 parent ebaff7a commit 4338a73
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 200 deletions.
34 changes: 0 additions & 34 deletions package/fakeroot/0001-hide-dlsym-error.patch

This file was deleted.

This file was deleted.

77 changes: 0 additions & 77 deletions package/fakeroot/0003-Select-TCP-when-lack-of-SYSV-IPC.patch

This file was deleted.

28 changes: 0 additions & 28 deletions package/fakeroot/0004-Fix-forwarding-fchownat-fchmod-flags.patch

This file was deleted.

8 changes: 3 additions & 5 deletions package/fakeroot/fakeroot.hash
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# From http://snapshot.debian.org/package/fakeroot/1.20.2-1/
sha1 367040df07043edb630942b21939e493f3fad888 fakeroot_1.20.2.orig.tar.bz2
# Calculated based on the hash above
sha256 7c0a164d19db3efa9e802e0fc7cdfeff70ec6d26cdbdc4338c9c2823c5ea230c fakeroot_1.20.2.orig.tar.bz2
# From https://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.32.1-1.dsc
sha256 c072b0f65bafc4cc5b6112f7c61185f5170ce4cb0c410d1681c1af4a183e94e6 fakeroot_1.32.1.orig.tar.gz
# License files, locally calculated
sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING
sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING
13 changes: 3 additions & 10 deletions package/fakeroot/fakeroot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
################################################################################

FAKEROOT_VERSION = 1.20.2
FAKEROOT_SOURCE = fakeroot_$(FAKEROOT_VERSION).orig.tar.bz2
FAKEROOT_SITE = http://snapshot.debian.org/archive/debian/20141005T221953Z/pool/main/f/fakeroot
FAKEROOT_VERSION = 1.32.1
FAKEROOT_SOURCE = fakeroot_$(FAKEROOT_VERSION).orig.tar.gz
FAKEROOT_SITE = https://snapshot.debian.org/archive/debian/20230724T160429Z/pool/main/f/fakeroot

HOST_FAKEROOT_DEPENDENCIES = host-acl
# Force capabilities detection off
Expand All @@ -15,14 +15,7 @@ HOST_FAKEROOT_DEPENDENCIES = host-acl
HOST_FAKEROOT_CONF_ENV = \
ac_cv_header_sys_capability_h=no \
ac_cv_func_capset=no
# 0003-Select-TCP-when-lack-of-SYSV-IPC.patch touches configure.ac
HOST_FAKEROOT_AUTORECONF = YES
FAKEROOT_LICENSE = GPL-3.0+
FAKEROOT_LICENSE_FILES = COPYING

define HOST_FAKEROOT_BUILD_AUX
mkdir -p $(@D)/build-aux
endef
HOST_FAKEROOT_POST_PATCH_HOOKS += HOST_FAKEROOT_BUILD_AUX

$(eval $(host-autotools-package))

0 comments on commit 4338a73

Please sign in to comment.