diff options
author | Eric BENARD <eric@eukrea.com> | 2011-12-06 21:07:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-07 08:45:18 +0100 |
commit | 2162f0140d72a5976278d63e7eb2d4eb032ded4f (patch) | |
tree | 187d31f424e3147390323f5be4ee139f746383ec | |
parent | 4a00432856fe8bb074506f9968fb8b7d4edbd597 (diff) | |
download | meta-openembedded-2162f0140d72a5976278d63e7eb2d4eb032ded4f.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_0.0.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
10 | 10 | ||
11 | PR = "${INC_PR}.1" | 11 | PR = "${INC_PR}.1" |
12 | 12 | ||
13 | SRC_URI = "http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-input-tslib-${PV}.tar.bz2;name=archive \ | 13 | SRC_URI = "http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-input-tslib-${PV}.tar.bz2 \ |
14 | file://double-free-crash.patch \ | 14 | file://double-free-crash.patch \ |
15 | file://10-x11-input-tslib.fdi \ | 15 | file://10-x11-input-tslib.fdi \ |
16 | file://xserver-174-XGetPointerControl.patch \ | 16 | file://xserver-174-XGetPointerControl.patch \ |
17 | file://99-xf86-input-tslib.rules \ | 17 | file://99-xf86-input-tslib.rules \ |
18 | file://xf86-input-tslib-port-ABI-12-r48.patch \ | 18 | file://xf86-input-tslib-port-ABI-12-r48.patch \ |
19 | " | 19 | " |
20 | |||
20 | SRC_URI[md5sum] = "b7a4d2f11637ee3fcf432e044b1d017f" | 21 | SRC_URI[md5sum] = "b7a4d2f11637ee3fcf432e044b1d017f" |
21 | SRC_URI[sha256sum] = "5f46fdef095a6e44a69e0f0b57c7d665224b26d990d006611236d8332e85b105" | 22 | SRC_URI[sha256sum] = "5f46fdef095a6e44a69e0f0b57c7d665224b26d990d006611236d8332e85b105" |
22 | 23 | ||