From aa3bf41685eff5e1967b78a8907a57de95f4b199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Hundeb=C3=B8ll?= Date: Tue, 10 Jan 2017 07:36:13 +0100 Subject: [PATCH] xinput-calibrator: update source uri The github download page has vanished, so move to a repository from timesys. Future updates should use the github releases page, but is ships different checksums. --- recipes/xorg-app/xinput-calibrator_0.7.5.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/xorg-app/xinput-calibrator_0.7.5.oe b/recipes/xorg-app/xinput-calibrator_0.7.5.oe index 13c787f..d6470cf 100644 --- a/recipes/xorg-app/xinput-calibrator_0.7.5.oe +++ b/recipes/xorg-app/xinput-calibrator_0.7.5.oe @@ -4,7 +4,7 @@ LICENSE = "MIT/X11" require xorg-app-common.inc -SRC_URI = "http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-${PV}.tar.gz" +SRC_URI = "http://repository.timesys.com/buildsources/x/xinput_calibrator/xinput_calibrator-${PV}/xinput_calibrator-${PV}.tar.gz" SRC_URI += "file://calib_once.patch" S = "${SRCDIR}/xinput_calibrator-${PV}"