mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
irssi: fix upstream version check
Fixes: INFO: Skip package irssi (status = UNKNOWN_BROKEN, current version = 1.1.2, next version = N/A) After this commit: INFO: irssi, 1.1.2, 1.2.2, None, N/ Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
This commit is contained in:
committed by
Khem Raj
parent
06d2b6a33b
commit
5eeaa3edef
@@ -9,6 +9,8 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz
|
||||
SRC_URI[md5sum] = "271d2fd875cddd34526234d8a766d82c"
|
||||
SRC_URI[sha256sum] = "5ccc2b89a394e91bea0aa83a951c3b1d471c76da87b4169ec435530a31bf9732"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF += "--with-textui \
|
||||
|
||||
Reference in New Issue
Block a user