summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-07-02 04:09:20 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-07-03 18:34:32 +0800
commite0078ed39f9a39f33d080c5ab8434300c47be372 (patch)
tree67d93f2d4ac8bd604b8dd21c9157372931fbac75
parent33811d14b78f2a425e5a6ce3c84bb3c74f666873 (diff)
downloadmeta-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.bb2
-rw-r--r--recipes-ucode/fm-ucode/fm-ucode_git.bb2
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 @@
1DESCRIPTION = "Ethernet Configuration Files" 1DESCRIPTION = "Ethernet Configuration Files"
2SECTION = "eth-config" 2SECTION = "eth-config"
3LICENSE = "Freescale EULA" 3LICENSE = "Freescale-EULA"
4LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87" 4LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87"
5 5
6PR = "r2" 6PR = "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 @@
1DESCRIPTION = "Fman microcode binary" 1DESCRIPTION = "Fman microcode binary"
2SECTION = "fm-ucode" 2SECTION = "fm-ucode"
3LICENSE = "Freescale EULA" 3LICENSE = "Freescale-EULA"
4LIC_FILES_CHKSUM = "file://EULA;md5=60037ccba533a5995e8d1a838d85799c" 4LIC_FILES_CHKSUM = "file://EULA;md5=60037ccba533a5995e8d1a838d85799c"
5 5
6PR = "r1" 6PR = "r1"