X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpackages-update;h=6623452255f673684235a0b39552186c600ebd0a;hb=81c5d62e66f370b7888fbf68c706c7f5248a9cd9;hp=7ac3ba47b123c14a7b7245df401a5854b9398c8f;hpb=cd4743168caa0d3a5869188db99d0b0f5801bf42;p=hvlinux.git diff --git a/stage1/packages-update b/stage1/packages-update index 7ac3ba4..6623452 100755 --- a/stage1/packages-update +++ b/stage1/packages-update @@ -1,11 +1,5 @@ #!/bin/bash -USE_LFS_PATCHES=1 -USE_LFS_OLD_PATCHES=1 -USE_BLFS_PATCHES=1 -USE_CLFS_PATCHES=1 -USE_HV_PATCHES=1 - source ../functions/main update_packages_init ${*} @@ -14,7 +8,7 @@ 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} @@ -24,11 +18,7 @@ lpkg 0 ${KERNEL} # New packages for stage 1: 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} @@ -56,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 $?