core-updates: Remove importing the meta file

We don't use these any more and even if we did, we cannot import any
variables into a make script just like that.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-10 15:41:17 +00:00
parent 162bb72ad9
commit 7908cca79b

View File

@@ -53,7 +53,6 @@ $(TARGET) : $(CORE)
core/%:
rm -rf /install/packages/package /tmp/*
mkdir -p /install/packages/package
eval $$(cat /usr/src/config/rootfiles/$@/meta)
#Generate ROOTFILES from filelists
BUILD_ARCH=$(BUILD_ARCH) BUILDTARGET=$(BUILDTARGET) KVER=$(KVER) \