diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-12-24 02:33:57 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-10 11:00:49 -0200 |
commit | 6a35566741a7441adfdf44397eec6efd912add4c (patch) | |
tree | eead0867dda92b492020925db3b3871f3a09f0fa /recipes-dpaa2 | |
parent | 47f242a4e070b1df8a441b782a23e3c0de8fe065 (diff) | |
download | meta-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.bb | 4 |
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 | ||
5 | DEPENDS = "dtc-native" | 5 | DEPENDS = "dtc-native" |
6 | 6 | ||
7 | inherit deploy | 7 | inherit deploy fsl-eula-unpack |
8 | 8 | ||
9 | SRC_URI = "git://github.com/qoriq-open-source/dpl-examples.git;nobranch=1" | 9 | SRC_URI = "git://github.com/qoriq-open-source/dpl-examples.git;fsl-eula=true;nobranch=1" |
10 | SRCREV = "a6c83759c0d9c02822eec89e86357a0998ef51d4" | 10 | SRCREV = "a6c83759c0d9c02822eec89e86357a0998ef51d4" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |