diff options
| -rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-26.bb (renamed from meta-oe/recipes-support/imagemagick/imagemagick_7.1.1.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-26.bb index 5407c4e400..78cbb9ddea 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-26.bb | |||
| @@ -9,8 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2f9de66264141265b203cde9902819ea \ | |||
| 9 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. | 9 | # FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results. |
| 10 | DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool" | 10 | DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool" |
| 11 | 11 | ||
| 12 | BASE_PV := "${PV}" | 12 | BASE_PV = "${@d.getVar('PV').split('-')[0]}" |
| 13 | PV .= "-26" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>([0-9][\.|_|-]?)+)" |
| 14 | |||
| 14 | 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" |
| 15 | SRCREV = "570a9a048bb0e3a5c221ca87be9408ae35f711e2" | 16 | SRCREV = "570a9a048bb0e3a5c221ca87be9408ae35f711e2" |
| 16 | 17 | ||
