diff options
-rw-r--r-- | meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb (renamed from meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb index 2e5bb172f5..c1c71fd420 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.44.2.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb | |||
@@ -8,7 +8,7 @@ SECTION = "x11/libs" | |||
8 | DEPENDS = "zlib" | 8 | DEPENDS = "zlib" |
9 | 9 | ||
10 | SRC_URI = "https://www.cairographics.org/releases/${BP}.tar.gz" | 10 | SRC_URI = "https://www.cairographics.org/releases/${BP}.tar.gz" |
11 | SRC_URI[sha256sum] = "6349061ce1a338ab6952b92194d1b0377472244208d47ff25bef86fc71973466" | 11 | SRC_URI[sha256sum] = "02d9ff7b8458ef61731c3d355f854bbf461fd0a4d3563c51f1c1c7b00638050d" |
12 | 12 | ||
13 | # see http://cairographics.org/releases/ - only even minor versions are stable | 13 | # see http://cairographics.org/releases/ - only even minor versions are stable |
14 | UPSTREAM_CHECK_REGEX = "pixman-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)" | 14 | UPSTREAM_CHECK_REGEX = "pixman-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)" |