diff options
| author | Kartikey Rameshbhai Parmar <kartikey.rameshbhai.parmar@intel.com> | 2022-02-09 12:21:56 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-09 09:27:02 -0800 |
| commit | 2487391283890f40c829aecd1808688f60451216 (patch) | |
| tree | 6a90e0ea7f71972004e28216339b7015305fec43 /meta-oe/recipes-support/imagemagick | |
| parent | b8bb7dc157b248802218fcf80215f80a6c7cd6f3 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 12 | BASE_PV := "${PV}" | 12 | BASE_PV := "${PV}" |
| 13 | PV .= "_25" | 13 | PV .= "_25" |
| 14 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=master;protocol=https" | 14 | SRC_URI = "git://github.com/ImageMagick/ImageMagick.git;branch=main;protocol=https" |
| 15 | SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b" | 15 | SRCREV = "8b4e00829eb84d4e7b4da11acf1f98f1e8166e5b" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
