diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-12-20 03:23:01 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-10 11:00:49 -0200 |
commit | 004d3536d5567dd82720c8951655b143152a3228 (patch) | |
tree | 3edc77eb0d0acf6f70550c3c31ea27589a018163 /recipes-bsp/ppfe-firmware | |
parent | ac434a8b79f1ca81bcd50e4c73a2cf3d18f87ee7 (diff) | |
download | meta-freescale-004d3536d5567dd82720c8951655b143152a3228.tar.gz |
ppfe-firmware: 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/ppfe-firmware')
-rw-r--r-- | recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb index fe59d4a1..b94d88c4 100644 --- a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb +++ b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | |||
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=92723670f432558b9e2494ed177d2 | |||
5 | 5 | ||
6 | INHIBIT_DEFAULT_DEPS = "1" | 6 | INHIBIT_DEFAULT_DEPS = "1" |
7 | 7 | ||
8 | inherit deploy | 8 | inherit deploy fsl-eula-unpack |
9 | 9 | ||
10 | SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;nobranch=1" | 10 | SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;fsl-eula=true;nobranch=1" |
11 | SRCREV = "58aa0cac630528ed91fe5639700d6b571c0c07b5" | 11 | SRCREV = "58aa0cac630528ed91fe5639700d6b571c0c07b5" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |