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 8856 by niro, Wed Aug 3 16:24:43 2011 UTC revision 8857 by niro, Wed Aug 3 16:32:46 2011 UTC
# Line 25  SRC_URI=( Line 25  SRC_URI=(
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   mirror://${PNAME}/${PNAME}-18.5-no-xen.patch
28     mirror://${PNAME}/${PNAME}-18.5-tiocgdev-undefined.patch || die
29  )  )
30    
31  #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 39  src_prepare() Line 40  src_prepare()
40   # disable xen checks which are broken atm   # disable xen checks which are broken atm
41   mpatch ${PNAME}-18.5-no-xen.patch || die   mpatch ${PNAME}-18.5-no-xen.patch || die
42    
43     # TIOCGDEV isn't supported in the mainline kernel
44     mpatch ${PNAME}-18.5-tiocgdev-undefined.patch || die
45    
46   # add intel pineview to known x11 drivers   # add intel pineview to known x11 drivers
47   mpatch -Np1 ${PNAME}-18.1-add-intel-pineview-x11-drivers-i386.patch   mpatch -Np1 ${PNAME}-18.1-add-intel-pineview-x11-drivers-i386.patch
48    

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