Magellan Linux

Diff of /trunk/extras/bluez/bluez-5.51-r1.smage2

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

revision 33271 by niro, Tue Oct 22 18:02:50 2019 UTC revision 33272 by niro, Tue Oct 22 18:07:21 2019 UTC
# Line 45  SRC_URI=( Line 45  SRC_URI=(
45   http://www.kernel.org/pub/linux/bluetooth/${SRCFILE}   http://www.kernel.org/pub/linux/bluetooth/${SRCFILE}
46   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
47   mirror://${PNAME}/bluetooth.modprobe   mirror://${PNAME}/bluetooth.modprobe
  mirror://${PNAME}/${PNAME}-5.14-allow-using-obexd-without-systemd-in-the-user-session.patch  
48  )  )
49    
50  UP2DATE="updatecmd http://www.kernel.org/pub/linux/bluetooth/ | grep ${PNAME}-[0-9] | highesttarball xz"  UP2DATE="updatecmd http://www.kernel.org/pub/linux/bluetooth/ | grep ${PNAME}-[0-9] | highesttarball xz"
# Line 91  split_info_bluez-plugins() Line 90  split_info_bluez-plugins()
90   ${PLUGINS_DEPEND}"   ${PLUGINS_DEPEND}"
91  }  }
92    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
   
  # fix obexd  
  mpatch ${PNAME}-5.14-allow-using-obexd-without-systemd-in-the-user-session.patch || die  
  mautoreconf || die  
 }  
   
93  src_compile()  src_compile()
94  {  {
95   mconfigure \   mconfigure \

Legend:
Removed from v.33271  
changed lines
  Added in v.33272