* [OE-core][PATCH] libxpm: Fix license
@ 2026-07-21 20:22 Joshua Watt
0 siblings, 0 replies; only message in thread
From: Joshua Watt @ 2026-07-21 20:22 UTC (permalink / raw)
To: openembedded-core; +Cc: Joshua Watt
The license for this software is X11 and MIT (verified using the SPDX
license matcher website), so fix it up to be the correct SPDX
expression.
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
meta/recipes-graphics/xorg-lib/libxpm_3.5.19.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.19.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.19.bb
index 32e052fd42..fe465af4fe 100644
--- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.19.bb
+++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.19.bb
@@ -10,7 +10,7 @@ pixmap format, which is commonly used in legacy X applications. XPM is \
an extension of the monochrome XBM bitmap specificied in the X \
protocol."
-LICENSE = "MIT"
+LICENSE = "MIT AND X11"
LIC_FILES_CHKSUM = "file://COPYING;md5=903942ebc9d807dfb68540f40bae5aff"
DEPENDS += "libxext libsm libxt gettext-native"
PE = "1"
--
2.54.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 20:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21 20:22 [OE-core][PATCH] libxpm: Fix license Joshua Watt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox