summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ddr-phy/ddr-phy_git.bb
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-12-23 09:48:50 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-12-23 09:32:28 -0300
commit24e83e3bbc5caf725acfb85bc75df506e3b27f2e (patch)
treede2d32d880e47f09c98ce53413412b951c4c5230 /recipes-bsp/ddr-phy/ddr-phy_git.bb
parent8d4fb60f06412b50f5986dd017d24eab22a72396 (diff)
downloadmeta-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/ddr-phy_git.bb')
-rw-r--r--recipes-bsp/ddr-phy/ddr-phy_git.bb4
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"
2LICENSE = "NXP-Binary-EULA" 2LICENSE = "NXP-Binary-EULA"
3LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74" 3LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74"
4 4
5inherit deploy fsl-eula-unpack 5inherit deploy
6 6
7SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;fsl-eula=true;nobranch=1" 7SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1"
8SRCREV = "14d03e6e748ed5ebb9440f264bb374f1280b061c" 8SRCREV = "14d03e6e748ed5ebb9440f264bb374f1280b061c"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"