[OE-core] [PATCH 4/5] license.bbclass: Fixing X-MIT SPDX license mapping

Elizabeth Flanagan elizabeth.flanagan at intel.com
Wed May 25 23:30:45 UTC 2011


MIT-X mapped to the incorrect license.

Signed-off-by: Beth Flanagan <elizabeth.flanagan at intel.com>
---
  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




More information about the Openembedded-core mailing list