From 9378c20729b0b16970da72160b18d0825f0441d5 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 10 Apr 2025 00:56:39 +0200 Subject: [PATCH] libstd-rs: Correct the license to use Unicode-3.0 This was missed in commit 3130069fdebb92f20b962fa8074564a27c3fb6b9. (From OE-Core rev: 1378a4b39e7a0c38c74e0133f31df7f70ed7d6ea) Signed-off-by: Peter Kjellerstedt Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/rust/libstd-rs_1.85.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/rust/libstd-rs_1.85.1.bb b/meta/recipes-devtools/rust/libstd-rs_1.85.1.bb index 1994368812..00802f0fd9 100644 --- a/meta/recipes-devtools/rust/libstd-rs_1.85.1.bb +++ b/meta/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