All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] package/bootgen: clean up variable names
@ 2024-10-29  7:03 Neal Frager via buildroot
       [not found] ` <4d5f14f8-6c70-426b-82fd-d023150e0332@gmx.de>
  2024-10-29  9:01 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 5+ messages in thread
From: Neal Frager via buildroot @ 2024-10-29  7:03 UTC (permalink / raw)
  To: buildroot
  Cc: luca.ceresoli, brandon.maier, thomas.petazzoni, Neal Frager,
	michal.simek

bootgen is a host package, so the variable names should have the HOST_BOOTGEN
prefix and not just BOOTGEN.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 package/bootgen/bootgen.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/bootgen/bootgen.mk b/package/bootgen/bootgen.mk
index 912e2e31b3..840e89f827 100644
--- a/package/bootgen/bootgen.mk
+++ b/package/bootgen/bootgen.mk
@@ -4,11 +4,11 @@
 #
 ################################################################################
 
-BOOTGEN_VERSION = xilinx_v2024.1
-BOOTGEN_SITE = $(call github,Xilinx,bootgen,$(BOOTGEN_VERSION))
+HOST_BOOTGEN_VERSION = xilinx_v2024.1
+HOST_BOOTGEN_SITE = $(call github,Xilinx,bootgen,$(HOST_BOOTGEN_VERSION))
 HOST_BOOTGEN_DEPENDENCIES = host-openssl host-pkgconf
-BOOTGEN_LICENSE = Apache-2.0
-BOOTGEN_LICENSE_FILES = LICENSE
+HOST_BOOTGEN_LICENSE = Apache-2.0
+HOST_BOOTGEN_LICENSE_FILES = LICENSE
 
 define HOST_BOOTGEN_BUILD_CMDS
 	$(MAKE) $(HOST_CONFIGURE_OPTS) \
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-10-29  9:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29  7:03 [Buildroot] [PATCH v1 1/1] package/bootgen: clean up variable names Neal Frager via buildroot
     [not found] ` <4d5f14f8-6c70-426b-82fd-d023150e0332@gmx.de>
2024-10-29  7:57   ` Frager, Neal via buildroot
2024-10-29  9:01 ` Thomas Petazzoni via buildroot
2024-10-29  9:08   ` Frager, Neal via buildroot
2024-10-29  9:38     ` Thomas Petazzoni via buildroot

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.