aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-05-06 07:35:37 +0000
committerLaurent Bercot <ska@appnovation.com>2024-05-06 07:35:37 +0000
commit0326981ab6c79ff1f0cff6ffae03afba832ed584 (patch)
tree98a65c2792f14bf0d28222a161f847d417c6de29
parent9d812e5a21c2a4384c74e08683f8cd5f709debb2 (diff)
downloadlh-bootstrap-0326981ab6c79ff1f0cff6ffae03afba832ed584.tar.xz
Fix build failures, thanks for changing "perma-"URLs guys
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--sub/e2fsprogs/Makefile6
-rw-r--r--sub/kernel/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/sub/e2fsprogs/Makefile b/sub/e2fsprogs/Makefile
index eefa8e6..f60c986 100644
--- a/sub/e2fsprogs/Makefile
+++ b/sub/e2fsprogs/Makefile
@@ -1,9 +1,9 @@
E2FSPROGS_NAME := e2fsprogs
E2FSPROGS_VERSION := 1.47.0
-E2FSPROGS_URLDIR := https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/snapshot
-E2FSPROGS_TAREXT := tar.gz
-E2FSPROGS_TARLETTER := z
+E2FSPROGS_URLDIR := https://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v$(E2FSPROGS_VERSION)
+E2FSPROGS_TAREXT := tar.xz
+E2FSPROGS_TARLETTER := J
E2FSPROGS_CONFIGURE_OPTIONS := --with-gnu-ld --disable-gtk-doc-html --with-xz --disable-manpages --with-bashcompletiondir=$(OUTPUT)/build-build/opt/$(E2FSPROGS_NAME)-$(E2FSPROGS_VERSION)/bash-completions
E2FSPROGS_CFLAGS :=
diff --git a/sub/kernel/Makefile b/sub/kernel/Makefile
index a6da7de..084deca 100644
--- a/sub/kernel/Makefile
+++ b/sub/kernel/Makefile
@@ -4,7 +4,7 @@ KERNEL_VERSION ?= 6.6
KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION)))
KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0)
-KERNEL_ENV := HOSTCC="$(BUILD_CC)" DEPMOD=$(OUTPUT)/build-build/opt/kmod/bin/depmod INSTALL_MOD_PATH=$(OUTPUT)/rootfs CROSS_COMPILE=$(TARGET_PREFIX)- ARCH=$(KERNEL_GENERIC_ARCH) INSTALL_MOD_STRIP="-R .note -R .comment --strip-debug" HOST_LFS_CFLAGS= HOST_LFS_LDFLAGS= HOST_LFS_LIBS=
+KERNEL_ENV := HOSTCC="$(BUILD_CC)" DEPMOD=$(OUTPUT)/build-build/opt/kmod/bin/depmod CROSS_COMPILE=$(TARGET_PREFIX)- ARCH=$(KERNEL_GENERIC_ARCH) INSTALL_MOD_STRIP="-R .note -R .comment --strip-debug" HOST_LFS_CFLAGS= HOST_LFS_LDFLAGS= HOST_LFS_LIBS=
$(OUTPUT)/sources/linux-$(KERNEL_VERSION).tar.xz: | $(OUTPUT)/tmp/.lh_prepared
cd $(OUTPUT)/sources && setuidgid $(NORMALUSER) wget https://cdn.kernel.org/pub/linux/kernel/v$(KERNEL_MAJOR).x/linux-$(KERNEL_VERSION).tar.xz