From e0078ed39f9a39f33d080c5ab8434300c47be372 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 2 Jul 2013 04:09:20 +0000 Subject: 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 --- recipes-tools/eth-config/eth-config_git.bb | 2 +- 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 @@ DESCRIPTION = "Ethernet Configuration Files" SECTION = "eth-config" -LICENSE = "Freescale EULA" +LICENSE = "Freescale-EULA" LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87" 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 @@ DESCRIPTION = "Fman microcode binary" SECTION = "fm-ucode" -LICENSE = "Freescale EULA" +LICENSE = "Freescale-EULA" LIC_FILES_CHKSUM = "file://EULA;md5=60037ccba533a5995e8d1a838d85799c" PR = "r1" -- cgit v1.2.3-54-g00ecf