mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-15 06:19:47 +00:00
bdcfedc393
grub 2.12-rc1 was released with gnulib 2022-02-12 update to latest stable-202207 http://git.savannah.gnu.org/cgit/gnulib.git/log/?h=stable-202207
13 lines
545 B
Makefile
13 lines
545 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="gnulib"
|
|
# Match version with GNULIB_REVISION in grub bootstrap.conf
|
|
PKG_VERSION="3198293e3fd04182f457cb76ff8c5b4ac1155103"
|
|
PKG_SHA256="78d8b7e2cf77d99a5f0064c19945acc62bfea5322cd57c6d2ac3e7f475e01a0b"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://savannah.gnu.org/git/?group=gnulib"
|
|
PKG_URL="http://git.savannah.gnu.org/cgit/gnulib.git/snapshot/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_LONGDESC="GNU portability library"
|
|
PKG_TOOLCHAIN="manual"
|