summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-12-24 02:33:57 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-10 11:00:49 -0200
commit6a35566741a7441adfdf44397eec6efd912add4c (patch)
treeeead0867dda92b492020925db3b3871f3a09f0fa /recipes-dpaa2
parent47f242a4e070b1df8a441b782a23e3c0de8fe065 (diff)
downloadmeta-freescale-6a35566741a7441adfdf44397eec6efd912add4c.tar.gz
dpl-examples: 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-dpaa2')
-rw-r--r--recipes-dpaa2/dpl-examples/dpl-examples_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
index 6ec067d6..aca35a84 100644
--- a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
+++ b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
@@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987"
4 4
5DEPENDS = "dtc-native" 5DEPENDS = "dtc-native"
6 6
7inherit deploy 7inherit deploy fsl-eula-unpack
8 8
9SRC_URI = "git://github.com/qoriq-open-source/dpl-examples.git;nobranch=1" 9SRC_URI = "git://github.com/qoriq-open-source/dpl-examples.git;fsl-eula=true;nobranch=1"
10SRCREV = "a6c83759c0d9c02822eec89e86357a0998ef51d4" 10SRCREV = "a6c83759c0d9c02822eec89e86357a0998ef51d4"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"