diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-12-23 09:48:50 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-12-23 09:32:28 -0300 |
commit | 24e83e3bbc5caf725acfb85bc75df506e3b27f2e (patch) | |
tree | de2d32d880e47f09c98ce53413412b951c4c5230 /recipes-bsp/ddr-phy | |
parent | 8d4fb60f06412b50f5986dd017d24eab22a72396 (diff) | |
download | meta-freescale-24e83e3bbc5caf725acfb85bc75df506e3b27f2e.tar.gz |
ddr-phy: 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/ddr-phy')
-rw-r--r-- | recipes-bsp/ddr-phy/ddr-phy_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb index d98d102f..541c9fb3 100644 --- a/recipes-bsp/ddr-phy/ddr-phy_git.bb +++ b/recipes-bsp/ddr-phy/ddr-phy_git.bb | |||
@@ -2,9 +2,9 @@ SUMMARY = "DDR firmware repository" | |||
2 | LICENSE = "NXP-Binary-EULA" | 2 | LICENSE = "NXP-Binary-EULA" |
3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74" | 3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74" |
4 | 4 | ||
5 | inherit deploy fsl-eula-unpack | 5 | inherit deploy |
6 | 6 | ||
7 | SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;fsl-eula=true;nobranch=1" | 7 | SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1" |
8 | SRCREV = "14d03e6e748ed5ebb9440f264bb374f1280b061c" | 8 | SRCREV = "14d03e6e748ed5ebb9440f264bb374f1280b061c" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |