summaryrefslogtreecommitdiffstats
path: root/package/efibootmgr
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2018-03-23 10:57:41 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-03-23 16:29:22 +0100
commitbb7a698001302249abf57762a0483fa2c3edb50a (patch)
tree3c166898be8c03a5986ed90fd0d3b86e9e0f618d /package/efibootmgr
parent283f45e807f0d534a56f31ffabfcc5a3954c976a (diff)
downloadbuildroot-bb7a698001302249abf57762a0483fa2c3edb50a.tar.gz
buildroot-bb7a698001302249abf57762a0483fa2c3edb50a.zip
efivar: bump version
Drop 0001-Use-z-muldefs-to-avoid-the-multiple-definitions-bug-.patch and 0003-Remove-some-extra-const-that-gcc-complains-about.patch as they are now upstream. The upstream repo moved to the 'rhboot' github project, so adjust upstream URL in .mk and help text to match. Drop dependency on !musl as it is now support since e04281e60cf0d (makeguids: Ensure compatibility with other libcs). Drop BINTARGETS workaround as this is fixed since 6c674283697 (Don't build static by default). Drop popt dependency as it is no longer needed since 1aec5e7891 (Replace popt usage with getopt_long in efivar.c). While we are at it, also add a hash for the license file. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/efibootmgr')
-rw-r--r--package/efibootmgr/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/efibootmgr/Config.in b/package/efibootmgr/Config.in
index b87fb53225..d31f9b13ee 100644
--- a/package/efibootmgr/Config.in
+++ b/package/efibootmgr/Config.in
@@ -3,7 +3,6 @@ config BR2_PACKAGE_EFIBOOTMGR
depends on BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS # efivar
depends on !BR2_STATIC_LIBS # efivar
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # efivar
- depends on !BR2_TOOLCHAIN_USES_MUSL # efivar
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # efivar
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
select BR2_PACKAGE_EFIVAR
@@ -20,6 +19,5 @@ comment "efibootmgr needs a glibc or uClibc toolchain w/ dynamic library, header
depends on BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS
depends on BR2_STATIC_LIBS || \
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \
- BR2_TOOLCHAIN_USES_MUSL || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
OpenPOWER on IntegriCloud