summaryrefslogtreecommitdiff
path: root/bootstrap-pass1.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-18 11:22:29 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-19 11:00:48 +0100
commit26b7efba1fcafee1c97d55b4c6ef48222a6e0cc3 (patch)
tree61c3faac39482d4e9085a0a1f65b8357296db7d1 /bootstrap-pass1.morph
parentdc3962540fd6bc865e899a58214705a693b29a33 (diff)
downloaddefinitions-26b7efba1fcafee1c97d55b4c6ef48222a6e0cc3.tar.gz
bootstrap: add linux-user-chroot
It builds just like autotools, so its morphology can be inferred for pass 2 and devel, but pass 1 needs some configuration because the headers needed to build it aren't in debian squeeze. autogen.sh uses `which` to test whether autoreconf exists, which we only have in busybox, which wasn't built in pass 1. It is built later in pass 2, so it is easier to build linux-user-chroot later. Also remove sudo from bootstrap, we don't use it.
Diffstat (limited to 'bootstrap-pass1.morph')
-rw-r--r--bootstrap-pass1.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap-pass1.morph b/bootstrap-pass1.morph
index a8761027..9480a4df 100644
--- a/bootstrap-pass1.morph
+++ b/bootstrap-pass1.morph
@@ -170,6 +170,13 @@
"curl",
"openssl"
]
+ },
+ {
+ "name": "linux-user-chroot",
+ "ref": "baserock/bootstrap",
+ "build-depends": [
+ "gcc-bootstrap-pass1-2"
+ ]
}
]
}