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/uvcs-module/uvcs-kernel-module.bb | |
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/uvcs-module/uvcs-kernel-module.bb')
-rw-r--r-- | meta-rcar-gen2/recipes-kernel/uvcs-module/uvcs-kernel-module.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen2/recipes-kernel/uvcs-module/uvcs-kernel-module.bb b/meta-rcar-gen2/recipes-kernel/uvcs-module/uvcs-kernel-module.bb index 5212494..3ed5287 100644 --- a/meta-rcar-gen2/recipes-kernel/uvcs-module/uvcs-kernel-module.bb +++ b/meta-rcar-gen2/recipes-kernel/uvcs-module/uvcs-kernel-module.bb @@ -1,6 +1,6 @@ require ../../include/rcar-gen2-modules-common.inc -LICENSE = "GPLv2&MIT" +LICENSE = "GPLv2 & MIT" LIC_FILES_CHKSUM = "file://uvcs/include/GPL-COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://uvcs/include/MIT-COPYING;md5=fea016ce2bdf2ec10080f69e9381d378 \ " |