diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-12-20 03:10:42 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-10 11:00:49 -0200 |
commit | 90da21d1a846264ce85ce6a94031a084362e77b9 (patch) | |
tree | 166b8548222f808a20649c59a6a2163cf7a8c5a2 /recipes-bsp | |
parent | 73926e3059982da044b3466d488a09bd4bcb8a3d (diff) | |
download | meta-freescale-90da21d1a846264ce85ce6a94031a084362e77b9.tar.gz |
rcw: remove fsl-eula-unpack class
*rcw license is not EULA
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index cffdf65b..b5ca24cb 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=45a017ee5f4cfe64b1cddf2eb06cffc7" | |||
5 | 5 | ||
6 | DEPENDS += "change-file-endianess-native tcl-native" | 6 | DEPENDS += "change-file-endianess-native tcl-native" |
7 | 7 | ||
8 | inherit deploy siteinfo fsl-eula-unpack | 8 | inherit deploy siteinfo |
9 | 9 | ||
10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;fsl-eula=true;nobranch=1" | 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" |
11 | SRCREV = "04ec3bbc210fd0d7762c26c0e72182eca5e26deb" | 11 | SRCREV = "04ec3bbc210fd0d7762c26c0e72182eca5e26deb" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |