diff options
author | Ting Liu <ting.liu@freescale.com> | 2014-04-22 20:02:56 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-04-23 21:58:54 +0800 |
commit | ef8a15791c2d9ae6a888d91717bce3d48874d5ee (patch) | |
tree | eb3ecee6d5fc629eec38dc1b381b8913335f0d79 | |
parent | c4fa1b431f4efc4982a168119db95236cfa8cad3 (diff) | |
download | meta-fsl-ppc-ef8a15791c2d9ae6a888d91717bce3d48874d5ee.tar.gz |
Freescale-EULA: fix awq weird character
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
-rw-r--r-- | custom-licenses/Freescale-EULA | 2 | ||||
-rw-r--r-- | recipes-dpaa/eth-config/eth-config_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/custom-licenses/Freescale-EULA b/custom-licenses/Freescale-EULA index 6a9b42d..2122a1f 100644 --- a/custom-licenses/Freescale-EULA +++ b/custom-licenses/Freescale-EULA | |||
@@ -23,7 +23,7 @@ this Agreement. Your prior use will also continue to be governed by this Agreeme | |||
23 | 1. LICENSE GRANT. Freescale grants to you, free of charge, the non-exclusive, | 23 | 1. LICENSE GRANT. Freescale grants to you, free of charge, the non-exclusive, |
24 | non-transferable, non-sublicensable right (1) to use the Software, (2) to reproduce | 24 | non-transferable, non-sublicensable right (1) to use the Software, (2) to reproduce |
25 | the Software, (3) to prepare derivative works of the Software, (4) to distribute the | 25 | the Software, (3) to prepare derivative works of the Software, (4) to distribute the |
26 | Software and derivative works thereof in object (machine¨Creadable) form as part of | 26 | Software and derivative works thereof in object (machine-readable) form as part of |
27 | a programmable processing unit (e.g. a microprocessor, microcontroller, or digital | 27 | a programmable processing unit (e.g. a microprocessor, microcontroller, or digital |
28 | signal processor) supplied directly or indirectly from Freescale ("Freescale | 28 | signal processor) supplied directly or indirectly from Freescale ("Freescale |
29 | System") and (5) to sublicense to others the right to use the distributed Software, | 29 | System") and (5) to sublicense to others the right to use the distributed Software, |
diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb index 85c3b78..882fa69 100644 --- a/recipes-dpaa/eth-config/eth-config_git.bb +++ b/recipes-dpaa/eth-config/eth-config_git.bb | |||
@@ -1,7 +1,7 @@ | |||
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=ee9cce4f1b396a50469f4dbde064e866" |
5 | 5 | ||
6 | PR = "r2" | 6 | PR = "r2" |
7 | 7 | ||