Magellan Linux

Diff of /smage/trunk/core/busybox/busybox-1.29.2-r1.smage2

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

revision 11849 by niro, Wed Aug 15 13:41:12 2018 UTC revision 11850 by niro, Wed Aug 15 13:51:36 2018 UTC
# Line 87  SRC_URI=( Line 87  SRC_URI=(
87   mirror://${PNAME}/tftpd.confd-${TFTPD_CONFD_REV}   mirror://${PNAME}/tftpd.confd-${TFTPD_CONFD_REV}
88   mirror://${PNAME}/tftpd.tmpfilesd   mirror://${PNAME}/tftpd.tmpfilesd
89   mirror://${PNAME}/8859-1_to_uni.trans   mirror://${PNAME}/8859-1_to_uni.trans
90   mirror://${PNAME}/${PNAME}-1.25.1-cp-ignore-onefilesystem.patch   mirror://${PNAME}/${PNAME}-1.29.2-cp-ignore-onefilesystem.patch
91   mirror://${PNAME}/${PNAME}-1.27.1-no-send-signals.patch   mirror://${PNAME}/${PNAME}-1.27.1-no-send-signals.patch
92  )  )
93    
# Line 105  src_prepare() Line 105  src_prepare()
105    
106   # magellan patches   # magellan patches
107   # let cp ignore the onefilesystem mode switch (cp -x prints an error)   # let cp ignore the onefilesystem mode switch (cp -x prints an error)
108   mpatch ${PNAME}-1.25.1-cp-ignore-onefilesystem.patch || die   mpatch ${PNAME}-1.29.2-cp-ignore-onefilesystem.patch || die
109   # do not send any signals on shutdown/reboot, we doing this via sendsignals rc   # do not send any signals on shutdown/reboot, we doing this via sendsignals rc
110   mpatch ${PNAME}-1.27.1-no-send-signals.patch || die   mpatch ${PNAME}-1.27.1-no-send-signals.patch || die
111    

Legend:
Removed from v.11849  
changed lines
  Added in v.11850