Magellan Linux

Diff of /branches/magellan-next/core/hwinfo/hwinfo-18.5-r1.smage2

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

revision 8855 by niro, Wed Aug 3 15:28:38 2011 UTC revision 8856 by niro, Wed Aug 3 16:24:43 2011 UTC
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24   mirror://${PNAME}/${PNAME}-18.1-use-r128-module-for-ati-rage-cards-i386.patch   mirror://${PNAME}/${PNAME}-18.1-use-r128-module-for-ati-rage-cards-i386.patch
25   mirror://${PNAME}/${PNAME}-18.1-use-mach64-module-for-ati-mach64-cards-i386.patch   mirror://${PNAME}/${PNAME}-18.1-use-mach64-module-for-ati-mach64-cards-i386.patch
26   mirror://${PNAME}/${PNAME}-18.1-add-openchrome-x11-drivers-i386.patch   mirror://${PNAME}/${PNAME}-18.1-add-openchrome-x11-drivers-i386.patch
27     mirror://${PNAME}/${PNAME}-18.5-no-xen.patch
28  )  )
29    
30  #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 35  src_prepare() Line 36  src_prepare()
36   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
37   cd ${SRCDIR}   cd ${SRCDIR}
38    
39     # disable xen checks which are broken atm
40     mpatch ${PNAME}-18.5-no-xen.patch || die
41    
42   # add intel pineview to known x11 drivers   # add intel pineview to known x11 drivers
43   mpatch -Np1 ${PNAME}-18.1-add-intel-pineview-x11-drivers-i386.patch   mpatch -Np1 ${PNAME}-18.1-add-intel-pineview-x11-drivers-i386.patch
44    

Legend:
Removed from v.8855  
changed lines
  Added in v.8856