diff options
author | Ting Liu <b28495@freescale.com> | 2013-07-02 04:09:20 +0000 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-07-03 18:34:32 +0800 |
commit | e0078ed39f9a39f33d080c5ab8434300c47be372 (patch) | |
tree | 67d93f2d4ac8bd604b8dd21c9157372931fbac75 | |
parent | 33811d14b78f2a425e5a6ce3c84bb3c74f666873 (diff) | |
download | meta-fsl-ppc-e0078ed39f9a39f33d080c5ab8434300c47be372.tar.gz |
fix Freescale EULA warning
This takes care of this build warning:
WARNING: eth-config: No generic license file exists for: Freescale in
any provider
WARNING: eth-config: No generic license file exists for: EULA in any
provider
Signed-off-by: Ting Liu <b28495@freescale.com>
-rw-r--r-- | recipes-tools/eth-config/eth-config_git.bb | 2 | ||||
-rw-r--r-- | recipes-ucode/fm-ucode/fm-ucode_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-tools/eth-config/eth-config_git.bb b/recipes-tools/eth-config/eth-config_git.bb index 606937b..ac25013 100644 --- a/recipes-tools/eth-config/eth-config_git.bb +++ b/recipes-tools/eth-config/eth-config_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Ethernet Configuration Files" | 1 | DESCRIPTION = "Ethernet Configuration Files" |
2 | SECTION = "eth-config" | 2 | SECTION = "eth-config" |
3 | LICENSE = "Freescale EULA" | 3 | LICENSE = "Freescale-EULA" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87" |
5 | 5 | ||
6 | PR = "r2" | 6 | PR = "r2" |
diff --git a/recipes-ucode/fm-ucode/fm-ucode_git.bb b/recipes-ucode/fm-ucode/fm-ucode_git.bb index f71fcd6..76d00b9 100644 --- a/recipes-ucode/fm-ucode/fm-ucode_git.bb +++ b/recipes-ucode/fm-ucode/fm-ucode_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Fman microcode binary" | 1 | DESCRIPTION = "Fman microcode binary" |
2 | SECTION = "fm-ucode" | 2 | SECTION = "fm-ucode" |
3 | LICENSE = "Freescale EULA" | 3 | LICENSE = "Freescale-EULA" |
4 | LIC_FILES_CHKSUM = "file://EULA;md5=60037ccba533a5995e8d1a838d85799c" | 4 | LIC_FILES_CHKSUM = "file://EULA;md5=60037ccba533a5995e8d1a838d85799c" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r1" |