diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-10-11 16:16:23 -0700 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-10-12 08:41:35 -0500 |
| commit | 5b74576add29e30777432bd593bf71a986239665 (patch) | |
| tree | dcf84ea857b50d9dff67c80cbdf66e4587799765 /common/recipes-graphics | |
| parent | dcb74b880b583220e17705d7635972b3573454ba (diff) | |
| download | meta-intel-5b74576add29e30777432bd593bf71a986239665.tar.gz | |
emgd-driver-bin: note all the EMGD licenses
There are two files containing the custom license data for EMGD:
license: which holds INTEL SOFTWARE LICENSE AGREEMENT
readme.txt: which holds User Space Graphics Driver Binary License
checksum both these files to track any license changes in future.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common/recipes-graphics')
| -rw-r--r-- | common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb index 1f585f2d..ddf874e4 100644 --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.14.bb | |||
| @@ -5,7 +5,7 @@ tarball, and is what this recipe now uses. Since it is a non-free license, \ | |||
| 5 | this recipe is marked as 'License_emgd-driver-bin_1.14' and you need to add \ | 5 | this recipe is marked as 'License_emgd-driver-bin_1.14' and you need to add \ |
| 6 | to LICENSE_FLAGS_WHITELIST += \"License_emgd-driver-bin_1.14\" to your \ | 6 | to LICENSE_FLAGS_WHITELIST += \"License_emgd-driver-bin_1.14\" to your \ |
| 7 | local.conf in order to enable it in a build." | 7 | local.conf in order to enable it in a build." |
| 8 | LICENSE = "Intel-binary-only" | 8 | LICENSE = "Intel-software-license-emgd-1.14 & Intel-user-space-graphics-driver-binary-license-emgd-1.14" |
| 9 | LICENSE_FLAGS = "license_${PN}_${PV}" | 9 | LICENSE_FLAGS = "license_${PN}_${PV}" |
| 10 | PR = "r2" | 10 | PR = "r2" |
| 11 | 11 | ||
| @@ -13,7 +13,8 @@ EMGD_LIC_DIR = "IEMGD_HEAD_Linux/License" | |||
| 13 | EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2" | 13 | EMGD_RPM_DIR = "IEMGD_HEAD_Linux/MeeGo1.2" |
| 14 | EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin" | 14 | EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin" |
| 15 | 15 | ||
| 16 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=b54f01caaf8483b3cb60c0c40f2bf22d" | 16 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=b54f01caaf8483b3cb60c0c40f2bf22d \ |
| 17 | file://${WORKDIR}/${EMGD_LIC_DIR}/readme.txt;md5=73cbec7a0d2bc22faf567238e055bfc8" | ||
| 17 | 18 | ||
| 18 | DEPENDS = "rpm-native xz-native" | 19 | DEPENDS = "rpm-native xz-native" |
| 19 | RDEPENDS = "libxcb-dri2" | 20 | RDEPENDS = "libxcb-dri2" |
