summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/cxxtest
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-19 15:03:59 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:31 -0700
commit033c74d2f1ae724444cb05d4081116a8930e6cbb (patch)
tree440a12f2d911b033db3245e5b22caff46336ddb6 /meta-oe/recipes-test/cxxtest
parentfdc1a45e8e154cb229fdb9c895edab72b9005158 (diff)
downloadmeta-openembedded-033c74d2f1ae724444cb05d4081116a8930e6cbb.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-test/cxxtest')
-rw-r--r--meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb b/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb
index c5dfff225..8c8fb6098 100644
--- a/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb
+++ b/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb
@@ -8,6 +8,8 @@ SRC_URI = "http://downloads.sourceforge.net/project/cxxtest/cxxtest/${PV}/${BP}.
8SRC_URI[md5sum] = "c3cc3355e2ac64e34c215f28e44cfcec" 8SRC_URI[md5sum] = "c3cc3355e2ac64e34c215f28e44cfcec"
9SRC_URI[sha256sum] = "1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8" 9SRC_URI[sha256sum] = "1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8"
10 10
11UPSTREAM_CHECK_URI = "https://sourceforge.net/p/cxxtest/activity/"
12
11inherit setuptools3 13inherit setuptools3
12 14
13SETUPTOOLS_SETUP_PATH = "${S}/python" 15SETUPTOOLS_SETUP_PATH = "${S}/python"