summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-19 15:49:46 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:34 -0700
commitb2d13b27a5b3bdd030996abe4ff12007cb30bd9f (patch)
treea802cdb34e21eeff193ac1642742d2bca1d7921d /meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb
parent7a95c83bb58021a29a756acae8c664ba6a882d7d (diff)
downloadmeta-openembedded-b2d13b27a5b3bdd030996abe4ff12007cb30bd9f.tar.gz
graphviz: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX 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-graphics/graphviz/graphviz_8.1.0.bb')
-rw-r--r--meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb b/meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb
index 38d738310e..7548e976f1 100644
--- a/meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb
+++ b/meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb
@@ -30,6 +30,9 @@ SRC_URI:append:class-nativesdk = "\
30" 30"
31SRC_URI[sha256sum] = "d593695fdaa8a19297523b679ad13d3ef2027b0b7f14cc2bc23e77969ed81565" 31SRC_URI[sha256sum] = "d593695fdaa8a19297523b679ad13d3ef2027b0b7f14cc2bc23e77969ed81565"
32 32
33UPSTREAM_CHECK_URI = "https://graphviz.org/download/"
34UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
35
33PACKAGECONFIG ??= "librsvg" 36PACKAGECONFIG ??= "librsvg"
34PACKAGECONFIG[librsvg] = "--with-librsvg,--without-librsvg,librsvg" 37PACKAGECONFIG[librsvg] = "--with-librsvg,--without-librsvg,librsvg"
35 38