changeset 1697:09832e10ea13 draft

No longer need to switch off cpio in toybox, it's upgraded to do the thing now.
author Rob Landley <rob@landley.net>
date Sun, 05 Oct 2014 23:22:12 -0500
parents f24a3b643df4
children 49abeb0ead62
files sources/patches/toybox-cpio.patch
diffstat 1 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/sources/patches/toybox-cpio.patch	Sun Oct 05 21:51:33 2014 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-The lfs-bootstrap build control image uses cpio -p which toybox doesn't implement yet. Fix it next release, meanwhile use the old busybox one.
-
-diff -ru toybox/toys/posix/cpio.c toybox.bak/toys/posix/cpio.c
---- toybox/toys/posix/cpio.c	2014-07-06 23:43:29.000000000 -0500
-+++ toybox.bak/toys/posix/cpio.c	2014-09-23 12:25:26.718391645 -0500
-@@ -17,7 +17,7 @@
- 
- config CPIO
-   bool "cpio"
--  default y
-+  default n
-   help
-     usage: cpio -{o|t|i} [-v] [--verbose] [-F FILE] [ignored: -du -H newc]
-