summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-12-15 13:35:40 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2012-12-15 13:45:58 -0200
commit6a14f33861162f809b7cd7e78e53aa65bad9c7a0 (patch)
tree79ccb0c2e94f52d23bdeae1971faa13b32d93600
parent9727a07034fae4bd357535edae5dc50a6256d32f (diff)
downloadmeta-fsl-arm-6a14f33861162f809b7cd7e78e53aa65bad9c7a0.tar.gz
xf86-dri-vivante: Use '.bin' file to ensure EULA is comply
The package needs to have EULA embed so we move to the '.bin' file and adjust the checksums of the file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb b/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb
index 198c499..1653029 100644
--- a/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb
+++ b/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb
@@ -6,15 +6,15 @@ SECTION = "x11/base"
6DEPENDS = "virtual/libx11 util-macros xf86-video-imxfb-vivante" 6DEPENDS = "virtual/libx11 util-macros xf86-video-imxfb-vivante"
7LIC_FILES_CHKSUM = "file://src/dri.h;enline=27;md5=1d0d59e1dc96f5197ea3a8b101bf1fcc" 7LIC_FILES_CHKSUM = "file://src/dri.h;enline=27;md5=1d0d59e1dc96f5197ea3a8b101bf1fcc"
8 8
9SRC_URI = "${FSL_MIRROR}/dri-xorg-graphic-imx-viv-${PV}.tar.gz" 9SRC_URI = "${FSL_MIRROR}/dri-xorg-graphic-imx-viv-${PV}.bin;fsl-eula=true"
10SRC_URI[md5sum] = "6a3d8130945a24294d34b61cd59e5d59" 10SRC_URI[md5sum] = "8c90045cd5f4dba81095856634ba5136"
11SRC_URI[sha256sum] = "437187360fe76fbee5ad70b1a661d3196568cc8c28a457170494effef859d054" 11SRC_URI[sha256sum] = "c844dc180e43901359bbdb4f797ab178b3821fbf63bdee9577e5a0afe5d7f6ad"
12 12
13S = "${WORKDIR}/dri-xorg-graphic-imx-viv-${PV}" 13S = "${WORKDIR}/dri-xorg-graphic-imx-viv-${PV}"
14 14
15PR = "r1" 15PR = "r2"
16 16
17inherit autotools pkgconfig 17inherit fsl-eula-unpack autotools pkgconfig
18 18
19EXTRA_OECONF_armv7a = " --enable-neon " 19EXTRA_OECONF_armv7a = " --enable-neon "
20CFLAGS += " -I${STAGING_INCDIR}/xorg" 20CFLAGS += " -I${STAGING_INCDIR}/xorg"