All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/rust: add CPE_ID_VENDOR
@ 2025-07-28 10:29 Titouan Christophe via buildroot
  2025-07-28 20:45 ` Thomas Petazzoni via buildroot
  2025-07-29  9:47 ` [Buildroot] [PATCH v2] " Titouan Christophe via buildroot
  0 siblings, 2 replies; 6+ messages in thread
From: Titouan Christophe via buildroot @ 2025-07-28 10:29 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan

This gives a proper cpe-id string to the Rust buildroot package

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
---
 package/rust/rust.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/rust/rust.mk b/package/rust/rust.mk
index 22f3ca1455..d1298f5d3c 100644
--- a/package/rust/rust.mk
+++ b/package/rust/rust.mk
@@ -11,6 +11,7 @@ RUST_SOURCE = rustc-$(RUST_VERSION)-src.tar.xz
 RUST_SITE = https://static.rust-lang.org/dist
 RUST_LICENSE = Apache-2.0 or MIT
 RUST_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT
+RUST_CPE_ID_VENDOR = "rust-lang"
 
 HOST_RUST_PROVIDES = host-rustc
 
-- 
2.50.1

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

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

end of thread, other threads:[~2025-08-07 18:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-28 10:29 [Buildroot] [PATCH] package/rust: add CPE_ID_VENDOR Titouan Christophe via buildroot
2025-07-28 20:45 ` Thomas Petazzoni via buildroot
2025-07-29  9:47 ` [Buildroot] [PATCH v2] " Titouan Christophe via buildroot
2025-07-29 12:20   ` Thomas Petazzoni via buildroot
2025-07-29 23:40   ` Julien Olivain via buildroot
2025-08-07 18:24   ` Thomas Perale 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.