diff mbox series

[wrynose,29/36] util-macros: Remove redundant MIT license

Message ID 744c331a4e5bdbacb1c759a0ee58d9720e9ab21e.1781960051.git.yoann.congal@smile.fr
State New
Headers show
Series [wrynose,01/36] gcc: Upgrade GCC to 15.3 release | expand

Commit Message

Yoann Congal June 20, 2026, 12:59 p.m. UTC
From: Joshua Watt <JPEWhacker@gmail.com>

Removes a redundant MIT license declaration

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 941dc1fb5074d6d194d0c0bd4b585a773961683a)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb b/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb
index c8e0b8d4904..7cd774bac66 100644
--- a/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb
@@ -4,7 +4,7 @@  DESCRIPTION = "M4 autotools macros used by various X.org programs."
 
 require xorg-util-common.inc
 
-LICENSE = "MIT & MIT"
+LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=42ba50748cb7ccf8739424e5e2072b02"
 
 PE = "1"