mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Needed for kodi 22.x.
Added build fix for >= gcc-13.
Switched build system to cmake following upstream:
13683c56e5
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[Julien: use "git describe --tags --abbrev=40" format for _VERSION]
Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
549 B
Makefile
16 lines
549 B
Makefile
################################################################################
|
|
#
|
|
# libcrossguid
|
|
#
|
|
################################################################################
|
|
|
|
LIBCROSSGUID_VERSION = v0.2.2-52-gca1bf4b810e2d188d04cb6286f957008ee1b7681
|
|
LIBCROSSGUID_SITE = $(call github,graeme-hill,crossguid,$(LIBCROSSGUID_VERSION))
|
|
LIBCROSSGUID_LICENSE = MIT
|
|
LIBCROSSGUID_LICENSE_FILES = LICENSE
|
|
LIBCROSSGUID_INSTALL_STAGING = YES
|
|
LIBCROSSGUID_DEPENDENCIES = util-linux
|
|
LIBCROSSGUID_CONF_OPTS = -DCROSSGUID_TESTS=OFF
|
|
|
|
$(eval $(cmake-package))
|