summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-03-23 22:42:27 +0100
committerKhem Raj <raj.khem@gmail.com>2020-03-23 16:29:09 -0700
commita7e891866bdeb30fe4bdee4ad70e5d1366618722 (patch)
treeff011e772b65a4e254ff1981452f4052ff3773d8 /meta-oe
parent91078a5d6bedee4d907ae453abae9d293b064c0a (diff)
downloadmeta-openembedded-a7e891866bdeb30fe4bdee4ad70e5d1366618722.tar.gz
frame: fix upstream check URL
Fixes: $: devtool check-upgrade-status frame <...> INFO: frame 2.5.0 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb
index da1a2a36f..22b9d0bb9 100644
--- a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb
+++ b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb
@@ -12,6 +12,9 @@ inherit autotools pkgconfig
12 12
13SRC_URI = "https://launchpad.net/${BPN}/trunk/v${PV}/+download/${BPN}-${PV}.tar.gz \ 13SRC_URI = "https://launchpad.net/${BPN}/trunk/v${PV}/+download/${BPN}-${PV}.tar.gz \
14 file://pessimizing-move.patch" 14 file://pessimizing-move.patch"
15
16UPSTREAM_CHECK_URI = "https://launchpad.net/frame/trunk"
17
15SRC_URI[md5sum] = "02baa941091c5d198cd1623b3ad36e68" 18SRC_URI[md5sum] = "02baa941091c5d198cd1623b3ad36e68"
16SRC_URI[sha256sum] = "cfb9ab52cdccd926f1822a457264d0014c7eb9f4600a72626063dd073b26256f" 19SRC_URI[sha256sum] = "cfb9ab52cdccd926f1822a457264d0014c7eb9f4600a72626063dd073b26256f"
17 20