Magellan Linux

Diff of /smage/trunk/core/grub/grub-2.02_rc2-r1.smage2

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

revision 9427 by niro, Tue Apr 4 09:50:41 2017 UTC revision 9428 by niro, Tue Apr 4 11:01:52 2017 UTC
# Line 44  SRC_URI+=( Line 44  SRC_URI+=(
44   #gnu://${PNAME}/${SRCFILE}   #gnu://${PNAME}/${SRCFILE}
45   http://alpha.gnu.org/gnu/${PNAME}/${SRCFILE}   http://alpha.gnu.org/gnu/${PNAME}/${SRCFILE}
46   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  #mirror://${PNAME}/${PNAME}-2.02-binutils-2.27-support-modules-without-symbol-table.patch  
47   mirror://${PNAME}/${PNAME}-2.02-confd.patch   mirror://${PNAME}/${PNAME}-2.02-confd.patch
48   mirror://${PNAME}/${PNAME}-2.02-cosmetic.patch   mirror://${PNAME}/${PNAME}-2.02-cosmetic.patch
49   mirror://${PNAME}/${PNAME}-2.00-10_linux-pretty-names-from-etc-os-release.patch   mirror://${PNAME}/${PNAME}-2.00-10_linux-pretty-names-from-etc-os-release.patch
# Line 65  src_prepare() Line 64  src_prepare()
64   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
65   cd ${SRCDIR}   cd ${SRCDIR}
66    
  # support modules without symbol table which happens if build with binutils-2.27 and above  
  # see: https://lists.gnu.org/archive/html/grub-devel/2016-02/msg00014.html  
  # and: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1620678  
  #mpatch ${PNAME}-2.02-binutils-2.27-support-modules-without-symbol-table.patch || die  
   
67   # use /etc/conf.d/grub instead of /etc/default/grub   # use /etc/conf.d/grub instead of /etc/default/grub
68   mpatch ${PNAME}-2.02-confd.patch || die   mpatch ${PNAME}-2.02-confd.patch || die
69   # cosmetic fixes   # cosmetic fixes

Legend:
Removed from v.9427  
changed lines
  Added in v.9428