mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
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:
parent
4b54bd3ae8
commit
283f45e807
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user