summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw/rcw_git.bb
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-08-21 16:41:48 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-08-30 22:07:34 -0300
commit7202e70d4ae0a2744d05e745a67e21399ba95596 (patch)
tree76b1ee089433d9e0414568087d1df405c841eaa8 /recipes-bsp/rcw/rcw_git.bb
parent542af201f5048fd0d7ff093a2f2426ea039883a7 (diff)
downloadmeta-freescale-7202e70d4ae0a2744d05e745a67e21399ba95596.tar.gz
rcw: inherit fsl-eula-unpack class
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-rw-r--r--recipes-bsp/rcw/rcw_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 02754cb8..8789961c 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
6DEPENDS += "change-file-endianess-native tcl-native" 6DEPENDS += "change-file-endianess-native tcl-native"
7 7
8inherit deploy siteinfo 8inherit deploy siteinfo fsl-eula-unpack
9 9
10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" 10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;fsl-eula=true;nobranch=1"
11SRCREV = "1f43bef4b4475d8e81c9b3b8c5bdd6c1ce8cfa6c" 11SRCREV = "1f43bef4b4475d8e81c9b3b8c5bdd6c1ce8cfa6c"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"