Magellan Linux

Diff of /trunk/core/hwinfo/hwinfo-16.10-r1.smage2

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

revision 3528 by niro, Fri Oct 23 09:11:15 2009 UTC revision 3607 by niro, Tue Oct 27 10:17:36 2009 UTC
# Line 22  sminclude mtools Line 22  sminclude mtools
22  SRC_URI=(  SRC_URI=(
23   http://ftp.de.debian.org/debian/pool/main/h/${PNAME}/${SRCFILE}   http://ftp.de.debian.org/debian/pool/main/h/${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
25   mirror://${PNAME}/${PNAME}-13.41-debian-all-1.patch   mirror://${PNAME}/${PNAME}-${PVER}-debian-all-1.patch
26   mirror://${PNAME}/${PNAME}-13.41-remove-sbin.patch   mirror://${PNAME}/${PNAME}-13.41-remove-sbin.patch
  mirror://${PNAME}/${PNAME}-15.3-fix-headers.patch  
27  )  )
28    
29  #UP2DATE="updatecmd http://ftp.de.debian.org/debian/pool/main/h/${PNAME} | grep .tar.gz | sed -n 's/.*_\(.*\).orig.*/\1/;$ p'"  #UP2DATE="updatecmd http://ftp.de.debian.org/debian/pool/main/h/${PNAME} | grep .tar.gz | sed -n 's/.*_\(.*\).orig.*/\1/;$ p'"
# Line 37  src_prepare() Line 36  src_prepare()
36   cd ${SRCDIR}   cd ${SRCDIR}
37    
38   # apply debian patches   # apply debian patches
39   mpatch ${PNAME}-13.41-debian-all-1.patch || die   mpatch ${PNAME}-${PVER}-debian-all-1.patch || die
40    
41   # remove empty $(destdir)/sbin from makefile   # remove empty $(destdir)/sbin from makefile
42   mpatch ${PNAME}-13.41-remove-sbin.patch || die   mpatch ${PNAME}-13.41-remove-sbin.patch || die
   
  # fix missing headers on x86 with newer glibc/linux-headers  
  mpatch ${PNAME}-15.3-fix-headers.patch || die  
43  }  }
44    
45  src_compile()  src_compile()

Legend:
Removed from v.3528  
changed lines
  Added in v.3607