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-04-02 10:37:03 -0700
commite6d734b9db61424c5494532bf8730e4a9a1c40a0 (patch)
tree67377c70e9de37e1670fe10303c41fc7645f2536
parentd5358492144ca70e4909c2f4e37da8606986698d (diff)
downloadmeta-openembedded-contrib-e6d734b9db61424c5494532bf8730e4a9a1c40a0.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> (cherry picked from commit 480d42fa87b7f42cd7a72c0803ced328b875cca0) 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 f5ab795fd1..985f3949b1 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"