summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/uefi
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-12-23 09:45:46 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-12-23 09:32:28 -0300
commit728010150321b6700e031015721a76273640f994 (patch)
tree3e375ba672de7a3ec3a589f161fe6f593beb772d /recipes-bsp/uefi
parentb1d3f2348a3ef29a12dcba295bc6304caa52d8d2 (diff)
downloadmeta-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.bb4
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"
3LICENSE = "NXP-Binary-EULA" 3LICENSE = "NXP-Binary-EULA"
4LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315" 4LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
5 5
6inherit deploy fsl-eula-unpack 6inherit deploy
7 7
8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;fsl-eula=true;nobranch=1" 8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1"
9SRCREV= "cd84334952594b241f331829d6a092ffe971eb2d" 9SRCREV= "cd84334952594b241f331829d6a092ffe971eb2d"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"