MIT-X mapped to the incorrect license.
Signed-off-by: Beth Flanagan <[email protected]> --- meta/classes/license.bbclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 988c682..6a2998a 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass @@ -41,7 +41,7 @@ SPDXLICENSEMAP[MPLv1] = "MPL-1" SPDXLICENSEMAP[MPLv1.1] = "MPL-1" #MIT variations -SPDXLICENSEMAP[MIT-X] = "MPL-1" +SPDXLICENSEMAP[MIT-X] = "MIT" #Openssl variations SPDXLICENSEMAP[openssl] = "Openssl" -- 1.7.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
