diff options
-rw-r--r-- | meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb b/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb index 12ecb99091..d393ae2a1c 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_2.40.1.bb | |||
@@ -19,13 +19,12 @@ DEPENDS_append_class-target = " ${BPN}-native" | |||
19 | 19 | ||
20 | inherit autotools-brokensep pkgconfig gettext | 20 | inherit autotools-brokensep pkgconfig gettext |
21 | 21 | ||
22 | # The source tarball suggested at | 22 | # it was already moved from github.com/ellson/graphviz to https://gitlab.com/graphviz/graphviz/ |
23 | # https://graphviz.gitlab.io/_pages/Download/Download_source.html has no | 23 | # but the later doesn't have stable_release_2.40.1 tag (anymore?), but it has corresponding commit: |
24 | # version in its name. So once graphviz is updgraded, only first time users will | 24 | # https://github.com/ellson/MOTHBALLED-graphviz/releases/tag/stable_release_2.40.1 |
25 | # get checksum errors. Fedora people seem to expect same so they use a versioned | 25 | # https://gitlab.com/graphviz/graphviz/-/commit/67cd2e5121379a38e0801cc05cce5033f8a2a609 |
26 | # source - see https://src.fedoraproject.org/cgit/rpms/graphviz.git/tree/graphviz.spec | 26 | SRCREV = "67cd2e5121379a38e0801cc05cce5033f8a2a609" |
27 | 27 | SRC_URI = "git://gitlab.com/${BPN}/${BPN}.git \ | |
28 | SRC_URI = "https://gitlab.com/graphviz/graphviz/-/archive/stable_release_${PV}/graphviz-stable_release_${PV}.tar.gz \ | ||
29 | file://0001-plugin-pango-Include-freetype-headers-explicitly.patch \ | 28 | file://0001-plugin-pango-Include-freetype-headers-explicitly.patch \ |
30 | " | 29 | " |
31 | # Use native mkdefs | 30 | # Use native mkdefs |
@@ -33,10 +32,7 @@ SRC_URI_append_class-target = "\ | |||
33 | file://0001-Use-native-mkdefs.patch \ | 32 | file://0001-Use-native-mkdefs.patch \ |
34 | file://0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch \ | 33 | file://0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch \ |
35 | " | 34 | " |
36 | SRC_URI[md5sum] = "2acf30ca8e6cc8b001b0334db65fd072" | 35 | S = "${WORKDIR}/git" |
37 | SRC_URI[sha256sum] = "e6c3f8dbfde1c4523055403927bef29f97f9fc12715c1042b5dcf648a2c1c62a" | ||
38 | |||
39 | S = "${WORKDIR}/${BPN}-stable_release_${PV}" | ||
40 | 36 | ||
41 | EXTRA_OECONF_class-target = "\ | 37 | EXTRA_OECONF_class-target = "\ |
42 | --with-expatincludedir=${STAGING_INCDIR} \ | 38 | --with-expatincludedir=${STAGING_INCDIR} \ |