diff mbox series

[meta-lts-mixins,scarthgap/rust,3/7] libstd-rs: Correct the license to use Unicode-3.0

Message ID d45c185453e0d2b08a2810258d3600fdb3385fe7.1746137462.git.scott.murray@konsulko.com
State New
Headers show
Series Pull in recent oe-core updates | expand

Commit Message

Scott Murray May 1, 2025, 10:15 p.m. UTC
From: Peter Kjellerstedt <pkj@axis.com>

This was missed in commit 3130069fdebb92f20b962fa8074564a27c3fb6b9.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
(adapted from oe-core commit 1378a4b39e7a0c38c74e0133f31df7f70ed7d6ea)
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 recipes-devtools/rust/libstd-rs_1.85.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-devtools/rust/libstd-rs_1.85.1.bb b/recipes-devtools/rust/libstd-rs_1.85.1.bb
index 1994368..00802f0 100644
--- a/recipes-devtools/rust/libstd-rs_1.85.1.bb
+++ b/recipes-devtools/rust/libstd-rs_1.85.1.bb
@@ -1,7 +1,7 @@ 
 SUMMARY = "Rust standard libaries"
 HOMEPAGE = "http://www.rust-lang.org"
 SECTION = "devel"
-LICENSE = "(MIT | Apache-2.0) & Unicode-TOU"
+LICENSE = "(MIT | Apache-2.0) & Unicode-3.0"
 LIC_FILES_CHKSUM = "file://../../COPYRIGHT;md5=9c0fae516fe8aaea2fb601db4800daf7"
 
 require rust-source.inc