]> Untitled Git - hvlinux.git/commitdiff
Remove installation of ncurses and file at stage0
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 24 Sep 2014 01:43:41 +0000 (21:43 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Dec 2014 05:01:50 +0000 (00:01 -0500)
stage0/hv-install-2
stage0/packages-update
stage1/packages-update
stage2/packages-update

index 5c9d66b167269f40c6de1128b386b1bcf9137f31..d4ae7b49460128efb5ea12d4b5256595b7f3eeef 100755 (executable)
@@ -9,13 +9,6 @@ if [ x"${INSTALL_GLIBC}" == x"1" ]; then
     ipkg -m noac ${KERNEL}
 fi
 
-case "${HVL_TARGET}" in
-    x86*)
-        ipkg ${FILE_PKG}
-        ipkg ${NCURSES}
-        ;;
-esac
-
 ipkg ${GMP} "\
     --enable-cxx \
     --disable-static"
index 569318d45d025bc9b5a7bf865224439428c29095..167e9de9785ef32b787d7002a1bab61327e64213 100755 (executable)
@@ -14,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"
index 6623452255f673684235a0b39552186c600ebd0a..0d1a1947924ea30f8bb3e2b7cc350265e378ddb4 100755 (executable)
@@ -12,11 +12,11 @@ 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"
 fpkg -m gnu ${BASH}
 fpkg -m gnu ${BISON}
index 86ca8b7c5aacf88c37208db12efa79083231851b..3b7f87449a8fbfbf8be514c7793f261e0768984d 100755 (executable)
@@ -14,10 +14,10 @@ lpkg 0 ${ISL}
 lpkg 0 ${CLOOG}
 lpkg 0 ${BINUTILS}
 lpkg 0 ${GCC}
-lpkg 0 ${NCURSES}
-lpkg 0 ${FILE_PKG}
 
 # These packages were already downloaded for stage1:
+lpkg 1 ${NCURSES}
+lpkg 1 ${FILE_PKG}
 lpkg 1 ${NANO}
 lpkg 1 ${ZLIB}
 lpkg 1 ${SED}