Magellan Linux

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

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

revision 3628 by niro, Fri Jul 13 11:07:10 2012 UTC revision 3629 by niro, Fri Jul 13 11:29:36 2012 UTC
# Line 67  SRC_URI=( Line 67  SRC_URI=(
67   mirror://${PNAME}/syslog.conf   mirror://${PNAME}/syslog.conf
68   mirror://${PNAME}/crond.rc   mirror://${PNAME}/crond.rc
69   mirror://${PNAME}/${PNAME}-1.15.3-flags.patch   mirror://${PNAME}/${PNAME}-1.15.3-flags.patch
70   mirror://${PNAME}/${PNAME}-1.20.2-tar-seamless-xz.patch   mirror://${PNAME}/${PNAME}-${PVER}-tar-seamless-xz.patch
71   mirror://${PNAME}/splash-functions.rc-${SPLASHRC_CVS_REV}   mirror://${PNAME}/splash-functions.rc-${SPLASHRC_CVS_REV}
72   mirror://${PNAME}/splash.conf-${SPLASHCONF_CVS_REV}   mirror://${PNAME}/splash.conf-${SPLASHCONF_CVS_REV}
73   mirror://${PNAME}/${PNAME}-1.20.2-fbsplash-tykef-1.0.patch   mirror://${PNAME}/${PNAME}-${PVER}-fbsplash-tykef-1.0.patch
74   mirror://${PNAME}/${PNAME}-1.17.4-fbsplash-reload-background-image.patch   mirror://${PNAME}/${PNAME}-1.17.4-fbsplash-reload-background-image.patch
75     mirror://${PNAME}/${PNAME}-${PVER}-glibc216.patch
76   http://dev.gentoo.org/~spock/projects/gensplash/current/${MISC_SRCFILE}   http://dev.gentoo.org/~spock/projects/gensplash/current/${MISC_SRCFILE}
77   mirror://${PNAME}/${MISC_SRCFILE}   mirror://${PNAME}/${MISC_SRCFILE}
78   mirror://${PNAME}/${SPLASHTHEME_SRCFILE}   mirror://${PNAME}/${SPLASHTHEME_SRCFILE}
# Line 91  src_prepare() Line 92  src_prepare()
92   # remove broken cflags   # remove broken cflags
93   mpatch ${PNAME}-1.15.3-flags.patch || die   mpatch ${PNAME}-1.15.3-flags.patch || die
94   # seamless xz uncompression support in tar (tar -J)   # seamless xz uncompression support in tar (tar -J)
95   mpatch ${PNAME}-1.20.2-tar-seamless-xz.patch || die   mpatch ${PNAME}-${PVER}-tar-seamless-xz.patch || die
96     # fix build against newer glibc (>=2.16)
97     mpatch ${PNAME}-${PVER}-glibc216.patch || die
98    
99   # enhanced fbsplash from tykef   # enhanced fbsplash from tykef
100   # http://tykef.havlinda.net/programovani/fbsplash/   # http://tykef.havlinda.net/programovani/fbsplash/
101   mpatch ${PNAME}-1.20.2-fbsplash-tykef-1.0.patch || die   mpatch ${PNAME}-${PVER}-fbsplash-tykef-1.0.patch || die
102    
103   # fbsplash: adds 'image:' cmd to be able to reload the background image   # fbsplash: adds 'image:' cmd to be able to reload the background image
104   # requires the tykef patch   # requires the tykef patch
# Line 103  src_prepare() Line 106  src_prepare()
106    
107   # using a custom config   # using a custom config
108   cp ${SOURCEDIR}/${PNAME}/config-${CFG_CVS_REV} .config || die   cp ${SOURCEDIR}/${PNAME}/config-${CFG_CVS_REV} .config || die
   
  # hotfix for glibc-2.14, rpc interface not supported anymore  
  #sed -i 's/.*\(CONFIG_FEATURE_MOUNT_NFS\).*/#\ \1 is not set/' .config || die  
109  }  }
110    
111  src_compile()  src_compile()

Legend:
Removed from v.3628  
changed lines
  Added in v.3629