diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-23 22:42:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-23 16:29:09 -0700 |
commit | 8ce40666c84b08adda07a1b18b69aed18f3bf347 (patch) | |
tree | a815aa7bee45ccd931489326c5716c600ee5ca74 | |
parent | 9d26bab6305d92a4416ecbca7e69104af113b650 (diff) | |
download | meta-openembedded-8ce40666c84b08adda07a1b18b69aed18f3bf347.tar.gz |
geis: fix upstream check URL
Fixes:
$: devtool check-upgrade-status geis
<...>
INFO: geis 2.2.17 UNKNOWN_BROKEN None
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb index 9362a5c110..b9858d279d 100644 --- a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb +++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | |||
@@ -23,6 +23,9 @@ SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.x | |||
23 | file://fix-indentation-for-gcc6.patch \ | 23 | file://fix-indentation-for-gcc6.patch \ |
24 | file://0001-libgeis-Compare-the-first-character-of-string-to-nul.patch \ | 24 | file://0001-libgeis-Compare-the-first-character-of-string-to-nul.patch \ |
25 | " | 25 | " |
26 | |||
27 | UPSTREAM_CHECK_URI = "https://launchpad.net/geis/trunk" | ||
28 | |||
26 | SRC_URI[md5sum] = "2ff9d76a3ea5794516bb02c9d1924faf" | 29 | SRC_URI[md5sum] = "2ff9d76a3ea5794516bb02c9d1924faf" |
27 | SRC_URI[sha256sum] = "8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb" | 30 | SRC_URI[sha256sum] = "8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb" |
28 | 31 | ||