mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
xf86-input-tslib: fix checksum error
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 <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user