Makefile: use new mpp tool

Use the new unified mpp tool instead of the two separate tools.
This commit is contained in:
Christian Kellner 2021-06-18 16:12:36 +00:00 committed by Tom Gundersen
parent 3b7320d114
commit 68bd2c5339

View file

@ -209,9 +209,7 @@ TEST_MANIFESTS_GEN = $(TEST_MANIFESTS_MPP:%.mpp.json=%.json)
.PHONY: $(TEST_MANIFESTS_GEN)
$(TEST_MANIFESTS_GEN): %.json: %.mpp.json
$(SRCDIR)/tools/mpp-depsolve.py <"$<" \
| $(SRCDIR)/tools/mpp-import-pipeline.py >"$@" \
"--cwd=$(SRCDIR)/test/data/manifests"
$(SRCDIR)/tools/mpp.py -I "$(SRCDIR)/test/data/manifests" "$<" "$@"
$(SRCDIR)/test/data/manifests/f34-base.json: $(SRCDIR)/test/data/manifests/f34-build.json
$(SRCDIR)/test/data/manifests/fedora-boot.json: $(SRCDIR)/test/data/manifests/f34-build.json