From: Peter Kjellerstedt Date: Wed, 9 Apr 2025 22:56:39 +0000 (+0200) Subject: libstd-rs: Correct the license to use Unicode-3.0 X-Git-Tag: uninative-4.8~763 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1378a4b39e7a0c38c74e0133f31df7f70ed7d6ea;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libstd-rs: Correct the license to use Unicode-3.0 This was missed in commit 3130069fdebb92f20b962fa8074564a27c3fb6b9. Signed-off-by: Peter Kjellerstedt Signed-off-by: Mathieu Dubois-Briand --- 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 19943688124..00802f0fd94 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