buildroot/package/uuu
Giulio Benetti c423dd4a45 package/uuu: fix build failure with host gcc 13.x
With gcc version >= 13.x stdint.h must be explicitly included according to
[0] so backport a commit to explicitly include stdint.h.

[0]: https://gcc.gnu.org/gcc-13/porting_to.html

Fixes:
still not happened

Signed-off-by: Giulio Benetti <giulio.benetti+tekvox@benettiengineering.com>
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Reviewed-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 04dfeff624)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-02-04 22:35:35 +01:00
..
0001-Fix-missing-references.patch
Config.in.host
readme.txt
uuu.hash
uuu.mk

readme.txt

uuu Howto
=========

Running uuu without root privileges
-----------------------------------

Accessing USB devices on Linux requires root privileges by default.
To be able to run uuu without root priviles, execute the following
steps:

  sudo sh -c "uuu -udev >> /etc/udev/rules.d/70-uuu.rules"
  sudo udevadm control --reload