diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-12-23 09:45:46 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-23 09:32:28 -0300 |
commit | 728010150321b6700e031015721a76273640f994 (patch) | |
tree | 3e375ba672de7a3ec3a589f161fe6f593beb772d /recipes-bsp/uefi | |
parent | b1d3f2348a3ef29a12dcba295bc6304caa52d8d2 (diff) | |
download | meta-freescale-728010150321b6700e031015721a76273640f994.tar.gz |
uefi: 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/uefi')
-rw-r--r-- | recipes-bsp/uefi/uefi_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index 44e07e90..77f992f9 100644 --- a/recipes-bsp/uefi/uefi_git.bb +++ b/recipes-bsp/uefi/uefi_git.bb | |||
@@ -3,9 +3,9 @@ SECTION = "bootloaders" | |||
3 | LICENSE = "NXP-Binary-EULA" | 3 | LICENSE = "NXP-Binary-EULA" |
4 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315" | 4 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315" |
5 | 5 | ||
6 | inherit deploy fsl-eula-unpack | 6 | inherit deploy |
7 | 7 | ||
8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;fsl-eula=true;nobranch=1" | 8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" |
9 | SRCREV= "cd84334952594b241f331829d6a092ffe971eb2d" | 9 | SRCREV= "cd84334952594b241f331829d6a092ffe971eb2d" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |