diff options
-rw-r--r-- | meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb | 3 |
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 | " |
31 | SRC_URI[sha256sum] = "d593695fdaa8a19297523b679ad13d3ef2027b0b7f14cc2bc23e77969ed81565" | 31 | SRC_URI[sha256sum] = "d593695fdaa8a19297523b679ad13d3ef2027b0b7f14cc2bc23e77969ed81565" |
32 | 32 | ||
33 | UPSTREAM_CHECK_URI = "https://graphviz.org/download/" | ||
34 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
35 | |||
33 | PACKAGECONFIG ??= "librsvg" | 36 | PACKAGECONFIG ??= "librsvg" |
34 | PACKAGECONFIG[librsvg] = "--with-librsvg,--without-librsvg,librsvg" | 37 | PACKAGECONFIG[librsvg] = "--with-librsvg,--without-librsvg,librsvg" |
35 | 38 | ||