Skip to content

Commit

Permalink
buildroot: update go to 1.20.6
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Jul 11, 2023
1 parent c747f76 commit dfe2e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot
Submodule buildroot updated 88 files
+0 −1 .checkpackageignore
+6 −0 Config.in.legacy
+4 −0 DEVELOPERS
+1 −0 configs/beaglebone_defconfig
+1 −1 configs/beaglebone_qt5_defconfig
+2 −2 configs/olimex_a20_olinuxino_lime2_defconfig
+2 −2 configs/olimex_a20_olinuxino_lime_defconfig
+1 −1 linux/linux.mk
+1 −1 package/Config.in
+14 −0 package/cryptodev-linux/Config.in
+1 −1 package/cryptodev-linux/cryptodev-linux.hash
+1 −3 package/cryptodev-linux/cryptodev-linux.mk
+0 −50 package/cryptodev/Config.in
+0 −7 package/cryptodev/cryptodev.mk
+10 −1 package/ffmpeg/ffmpeg.mk
+1 −1 package/go/go.hash
+1 −1 package/go/go.mk
+1 −1 package/igh-ethercat/igh-ethercat.hash
+1 −7 package/igh-ethercat/igh-ethercat.mk
+3 −3 package/libopenssl/libopenssl.mk
+3 −2 package/libuv/libuv.hash
+2 −2 package/libuv/libuv.mk
+1 −1 package/mali-driver/mali-driver.hash
+1 −1 package/mali-driver/mali-driver.mk
+0 −2 package/ocf-linux/ocf-linux.hash
+0 −26 package/ocf-linux/ocf-linux.mk
+0 −3 package/openswan/openswan.mk
+1 −1 package/qt5/qt5.mk
+1 −1 package/qt5/qt5base/qt5base.hash
+1 −1 package/qt5/qt5base/qt5base.mk
+1 −1 package/qt5/qt5charts/qt5charts.hash
+1 −1 package/qt5/qt5charts/qt5charts.mk
+1 −1 package/qt5/qt5declarative/qt5declarative.hash
+1 −1 package/qt5/qt5declarative/qt5declarative.mk
+1 −1 package/qt5/qt5graphicaleffects/qt5graphicaleffects.hash
+1 −1 package/qt5/qt5graphicaleffects/qt5graphicaleffects.mk
+1 −1 package/qt5/qt5imageformats/qt5imageformats.hash
+1 −1 package/qt5/qt5imageformats/qt5imageformats.mk
+1 −1 package/qt5/qt5location/qt5location.hash
+1 −1 package/qt5/qt5location/qt5location.mk
+1 −1 package/qt5/qt5lottie/qt5lottie.hash
+1 −1 package/qt5/qt5lottie/qt5lottie.mk
+1 −1 package/qt5/qt5multimedia/qt5multimedia.hash
+1 −1 package/qt5/qt5multimedia/qt5multimedia.mk
+1 −1 package/qt5/qt5quickcontrols/qt5quickcontrols.hash
+1 −1 package/qt5/qt5quickcontrols/qt5quickcontrols.mk
+1 −1 package/qt5/qt5quickcontrols2/qt5quickcontrols2.hash
+1 −1 package/qt5/qt5quickcontrols2/qt5quickcontrols2.mk
+1 −1 package/qt5/qt5quicktimeline/qt5quicktimeline.hash
+1 −1 package/qt5/qt5quicktimeline/qt5quicktimeline.mk
+1 −1 package/qt5/qt5remoteobjects/qt5remoteobjects.hash
+1 −1 package/qt5/qt5remoteobjects/qt5remoteobjects.mk
+1 −1 package/qt5/qt5script/qt5script.hash
+1 −1 package/qt5/qt5script/qt5script.mk
+1 −1 package/qt5/qt5scxml/qt5scxml.hash
+1 −1 package/qt5/qt5scxml/qt5scxml.mk
+1 −1 package/qt5/qt5sensors/qt5sensors.hash
+1 −1 package/qt5/qt5sensors/qt5sensors.mk
+1 −1 package/qt5/qt5serialbus/qt5serialbus.hash
+1 −1 package/qt5/qt5serialbus/qt5serialbus.mk
+1 −1 package/qt5/qt5serialport/qt5serialport.hash
+1 −1 package/qt5/qt5serialport/qt5serialport.mk
+1 −1 package/qt5/qt5svg/qt5svg.hash
+1 −1 package/qt5/qt5svg/qt5svg.mk
+1 −1 package/qt5/qt5tools/qt5tools.hash
+1 −1 package/qt5/qt5tools/qt5tools.mk
+1 −1 package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.hash
+1 −1 package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.mk
+0 −35 package/qt5/qt5wayland/0001-Add-missing-define-guards.patch
+1 −1 package/qt5/qt5wayland/qt5wayland.hash
+1 −1 package/qt5/qt5wayland/qt5wayland.mk
+8 −7 package/qt5/qt5webengine/0001-gn.pro-don-t-link-statically-with-libstc.patch
+1 −1 package/qt5/qt5webengine/qt5webengine.hash
+1 −1 package/qt5/qt5webview/qt5webview.mk
+1 −1 package/qt5/qt5x11extras/qt5x11extras.mk
+1 −1 package/qt5/qt5xmlpatterns/qt5xmlpatterns.hash
+1 −1 package/qt5/qt5xmlpatterns/qt5xmlpatterns.mk
+1 −1 package/rtl8189es/rtl8189es.hash
+1 −1 package/rtl8189es/rtl8189es.mk
+1 −1 package/rtl8189fs/rtl8189fs.hash
+1 −1 package/rtl8189fs/rtl8189fs.mk
+2 −2 package/uvw/uvw.hash
+1 −1 package/uvw/uvw.mk
+1 −1 package/yavta/yavta.mk
+12 −0 support/testing/tests/package/test_bzip2.py
+126 −0 support/testing/tests/package/test_compressor_base.py
+13 −0 support/testing/tests/package/test_gzip.py
+10 −0 support/testing/tests/package/test_xz.py

0 comments on commit dfe2e1b

Please sign in to comment.