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 <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241575): https://lists.openembedded.org/g/openembedded-core/message/241575 Mute This Topic: https://lists.openembedded.org/mt/120383717/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
