From 2162f0140d72a5976278d63e7eb2d4eb032ded4f Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Tue, 6 Dec 2011 21:07:30 +0000 Subject: xf86-input-tslib: fix checksum error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit remove name=archive in SRC_URI in order to use the right checksum (else, we would need SRC_URI[archive.md5sum]) Signed-off-by: Eric BĂ©nard Signed-off-by: Koen Kooi --- meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb index de0eb6f40..d00fb4eda 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb @@ -10,13 +10,14 @@ LIC_FILES_CHKSUM = "file://src/tslib.c;endline=28;md5=bd62eaef222dcf5cd59e490a12 PR = "${INC_PR}.1" -SRC_URI = "http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-input-tslib-${PV}.tar.bz2;name=archive \ +SRC_URI = "http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-input-tslib-${PV}.tar.bz2 \ file://double-free-crash.patch \ file://10-x11-input-tslib.fdi \ file://xserver-174-XGetPointerControl.patch \ file://99-xf86-input-tslib.rules \ file://xf86-input-tslib-port-ABI-12-r48.patch \ " + SRC_URI[md5sum] = "b7a4d2f11637ee3fcf432e044b1d017f" SRC_URI[sha256sum] = "5f46fdef095a6e44a69e0f0b57c7d665224b26d990d006611236d8332e85b105" -- cgit v1.2.3-54-g00ecf