Makefile: use new mpp tool
Use the new unified mpp tool instead of the two separate tools.
This commit is contained in:
parent
3b7320d114
commit
68bd2c5339
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue