From: Joshua Watt Date: Tue, 21 Jul 2026 20:22:16 +0000 (-0600) Subject: libxpm: Fix license X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5ea5eaf7cf4b707cea3c461b6c41fe95ded49c02;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libxpm: Fix license 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 Signed-off-by: Richard Purdie --- 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"