cxxtest: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN status

Adding UPSTREAM_CHECK_URI fix UNKNOWN_BROKEN status from
running devtool check-upgrade-status.

The next version of the package can be found from upstream
sources.

Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
This commit is contained in:
Alexandre Truong 2024-07-19 15:03:59 +02:00 committed by Khem Raj
parent fdc1a45e8e
commit 033c74d2f1
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -8,6 +8,8 @@ SRC_URI = "http://downloads.sourceforge.net/project/cxxtest/cxxtest/${PV}/${BP}.
SRC_URI[md5sum] = "c3cc3355e2ac64e34c215f28e44cfcec"
SRC_URI[sha256sum] = "1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8"
UPSTREAM_CHECK_URI = "https://sourceforge.net/p/cxxtest/activity/"
inherit setuptools3
SETUPTOOLS_SETUP_PATH = "${S}/python"