All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] efibootmgr: explicitly depend on host-pkgconf and popt
@ 2018-03-23  9:57 Peter Korsgaard
  2018-03-23  9:57 ` [Buildroot] [PATCHv2 2/2] efivar: bump version Peter Korsgaard
  2018-03-23 10:53 ` [Buildroot] [PATCH 1/2] efibootmgr: explicitly depend on host-pkgconf and popt Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Korsgaard @ 2018-03-23  9:57 UTC (permalink / raw)
  To: buildroot

The efibootmgr build system uses host-pkgconf and popt, so explicitly add
them to _DEPENDENCIES instead of relying on them getting pulled in by
efivar.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/efibootmgr/Config.in     | 1 +
 package/efibootmgr/efibootmgr.mk | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/efibootmgr/Config.in b/package/efibootmgr/Config.in
index 492ebe6e6e..b87fb53225 100644
--- a/package/efibootmgr/Config.in
+++ b/package/efibootmgr/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_EFIBOOTMGR
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # efivar
 	depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS
 	select BR2_PACKAGE_EFIVAR
+	select BR2_PACKAGE_POPT
 	help
 	  A Linux user-space application to modify the Intel Extensible
 	  Firmware Interface (EFI) Boot Manager. This application can
diff --git a/package/efibootmgr/efibootmgr.mk b/package/efibootmgr/efibootmgr.mk
index cdd500f088..bdc0019d99 100644
--- a/package/efibootmgr/efibootmgr.mk
+++ b/package/efibootmgr/efibootmgr.mk
@@ -8,7 +8,7 @@ EFIBOOTMGR_VERSION = 15
 EFIBOOTMGR_SITE = $(call github,rhboot,efibootmgr,$(EFIBOOTMGR_VERSION))
 EFIBOOTMGR_LICENSE = GPL-2.0+
 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_MAKE_ARGS = EFIDIR=buildroot
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-23 15:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-23  9:57 [Buildroot] [PATCH 1/2] efibootmgr: explicitly depend on host-pkgconf and popt Peter Korsgaard
2018-03-23  9:57 ` [Buildroot] [PATCHv2 2/2] efivar: bump version Peter Korsgaard
2018-03-23 15:29   ` Peter Korsgaard
2018-03-23 10:53 ` [Buildroot] [PATCH 1/2] efibootmgr: explicitly depend on host-pkgconf and popt Thomas Petazzoni
2018-03-23 15:28   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.