summaryrefslogtreecommitdiff
path: root/bootstrap-pass2.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-pass2.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-pass2.morph')
-rw-r--r--bootstrap-pass2.morph14
1 files changed, 10 insertions, 4 deletions
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
index 15057746..247086ed 100644
--- a/bootstrap-pass2.morph
+++ b/bootstrap-pass2.morph
@@ -226,14 +226,20 @@
"ref": "baserock/morph"
},
{
- "name": "sudo",
- "ref": "baserock/morph"
- },
- {
"name": "busybox-devel",
"repo": "busybox",
"ref": "baserock/morph"
},
+ {
+ "name": "linux-user-chroot",
+ "ref": "master",
+ "build-depends": [
+ "busybox-devel",
+ "autoconf",
+ "automake",
+ "libtool"
+ ]
+ },
{
"name": "linux",
"ref": "baserock/morph"