* [Buildroot] [PATCH 1/1] efibootmgr: fix reverse dependency from efivar
@ 2016-10-02 19:15 Erico Nunes
2016-10-02 19:32 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Erico Nunes @ 2016-10-02 19:15 UTC (permalink / raw)
To: buildroot
efivar minimum gcc version dependency changed from 4.7 to 4.9 in the
last efivar bump, so this must be reflected in efibootmgr Config.in as
well.
Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
---
package/efibootmgr/Config.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/efibootmgr/Config.in b/package/efibootmgr/Config.in
index 2c5c07f..988bf6d 100644
--- a/package/efibootmgr/Config.in
+++ b/package/efibootmgr/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_EFIBOOTMGR
bool "efibootmgr"
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # efivar
depends on BR2_TOOLCHAIN_USES_GLIBC # efivar
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # efivar
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # efivar
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS && \
!BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII # efivar
select BR2_PACKAGE_EFIVAR
@@ -14,9 +14,9 @@ config BR2_PACKAGE_EFIBOOTMGR
https://github.com/rhinstaller/efibootmgr
-comment "efibootmgr requires a glibc toolchain w/ headers >= 3.12, gcc >= 4.7"
+comment "efibootmgr requires a glibc toolchain w/ headers >= 3.12, gcc >= 4.9"
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \
!BR2_TOOLCHAIN_USES_GLIBC || \\
- !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS && \
!BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] efibootmgr: fix reverse dependency from efivar
2016-10-02 19:15 [Buildroot] [PATCH 1/1] efibootmgr: fix reverse dependency from efivar Erico Nunes
@ 2016-10-02 19:32 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2016-10-02 19:32 UTC (permalink / raw)
To: buildroot
>>>>> "Erico" == Erico Nunes <nunes.erico@gmail.com> writes:
> efivar minimum gcc version dependency changed from 4.7 to 4.9 in the
> last efivar bump, so this must be reflected in efibootmgr Config.in as
> well.
> Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
> Cc: Peter Korsgaard <peter@korsgaard.com>
Committed, thanks.
--
Venlig hilsen,
Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-02 19:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-02 19:15 [Buildroot] [PATCH 1/1] efibootmgr: fix reverse dependency from efivar Erico Nunes
2016-10-02 19:32 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox