diff options
Diffstat (limited to 'recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb b/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb index 4cb8e569b5..32a39c5346 100644 --- a/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb +++ b/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb @@ -4,7 +4,7 @@ PR = "r12" DESCRIPTION = "X.Org X server -- evtouch input driver" -SRC_URI = "http://www.conan.de/touchscreen/xf86-input-evtouch-${PV}.tar.bz2 \ +SRC_URI = "http://www.conan.de/touchscreen/xf86-input-evtouch-${PV}.tar.bz2;name=archive \ file://fdi/*.fdi \ file://udev-ett-tc5uh.patch;patch=1 \ file://02_calibration_1.6.patch;patch=1 \ @@ -22,3 +22,5 @@ do_install_append() { } FILES_${PN} += "${datadir}/hal" +SRC_URI[archive.md5sum] = "4d8e092356d8353002f60a4907046c13" +SRC_URI[archive.sha256sum] = "eafc4a09729a4b2b6120430c71e1954c5cac299ad6adf2f9a40aee8a7b51e476" |