]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commit
boost: Fix rootfile entries that referred to python3.8 instead of 3.10
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 4 May 2022 11:14:29 +0000 (13:14 +0200)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 5 May 2022 14:19:01 +0000 (14:19 +0000)
commit05a1fe1362b633b82b696a88801bb29fb1070872
tree4e7c73524b03f31495956761b565c68012a34b57
parentce386d20ab8c5eea847038fb83dc8396bbbe2c04
boost: Fix rootfile entries that referred to python3.8 instead of 3.10

- In Jan 2022 I updated python from 3.8 to 3.10 but I missed that boost had rootfile
   entries with python38 in it.
- Running a build just now for another package it got flagged up that the rootfile for
   boost had been changed and the logfile now had the entries with python310 instead of
   python38
- Not clear why it only flagged this up now but this patch is to correct that error
- Running find-dependencies on both the pyton38 and python310 versions of the libraries
  flagged nothing as being linked to either, so probably lucky with this being missed
  first time around.
- Boost will need to be shipped with a Core Update

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/common/aarch64/boost
config/rootfiles/common/armv6l/boost
config/rootfiles/common/x86_64/boost