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-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb b/meta-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb index 1fcbbdd65e..bcfa65ab17 100644 --- a/meta-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb +++ b/meta-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb @@ -1,7 +1,7 @@ require recipes-graphics/xorg-lib/xorg-lib-common.inc DESCRIPTION = "X11 Pixmap library" -LICENSE = "X-BSD" +LICENSE = "MIT AND X11" LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" DEPENDS += "libxext" PE = "1" -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241014): https://lists.openembedded.org/g/openembedded-core/message/241014 Mute This Topic: https://lists.openembedded.org/mt/120285171/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
