efibootmgr: explicitly depend on host-pkgconf and popt
efibootmgr uses host-pkgconf and popt, so explicitly add them to _DEPENDENCIES instead of relying on them getting pulled in by efivar. [Peter: reword as suggested by Thomas] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -7,6 +7,7 @@ config BR2_PACKAGE_EFIBOOTMGR
|
|||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # efivar
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # efivar
|
||||||
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
|
||||||
select BR2_PACKAGE_EFIVAR
|
select BR2_PACKAGE_EFIVAR
|
||||||
|
select BR2_PACKAGE_POPT
|
||||||
help
|
help
|
||||||
A Linux user-space application to modify the Intel Extensible
|
A Linux user-space application to modify the Intel Extensible
|
||||||
Firmware Interface (EFI) Boot Manager. This application can
|
Firmware Interface (EFI) Boot Manager. This application can
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ EFIBOOTMGR_VERSION = 15
|
|||||||
EFIBOOTMGR_SITE = $(call github,rhboot,efibootmgr,$(EFIBOOTMGR_VERSION))
|
EFIBOOTMGR_SITE = $(call github,rhboot,efibootmgr,$(EFIBOOTMGR_VERSION))
|
||||||
EFIBOOTMGR_LICENSE = GPL-2.0+
|
EFIBOOTMGR_LICENSE = GPL-2.0+
|
||||||
EFIBOOTMGR_LICENSE_FILES = COPYING
|
EFIBOOTMGR_LICENSE_FILES = COPYING
|
||||||
EFIBOOTMGR_DEPENDENCIES = efivar $(TARGET_NLS_DEPENDENCIES)
|
EFIBOOTMGR_DEPENDENCIES = host-pkgconf efivar popt $(TARGET_NLS_DEPENDENCIES)
|
||||||
EFIBOOTMGR_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
|
EFIBOOTMGR_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
|
||||||
EFIBOOTMGR_MAKE_ARGS = EFIDIR=buildroot
|
EFIBOOTMGR_MAKE_ARGS = EFIDIR=buildroot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user