From 1c44afdafb32a803e2578ace2545c2fe36373538 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 12 Aug 2013 18:54:02 +0000 Subject: Fix test morphology to be a valid one The MorphologyLoader validates morphologies stricter than old code, so adjust the test morphology accordingly: add arch to a system morphology, and build-mode and build-depends to a stratum one. --- yarns/implementations.yarn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yarns') diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn index 7f9281ac..fa31d372 100644 --- a/yarns/implementations.yarn +++ b/yarns/implementations.yarn @@ -67,6 +67,7 @@ another to hold a chunk. cat << EOF > "$DATADIR/gits/morphs/test-system.morph" name: test-system kind: system + arch: $(uname -m) strata: - name: test-stratum repo: test:morphs @@ -82,6 +83,8 @@ another to hold a chunk. repo: test:test-chunk ref: master morph: test-chunk + build-mode: bootstrap + build-depends: [] EOF run_in "$DATADIR/gits/morphs" git init . -- cgit v1.2.1