X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpackages-update;h=0d1a1947924ea30f8bb3e2b7cc350265e378ddb4;hb=2b299bacc40302d6c9ed0af38906e9c420d43a99;hp=f56253906b72816c1a90b5473f62c13fa0826d71;hpb=15c151833a1477d95dfbf0fbea34652089bf0876;p=hvlinux.git diff --git a/stage1/packages-update b/stage1/packages-update index f562539..0d1a194 100755 --- a/stage1/packages-update +++ b/stage1/packages-update @@ -1,10 +1,5 @@ #!/bin/bash -USE_LFS_PATCHES=1 -USE_BLFS_PATCHES=1 -USE_CLFS_PATCHES=1 -USE_HV_PATCHES=1 - source ../functions/main update_packages_init ${*} @@ -13,21 +8,17 @@ update_packages_init ${*} lpkg 0 ${GMP} lpkg 0 ${MPFR} lpkg 0 ${MPC} -lpkg 0 ${PPL} +lpkg 0 ${ISL} lpkg 0 ${CLOOG} lpkg 0 ${BINUTILS} lpkg 0 ${GCC} -lpkg 0 ${NCURSES} -lpkg 0 ${FILE_PKG} lpkg 0 ${KERNEL} # New packages for stage 1: +fpkg -e "tar.gz" ${FILE_PKG} "ftp://ftp.astron.com/pub/file" +fpkg -m gnu ${NCURSES} fpkg ${ZLIB} "http://www.zlib.net" - -unset USE_CLFS_PATCHES fpkg -m gnu ${BASH} -USE_CLFS_PATCHES=1 - fpkg -m gnu ${BISON} fpkg -e "tar.gz" ${BZIP2} "http://www.bzip.org/$(get_pkg_ver ${BZIP2})" fpkg -m gnu -e "tar.xz" ${COREUTILS} @@ -55,6 +46,6 @@ fpkg -m sf ${E2FSPROGS} fpkg ${SYSVINIT} "http://download.savannah.gnu.org/releases/sysvinit" fpkg -e "tar.xz" -s "linux/utils/kernel/kmod" ${KMOD} ${KERNEL_URL} -fpkg -s "linux/utils/kernel/hotplug" ${UDEV} ${KERNEL_URL} +fpkg -e "tar.gz" ${EUDEV} "http://dev.gentoo.org/~blueness/eudev" exit $?