Upgrade to desktop-file-utils-0.22
[hvlinux.git] / stage0 / packages-update
index f3d668d..d220f0f 100755 (executable)
@@ -1,9 +1,5 @@
 #!/bin/bash
 
-USE_LFS_PATCHES=1
-USE_BLFS_PATCHES=1
-USE_CLFS_PATCHES=1
-
 source ../functions/main
 
 update_packages_init ${*}
@@ -18,11 +14,10 @@ if [ x"${INSTALL_GLIBC}" == x"1" ]; then
     fi
 fi
 
-fpkg -e "tar.gz" ${FILE_PKG} "ftp://ftp.astron.com/pub/file"
-fpkg -m gnu ${NCURSES}
 fpkg -m gnu ${GMP}
 fpkg -m gnu ${MPFR}
 fpkg -e "tar.gz" ${MPC} "http://www.multiprecision.org/mpc/download"
+fpkg ${ISL} "http://isl.gforge.inria.fr"
 fpkg -e "tar.gz" ${CLOOG} "http://www.bastoul.net/cloog/pages/download"
 fpkg -e "tar.bz2" -m gnu ${BINUTILS}
 fpkg -m gnu -s "gcc/${GCC}" ${GCC}
@@ -31,4 +26,8 @@ if [ x"${INSTALL_GLIBC}" == x1 ]; then
     fpkg -m gnu ${GLIBC}
 fi
 
+if [ x"${HVL_TARGET}" == x"avr" ]; then
+    fpkg ${AVRLIBC} "http://download.savannah.gnu.org/releases/avr-libc"
+fi
+
 exit $?