0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-01 01:01:24 +00:00
Ian Leonard 78440702f1 devel: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:48 +00:00

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="d271f868a8df9bbec29049d01e056481b7a1a263"
PKG_SHA256="4e23415ae2977ffca15e07419ceff3e9334d0369eafc9e7ae2578f8dd9a4839c"
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"