[meta-ti] Denys Dmytriyenko : omapdrm-pvr: fix the license definition
Arago Project git
git at arago-project.org
Mon Nov 25 06:46:38 PST 2013
Module: meta-ti
Branch: dylan
Commit: 7923a087619503fe6004b7c0a6ce85c4486cd2ae
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=7923a087619503fe6004b7c0a6ce85c4486cd2ae
Author: Denys Dmytriyenko <denys at ti.com>
Date: Fri Nov 22 16:32:52 2013 -0500
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 at ti.com>
---
.../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 24aadd5..a129e60 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 @@
DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs"
HOMEPAGE = "http://git.ti.com"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://MIT-COPYING;md5=8c2810fa6bfdc5ae5c15a0c1ade34054"
+LICENSE = "MIT | GPLv2"
+LIC_FILES_CHKSUM = "file://README;beginline=13;endline=22;md5=74506d9b8e5edbce66c2747c50fcef12"
inherit module
+MACHINE_KERNEL_PR_append = "a"
+PR = "${MACHINE_KERNEL_PR}"
+
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git"
S = "${WORKDIR}/git"
SRCREV = "86a4ffae3458c51f0a58e44b17b7a4fd92d2b8c6"
-PR = "${MACHINE_KERNEL_PR}"
EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}"'
More information about the meta-ti
mailing list