view sources/patches/toybox-cpio.patch @ 1688:00e528cdad95 draft 1.2.9

Upgrade toybox version.
author Rob Landley <rob@landley.net>
date Thu, 25 Sep 2014 21:40:39 -0500
parents
children
line wrap: on
line source

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]