forked from libretro/Lakka-LibreELEC
be47bb0834
* grub: update to latest release * gnulib: update to match grub bootstrap.conf * grub: build 32 and 64 bit EFI images * syslinux: do not copy EFI image * installer: adapt script to above changes * mkimage: virtual: build only for 64-bit Generic * mkimage: grub: create cfg / copy EFI images only for 64-bit Generic
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="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"
|