]> code.ossystems Code Review - meta-freescale.git/commitdiff
xf86-dri-vivante: Use '.bin' file to ensure EULA is comply
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 15 Dec 2012 15:35:40 +0000 (13:35 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 15 Dec 2012 15:35:40 +0000 (13:35 -0200)
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>
meta-fsl-arm/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb

index 198c49901a249025a099224b63cdebc62ca60054..1653029be189657b350dddd564f817ed8a414a62 100644 (file)
@@ -6,15 +6,15 @@ SECTION = "x11/base"
 DEPENDS = "virtual/libx11 util-macros xf86-video-imxfb-vivante"
 LIC_FILES_CHKSUM = "file://src/dri.h;enline=27;md5=1d0d59e1dc96f5197ea3a8b101bf1fcc"
 
-SRC_URI = "${FSL_MIRROR}/dri-xorg-graphic-imx-viv-${PV}.tar.gz"
-SRC_URI[md5sum] = "6a3d8130945a24294d34b61cd59e5d59"
-SRC_URI[sha256sum] = "437187360fe76fbee5ad70b1a661d3196568cc8c28a457170494effef859d054"
+SRC_URI = "${FSL_MIRROR}/dri-xorg-graphic-imx-viv-${PV}.bin;fsl-eula=true"
+SRC_URI[md5sum] = "8c90045cd5f4dba81095856634ba5136"
+SRC_URI[sha256sum] = "c844dc180e43901359bbdb4f797ab178b3821fbf63bdee9577e5a0afe5d7f6ad"
 
 S = "${WORKDIR}/dri-xorg-graphic-imx-viv-${PV}"
 
-PR = "r1"
+PR = "r2"
 
-inherit autotools pkgconfig
+inherit fsl-eula-unpack autotools pkgconfig
 
 EXTRA_OECONF_armv7a = " --enable-neon "
 CFLAGS += " -I${STAGING_INCDIR}/xorg"