| Message ID | 20260721202216.1683092-1-JPEWhacker@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | libxpm: Fix license | expand |
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"
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(-)