Magellan Linux

Diff of /smage/trunk/core/busybox/busybox-1.20.2-r27.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5647 by niro, Tue May 13 11:35:47 2014 UTC revision 5648 by niro, Tue May 13 11:36:37 2014 UTC
# Line 86  SRC_URI=( Line 86  SRC_URI=(
86   mirror://${PNAME}/${PNAME}-${PVER}-sys-resource.patch   mirror://${PNAME}/${PNAME}-${PVER}-sys-resource.patch
87   mirror://${PNAME}/${PNAME}-${PVER}-ntpd.patch   mirror://${PNAME}/${PNAME}-${PVER}-ntpd.patch
88   mirror://${PNAME}/${PNAME}-${PVER}-f2fs.patch   mirror://${PNAME}/${PNAME}-${PVER}-f2fs.patch
89   mirror://${PNAME}/${PNAME}-${PVER}-multiple-stream.patch   mirror://${PNAME}/${PNAME}-${PVER}-multiple-streams.patch
90  )  )
91    
92  src_prepare()  src_prepare()
# Line 123  src_prepare() Line 123  src_prepare()
123   # fix xz multiple streams bug   # fix xz multiple streams bug
124   # see: https://bugs.busybox.net/show_bug.cgi?id=5804   # see: https://bugs.busybox.net/show_bug.cgi?id=5804
125   # and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686502   # and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686502
126   mpatch ${PNAME}-${PVER}-multiple-stream.patch || die   mpatch ${PNAME}-${PVER}-multiple-streams.patch || die
127    
128   # magellan patches   # magellan patches
129   # remove broken cflags   # remove broken cflags

Legend:
Removed from v.5647  
changed lines
  Added in v.5648