All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] xf86-input-tslib: Use correct name for checksum calculation
@ 2011-12-07 14:19 ulf
  2011-12-07 14:45 ` Martin Jansa
  2011-12-07 14:45 ` Koen Kooi
  0 siblings, 2 replies; 4+ messages in thread
From: ulf @ 2011-12-07 14:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Ulf Samuelsson

From: Ulf Samuelsson <ulf@emagii.com>

Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
---
 .../xorg-driver/xf86-input-tslib_0.0.6.bb          |    6 ++++--
 1 files changed, 4 insertions(+), 2 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 de0eb6f..768453a 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
@@ -17,12 +17,14 @@ SRC_URI = "http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-inp
            file://99-xf86-input-tslib.rules \
            file://xf86-input-tslib-port-ABI-12-r48.patch \
 "
-SRC_URI[md5sum] = "b7a4d2f11637ee3fcf432e044b1d017f"
-SRC_URI[sha256sum] = "5f46fdef095a6e44a69e0f0b57c7d665224b26d990d006611236d8332e85b105"
+
+SRC_URI[archive.md5sum] = "b7a4d2f11637ee3fcf432e044b1d017f"
+SRC_URI[archive.sha256sum] = "5f46fdef095a6e44a69e0f0b57c7d665224b26d990d006611236d8332e85b105"
 
 do_configure_prepend() {
         rm -rf ${S}/m4/ || true
 }
+
 do_install_append() {
         install -d ${D}/${datadir}/hal/fdi/policy/20thirdparty
         install -m 0644 ${WORKDIR}/10-x11-input-tslib.fdi ${D}/${datadir}/hal/fdi/policy/20thirdparty
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-08  0:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-07 14:19 [meta-oe] xf86-input-tslib: Use correct name for checksum calculation ulf
2011-12-07 14:45 ` Martin Jansa
2011-12-07 14:45 ` Koen Kooi
2011-12-08  0:23   ` Ulf Samuelsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.