aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartikey Rameshbhai Parmar <kartikey.rameshbhai.parmar@intel.com>2022-02-09 12:21:56 +0000
committerArmin Kuster <akuster808@gmail.com>2022-03-15 07:38:00 -0700
commit061b7fc74f887454251307ef119b808a90654d3f (patch)
tree85b68923d97cbea2cf27f9603db54c5170eb4852
parent8a6e7bdfd8981f6f18c3b13eea77e97fa8f69218 (diff)
downloadmeta-openembedded-contrib-061b7fc74f887454251307ef119b808a90654d3f.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> (cherry picked from commit 2487391283890f40c829aecd1808688f60451216) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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"
BASE_PV := "${PV}"
PV .= "_25"
-SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=master;protocol=https"
+SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https"
SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b"
S = "${WORKDIR}/git"