kumquat-buildroot/package/gnuradio
Gwenhael Goavec-Merou e84ea995d7 package/gnuradio: backport build fixes with less use of Boost
Backport patch from upstream to fix build failures such as:

    In file included from /home/buildroot/autobuild/instance-0/output-1/build/gnuradio-3.8.0.0/gr-digital/lib/glfsr.cc:23:
    /home/buildroot/autobuild/instance-0/output-1/build/gnuradio-3.8.0.0/gr-digital/lib/../include/gnuradio/digital/glfsr.h:42:5: error: 'uint32_t' does not name a type; did you mean 'u_int32_t'?
        uint32_t d_shift_register;
        ^~~~~~~~
        u_int32_t

Since Gnuradio policy is Less boost == better and C++11 is used, use cstdint
instead of boost/cstdint.hpp.

Applied in gnuradio master (475e4a156b516c089175afb998acdc80b740b437)

fix:
 - http://autobuild.buildroot.net/results/14015f499e58fee530877ac052878bbe2f799942/
 - http://autobuild.buildroot.net/results/53239f98dd5e03d4dc1bb4eb91ed765f77dbf0ec/

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
[yann.morin.1998@free.fr:
  - add upstream reference in the patch itself
  - minor eye-candy in commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-02-09 11:35:31 +01:00
..
0001-add-boost-unit_test_framework-required-only-when-ENA.patch package/gnuradio: bump to version 3.8.0.0 2020-02-03 23:43:33 +01:00
0002-lib-CMakeLists-fix-neon-version-detection.patch package/gnuradio: bump to version 3.8.0.0 2020-02-03 23:43:33 +01:00
0003-gr-digital-glfsr.h-drop-boost-cstdint.hpp-and-use-cs.patch package/gnuradio: backport build fixes with less use of Boost 2020-02-09 11:35:31 +01:00
Config.in package/gnuradio: add python3 support 2020-02-03 23:43:33 +01:00
gnuradio.hash package/gnuradio: bump to version 3.8.0.0 2020-02-03 23:43:33 +01:00
gnuradio.mk package/gnuradio: add python3 support 2020-02-03 23:43:33 +01:00