mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 07:43:48 -09:00
Commit8b47feff2fwrongly removed libuuid dependency resulting in the following build failure: checking for UUID... no configure: error: Package requirements (uuid) were not met: Package 'uuid', required by 'virtual:world', not found It should be noted that <uuid/uuid.h> is still used in one example: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/examples/C/glib/add-connection-gdbus.c#L17 as stated in73b9883c6f: "We still require libuuid for building, because it is used by an example program. Maybe that should be changed, to avoid the build dependency. But that can be done at a later time." Fixes: - http://autobuild.buildroot.org/results/ac25c42d73161bf4cdfae3e53de8826f0b8dbf9c Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commitf642d28e48) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>