diff options
author | DJ Delorie <dj@delorie.com> | 2011-06-17 20:06:37 -0400 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2011-06-17 20:06:37 -0400 |
commit | 8315c025cfc96b2277663db13ea0ae0975651918 (patch) | |
tree | e0978b1f2b0a387ebcca19b21fe94fff664f8dba | |
parent | 441368eafe8f67f444a859d0de12c0bea31e2124 (diff) | |
download | bootstrap.git.DONOTUSE-8315c025cfc96b2277663db13ea0ae0975651918.tar.gz bootstrap.git.DONOTUSE-8315c025cfc96b2277663db13ea0ae0975651918.tar.xz bootstrap.git.DONOTUSE-8315c025cfc96b2277663db13ea0ae0975651918.zip |
Update stage1's SRPM list for stage2. Add libmpc alias to stage2
-rwxr-xr-x | stage1 | 27 | ||||
-rwxr-xr-x | stage2 | 2 |
2 files changed, 23 insertions, 6 deletions
@@ -713,17 +713,34 @@ EOF mkdirp $ROOTFS/stage2 + # Might as well keep these sorted, so we can check them easier. + + rsrpm bison + rsrpm chkconfig rsrpm cpio - rsrpm ncurses rsrpm curl - rsrpm m4 + rsrpm db4 rsrpm flex - rsrpm bison - rsrpm texinfo rsrpm gdb - rsrpm nss-softokn + rsrpm gdbm + rsrpm gettext + rsrpm glib2 + rsrpm libtool + rsrpm m4 + rsrpm ncurses rsrpm nspr + rsrpm nss + rsrpm nss-softokn + rsrpm openssl + rsrpm pcre + rsrpm perl + rsrpm pkgconfig + rsrpm popt + rsrpm pth + rsrpm readline rsrpm rpm + rsrpm sqlite + rsrpm texinfo cp $STAGE2 $ROOTFS/stage2/stage2 @@ -178,7 +178,7 @@ case "$1" in # Packages built by stage1 binutils | gcc | glibc | kernel | x-loader | u-boot \ - | gmp | mpfr | mpc | ppl | cloog | libselinux | zlib \ + | gmp | mpfr | libmpc | mpc | ppl | cloog | libselinux | zlib \ | bash | make | sed | coreutils | util-linux | tar | gzip \ | bzip2 | diffutils | findutils | gawk | patch | unzip | which | gz | grep ) |