summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorElizabeth Flanagan <elizabeth.flanagan@intel.com>2013-10-10 13:44:25 -0700
committerTom Zanussi <tom.zanussi@intel.com>2013-10-11 13:53:19 -0500
commit27d2663112bbc6e2cf075bdbbd6e68e1a15476d6 (patch)
treee66f603e612083da936e08ee5566622f2fc88bd0 /common
parent0fe13c09762b54ce0d39e76a8be3c006488cda9f (diff)
downloadmeta-intel-27d2663112bbc6e2cf075bdbbd6e68e1a15476d6.tar.gz
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 <elizabeth.flanagan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb2
-rw-r--r--common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb2
2 files changed, 2 insertions, 2 deletions
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, \
5this recipe is marked as 'License_emgd-driver-bin_1.16' and you need to add \ 5this recipe is marked as 'License_emgd-driver-bin_1.16' and you need to add \
6to LICENSE_FLAGS_WHITELIST += \"license_emgd-driver-bin_1.16\" to your \ 6to LICENSE_FLAGS_WHITELIST += \"license_emgd-driver-bin_1.16\" to your \
7local.conf in order to enable it in a build." 7local.conf in order to enable it in a build."
8LICENSE = "Intel-software-license-emgd-1.16 & Intel-user-space-graphics-driver-binary-license-emgd-1.16" 8LICENSE = "Intel-software-license-emgd-1.16 & Intel-user-space-graphics-driver-binary-license-emgd-1.16 & MIT"
9LICENSE_FLAGS = "license_${PN}_${PV}" 9LICENSE_FLAGS = "license_${PN}_${PV}"
10PR = "r0" 10PR = "r0"
11 11
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, \
5this recipe is marked as 'License_emgd-driver-bin_1.18' and you need to add \ 5this recipe is marked as 'License_emgd-driver-bin_1.18' and you need to add \
6to LICENSE_FLAGS_WHITELIST += \"license_emgd-driver-bin_1.18\" to your \ 6to LICENSE_FLAGS_WHITELIST += \"license_emgd-driver-bin_1.18\" to your \
7local.conf in order to enable it in a build." 7local.conf in order to enable it in a build."
8LICENSE = "Intel-software-license-emgd-1.18 & Intel-user-space-graphics-driver-binary-license-emgd-1.18" 8LICENSE = "Intel-software-license-emgd-1.18 & Intel-user-space-graphics-driver-binary-license-emgd-1.18 & MIT"
9LICENSE_FLAGS = "license_${PN}_${PV}" 9LICENSE_FLAGS = "license_${PN}_${PV}"
10PR = "r1" 10PR = "r1"
11 11