From 8315c025cfc96b2277663db13ea0ae0975651918 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Fri, 17 Jun 2011 20:06:37 -0400 Subject: Update stage1's SRPM list for stage2. Add libmpc alias to stage2 --- stage1 | 27 ++++++++++++++++++++++----- stage2 | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/stage1 b/stage1 index fe4b222..bda84c9 100755 --- a/stage1 +++ b/stage1 @@ -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 diff --git a/stage2 b/stage2 index 622e87a..09a2314 100755 --- a/stage2 +++ b/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 ) -- cgit