summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/imagemagick
diff options
context:
space:
mode:
authorKartikey Rameshbhai Parmar <kartikey.rameshbhai.parmar@intel.com>2022-02-09 12:21:56 +0000
committerKhem Raj <raj.khem@gmail.com>2022-02-09 09:27:02 -0800
commit2487391283890f40c829aecd1808688f60451216 (patch)
tree6a90e0ea7f71972004e28216339b7015305fec43 /meta-oe/recipes-support/imagemagick
parentb8bb7dc157b248802218fcf80215f80a6c7cd6f3 (diff)
downloadmeta-openembedded-2487391283890f40c829aecd1808688f60451216.tar.gz
imagemagick: update SRC_URI branch to main
master branch on the repository has been renamed in upstream to main. Signed-off-by: Kartikey Rameshbhai Parmar <kartikey.rameshbhai.parmar@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/imagemagick')
-rw-r--r--meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
index bb111a1c9b..008a83f46d 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.0.10.bb
@@ -11,7 +11,7 @@ DEPENDS = "lcms bzip2 jpeg libpng tiff zlib fftw freetype libtool"
11 11
12BASE_PV := "${PV}" 12BASE_PV := "${PV}"
13PV .= "_25" 13PV .= "_25"
14SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=master;protocol=https" 14SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https"
15SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b" 15SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"