From 6a14f33861162f809b7cd7e78e53aa65bad9c7a0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 15 Dec 2012 13:35:40 -0200 Subject: 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 --- recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb | 10 +++++----- 1 file 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" 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" -- cgit v1.2.3-54-g00ecf