Upgrade to gdk-pixbuf-2.31.1
[hvlinux.git] / stage0 / packages-update
index 5951e96..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,8 +14,6 @@ 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"
@@ -32,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 $?