Add ppl patch to fix bug when compiling without Perl (stage2)
[hvlinux.git] / stage1 / packages-update
index a8fcee9..1bfab48 100755 (executable)
@@ -3,7 +3,6 @@
 USE_LFS_PATCHES=1
 USE_BLFS_PATCHES=1
 USE_CLFS_PATCHES=1
-USE_HV_PATCHES=1
 
 source ../functions/main
 
@@ -14,7 +13,7 @@ lpkg 0 ${GMP}
 lpkg 0 ${MPFR}
 lpkg 0 ${MPC}
 lpkg 0 ${PPL}
-lpkg 0 ${CLOOG_PPL}
+lpkg 0 ${CLOOG}
 lpkg 0 ${BINUTILS}
 lpkg 0 ${GCC}
 lpkg 0 ${NCURSES}
@@ -23,11 +22,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}
@@ -50,10 +45,11 @@ fpkg ${XZ_UTILS} "http://tukaani.org/xz"
 # Chapter 7
 fpkg -s "linux/utils/util-linux/v$(get_pkg_ver2 ${UTIL_LINUX})" \
     ${UTIL_LINUX} ${KERNEL_URL}
+fpkg -m hv ${SHADOW}
 fpkg -m sf ${E2FSPROGS}
 fpkg ${SYSVINIT} "http://download.savannah.gnu.org/releases/sysvinit"
-fpkg -s "linux/utils/kernel/module-init-tools" ${MODULE_INIT_TOOLS} \
-    ${KERNEL_URL}
-fpkg -s "linux/utils/kernel/hotplug" ${UDEV} ${KERNEL_URL}
+fpkg -e "tar.xz" -s "linux/utils/kernel/kmod" ${KMOD} ${KERNEL_URL}
+
+fpkg -e "tar.gz" ${EUDEV} "http://dev.gentoo.org/~blueness/eudev"
 
 exit $?