diff options
author | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-09-07 15:00:18 +0200 |
---|---|---|
committer | Yannick Gicquel <yannick.gicquel@iot.bzh> | 2016-11-02 15:41:22 +0100 |
commit | 7086d09a84a2c522a256759321c820469fe2b896 (patch) | |
tree | 1c6df23e4b277b2e0d4b4fd33f23383955088cc3 /meta-rcar-gen2/recipes-kernel/gles-module | |
parent | b0ca2942f2e7abefe45745608400c1ddb7be1a97 (diff) |
recipes-kernel: Fix warning of license
This is report 7ffdb1f20d8 upstream patch to avoid QA warning while do_rootfs
tasks occured.
Change-Id: Ie2661c7e85dc50ee6a736fa4d5ccc8b1373aa5a1
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-kernel/gles-module')
-rw-r--r-- | meta-rcar-gen2/recipes-kernel/gles-module/gles-kernel-module.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-rcar-gen2/recipes-kernel/gles-module/gles-kernel-module.bb b/meta-rcar-gen2/recipes-kernel/gles-module/gles-kernel-module.bb index 5b47340..e10710f 100644 --- a/meta-rcar-gen2/recipes-kernel/gles-module/gles-kernel-module.bb +++ b/meta-rcar-gen2/recipes-kernel/gles-module/gles-kernel-module.bb @@ -1,5 +1,5 @@ DESCRIPTION = "RGX/SGX kernel module" -LICENSE = "GPLv2&MIT" +LICENSE = "GPLv2 & MIT" LIC_FILES_CHKSUM = "file://GPL-COPYING;md5=60422928ba677faaa13d6ab5f5baaa1e \ file://MIT-COPYING;md5=8c2810fa6bfdc5ae5c15a0c1ade34054" DEPENDS = "linux-renesas" @@ -40,7 +40,6 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1" do_patch[noexec] = "1" do_configure[noexec] = "1" -do_populate_lic[noexec] = "1" export BUILDDIR = "${STAGING_INCDIR}/.." export LIBSHARED = "${STAGING_LIBDIR}" |