diff options
-rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb (renamed from meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb index 10d2150998..588aeea3a6 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb | |||
@@ -12,8 +12,8 @@ DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool" | |||
12 | BASE_PV = "${@d.getVar('PV').split('-')[0]}" | 12 | BASE_PV = "${@d.getVar('PV').split('-')[0]}" |
13 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>([0-9][\.|_|-]?)+)" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>([0-9][\.|_|-]?)+)" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https" | 15 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https;tag=${PV}" |
16 | SRCREV = "a2d96f40e707ba54b57e7d98c3277d3ea6611ace" | 16 | SRCREV = "4a620c2a89a7481e83cb4a0ff32db0ccbb3afcd2" |
17 | 17 | ||
18 | 18 | ||
19 | inherit autotools pkgconfig update-alternatives | 19 | inherit autotools pkgconfig update-alternatives |
@@ -24,7 +24,6 @@ EXTRA_OECONF = "--program-prefix= --program-suffix=.im7 --without-perl --enable- | |||
24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} cxx webp xml" | 24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} cxx webp xml" |
25 | PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus" | 25 | PACKAGECONFIG[cxx] = "--with-magick-plus-plus,--without-magick-plus-plus" |
26 | PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz" | 26 | PACKAGECONFIG[graphviz] = "--with-gvc,--without-gvc,graphviz" |
27 | PACKAGECONFIG[jp2] = "--with-jp2,,jasper" | ||
28 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" | 27 | PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz" |
29 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" | 28 | PACKAGECONFIG[openjpeg] = "--with-openjp2,--without-openjp2,openjpeg" |
30 | PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo" | 29 | PACKAGECONFIG[pango] = "--with-pango,--without-pango,pango cairo" |