X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpackages-update;h=4b1ad8bb32eeb21b56893eb3b838bb04615d26d3;hb=2ad910e22979500192ea43d5599ad003440744a4;hp=9e73a49544f974346ae433d6cebad070ce32ebc0;hpb=1786cd5454ea76e7f894efa81a7cef80a057b634;p=hvlinux.git diff --git a/stage0/packages-update b/stage0/packages-update index 9e73a49..4b1ad8b 100755 --- a/stage0/packages-update +++ b/stage0/packages-update @@ -1,16 +1,15 @@ #!/bin/bash -LFS_STAGE="stage0" # We don't use LFS or BLFS patches because we want to carefully # select which patch get applied USE_CLFS_PATCHES=1 USE_HV_PATCHES=1 # Reading system configuration informations, functions and package versions. -source ../sysinfos +source ../config/sysinfos source ../functions -source ../functions-update -source ../packages-list +source ../functions-fpkg +source ../config/packages-list update_packages_init @@ -23,19 +22,13 @@ fpkg ${FILE_PKG} "ftp://ftp.astron.com/pub/file" fpkg_gnu ${NCURSES} fpkg_gnu ${GMP} fpkg_gnu ${MPFR} +fpkg -e "tar.gz" ${MPC} "http://www.multiprecision.org/mpc/download" fpkg -s "$(get_pkg_ver ${PPL})" ${PPL} \ "http://www.cs.unipr.it/ppl/Download/ftp/releases" fpkg ${CLOOG_PPL} "ftp://gcc.gnu.org/pub/gcc/infrastructure" fpkg_gnu ${BINUTILS} -fpkg_gnu ${GCC_CORE} "gcc/${GCC_CORE}" - -case "${HVL_TARGET}" in - x86*) - fpkg ${EGLIBC} "http://cross-lfs.org/files/packages/svn" - ;; - arm*) - fpkg ${UCLIBC} "http://www.uclibc.org/downloads" - ;; -esac +fpkg_gnu ${GCC} "gcc/${GCC}" +fpkg ${EGLIBC} "http://cross-lfs.org/files/packages/svn" +fpkg ${EGLIBC_PORTS} "http://cross-lfs.org/files/packages/svn" exit $?