* [Buildroot] [git commit] package/efivar: don't install in $(HOST_DIR)/usr
@ 2023-04-09 20:56 Arnout Vandecappelle
2023-04-22 20:15 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Arnout Vandecappelle @ 2023-04-09 20:56 UTC (permalink / raw)
To: buildroot
commit: https://git.buildroot.net/buildroot/commit/?id=47910ccc361934ab4b3fbcfe05530f38de07844f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
For years already, $(HOST_DIR)/usr is deprecated. Install directly in
$(HOST_DIR). This will trigger a check-package error in the following
commit.
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
---
package/efivar/efivar.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/efivar/efivar.mk b/package/efivar/efivar.mk
index 8b1d338bec..ee6d7302df 100644
--- a/package/efivar/efivar.mk
+++ b/package/efivar/efivar.mk
@@ -39,7 +39,7 @@ define EFIVAR_BUILD_CMDS
endef
define HOST_EFIVAR_INSTALL_CMDS
- $(INSTALL) -D -m 0755 $(@D)/src/makeguids $(HOST_DIR)/usr/bin/makeguids
+ $(INSTALL) -D -m 0755 $(@D)/src/makeguids $(HOST_DIR)/bin/makeguids
endef
define EFIVAR_INSTALL_STAGING_CMDS
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-22 20:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-09 20:56 [Buildroot] [git commit] package/efivar: don't install in $(HOST_DIR)/usr Arnout Vandecappelle
2023-04-22 20:15 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox