From 27d2663112bbc6e2cf075bdbbd6e68e1a15476d6 Mon Sep 17 00:00:00 2001 From: Elizabeth Flanagan Date: Thu, 10 Oct 2013 13:44:25 -0700 Subject: emgd-driver-bin*: Modify LICENSE to reflect true license EMGD's user space driver contains MIT code. The current Intel user space license contains MIT text and other licenses that are not within the actual binary. We should strip out the MIT text (and others) from the Intel user space license (next commit) and correct the LICENSE field to reflect MIT license. Signed-off-by: Elizabeth Flanagan Signed-off-by: Tom Zanussi --- common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb | 2 +- common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb index 6cf1986f..c8ca726e 100644 --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb @@ -5,7 +5,7 @@ tarball, and is what this recipe now uses. Since it is a non-free license, \ this recipe is marked as 'License_emgd-driver-bin_1.16' and you need to add \ to LICENSE_FLAGS_WHITELIST += \"license_emgd-driver-bin_1.16\" to your \ local.conf in order to enable it in a build." -LICENSE = "Intel-software-license-emgd-1.16 & Intel-user-space-graphics-driver-binary-license-emgd-1.16" +LICENSE = "Intel-software-license-emgd-1.16 & Intel-user-space-graphics-driver-binary-license-emgd-1.16 & MIT" LICENSE_FLAGS = "license_${PN}_${PV}" PR = "r0" diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb index 7cd4db3b..b3bf0d2c 100644 --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb @@ -5,7 +5,7 @@ tarball, and is what this recipe now uses. Since it is a non-free license, \ this recipe is marked as 'License_emgd-driver-bin_1.18' and you need to add \ to LICENSE_FLAGS_WHITELIST += \"license_emgd-driver-bin_1.18\" to your \ local.conf in order to enable it in a build." -LICENSE = "Intel-software-license-emgd-1.18 & Intel-user-space-graphics-driver-binary-license-emgd-1.18" +LICENSE = "Intel-software-license-emgd-1.18 & Intel-user-space-graphics-driver-binary-license-emgd-1.18 & MIT" LICENSE_FLAGS = "license_${PN}_${PV}" PR = "r1" -- cgit v1.2.3-54-g00ecf