diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-12-23 09:44:37 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-23 09:32:28 -0300 |
commit | b1d3f2348a3ef29a12dcba295bc6304caa52d8d2 (patch) | |
tree | 88fc46b27c7c32b13d01ff0f02085081d0487496 /recipes-bsp/ppfe-firmware | |
parent | a23112e0fb874d1b47732ff9d9aae2e82f01bb36 (diff) | |
download | meta-freescale-b1d3f2348a3ef29a12dcba295bc6304caa52d8d2.tar.gz |
ppfe-firmware: remove fsl-eula-unpack class
Binary EULA, but the "inherit fsl-eula-unpack"
forces the user to accept a much more elaborate license
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
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 27e10bd5..fd53807f 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 fsl-eula-unpack | 8 | inherit deploy |
9 | 9 | ||
10 | SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;fsl-eula=true;nobranch=1" | 10 | SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;nobranch=1" |
11 | SRCREV = "d3a8ef0760c54ddc243039c86389497e37be90ab" | 11 | SRCREV = "d3a8ef0760c54ddc243039c86389497e37be90ab" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |