diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-11-22 16:32:52 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-11-25 09:35:02 -0500 |
commit | fa822379adc9d912b2ac6f8cb94c2b41f53299d0 (patch) | |
tree | 9cc128cc2bbcaf49dce11d623b8664041f9776dc /recipes-bsp/powervr-drivers | |
parent | 6f1ab0fe37a4f044b04777ff0efc96b7fe0d100f (diff) | |
download | meta-ti-fa822379adc9d912b2ac6f8cb94c2b41f53299d0.tar.gz |
omapdrm-pvr: fix the license definition
From the README file:
You may use, distribute and copy this software under the terms of the MIT
license. Details of this license can be found in the file "MIT-COPYING".
Alternatively, you may use, distribute and copy this software under the terms
of the GNU General Public License version 2. The full GNU General Public
License version 2 can be found in the file "GPL-COPYING".
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r-- | recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb index 24aadd52..a129e600 100644 --- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb +++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | |||
@@ -1,15 +1,17 @@ | |||
1 | DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs" | 1 | DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs" |
2 | HOMEPAGE = "http://git.ti.com" | 2 | HOMEPAGE = "http://git.ti.com" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "MIT | GPLv2" |
4 | LIC_FILES_CHKSUM = "file://MIT-COPYING;md5=8c2810fa6bfdc5ae5c15a0c1ade34054" | 4 | LIC_FILES_CHKSUM = "file://README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12" |
5 | 5 | ||
6 | inherit module | 6 | inherit module |
7 | 7 | ||
8 | MACHINE_KERNEL_PR_append = "a" | ||
9 | PR = "${MACHINE_KERNEL_PR}" | ||
10 | |||
8 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git" | 11 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git" |
9 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
10 | 13 | ||
11 | SRCREV = "86a4ffae3458c51f0a58e44b17b7a4fd92d2b8c6" | 14 | SRCREV = "86a4ffae3458c51f0a58e44b17b7a4fd92d2b8c6" |
12 | PR = "${MACHINE_KERNEL_PR}" | ||
13 | 15 | ||
14 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' | 16 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"' |
15 | 17 | ||