diff options
| author | AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in> | 2025-10-29 18:10:59 +0530 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-29 21:02:20 -0700 |
| commit | 517f03237b89a0496304de1d83adbd862cc52e2f (patch) | |
| tree | 89c25d0142659cf72ead413a63090cb813a28a12 /meta-oe | |
| parent | 8e1c6cfe78c3b3efbd28bcdfc97e14f9aa49bdbf (diff) | |
| download | meta-openembedded-517f03237b89a0496304de1d83adbd862cc52e2f.tar.gz | |
imagemagick: add 'magick' binary to ALTERNATIVE entries
The ImageMagick 7 suite installs multiple tool symlinks (animate, convert,
identify, etc.) each implemented by their corresponding *.im7 binaries.
The main 'magick' CLI wrapper binary was not included in the ALTERNATIVE list,
This leave '/usr/bin/magick' missing in the image causing scripts and ptests
that rely on the primary 'magick' CLI to fail.
Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb index 588aeea3a6..8ba14261ae 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.2-5.bb | |||
| @@ -67,7 +67,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 67 | ALTERNATIVE_PRIORITY = "100" | 67 | ALTERNATIVE_PRIORITY = "100" |
| 68 | 68 | ||
| 69 | ALTERNATIVE:${PN} = "animate compare composite conjure convert display \ | 69 | ALTERNATIVE:${PN} = "animate compare composite conjure convert display \ |
| 70 | identify import magick-script mogrify montage stream" | 70 | identify import magick-script mogrify montage stream magick" |
| 71 | 71 | ||
| 72 | ALTERNATIVE_TARGET[animate] = "${bindir}/animate.im7" | 72 | ALTERNATIVE_TARGET[animate] = "${bindir}/animate.im7" |
| 73 | ALTERNATIVE_TARGET[compare] = "${bindir}/compare.im7" | 73 | ALTERNATIVE_TARGET[compare] = "${bindir}/compare.im7" |
| @@ -81,6 +81,7 @@ ALTERNATIVE_TARGET[magick-script] = "${bindir}/magick-script.im7" | |||
| 81 | ALTERNATIVE_TARGET[mogrify] = "${bindir}/mogrify.im7" | 81 | ALTERNATIVE_TARGET[mogrify] = "${bindir}/mogrify.im7" |
| 82 | ALTERNATIVE_TARGET[montage] = "${bindir}/montage.im7" | 82 | ALTERNATIVE_TARGET[montage] = "${bindir}/montage.im7" |
| 83 | ALTERNATIVE_TARGET[stream] = "${bindir}/stream.im7" | 83 | ALTERNATIVE_TARGET[stream] = "${bindir}/stream.im7" |
| 84 | ALTERNATIVE_TARGET[magick] = "${bindir}/magick.im7" | ||
| 84 | 85 | ||
| 85 | ALTERNATIVE:${PN}-doc = "animate.1 compare.1 composite.1 conjure.1 \ | 86 | ALTERNATIVE:${PN}-doc = "animate.1 compare.1 composite.1 conjure.1 \ |
| 86 | convert.1 display.1 identify.1 import.1 magick-script.1 mogrify.1 montage.1 stream.1" | 87 | convert.1 display.1 identify.1 import.1 magick-script.1 mogrify.1 montage.1 stream.1" |
| @@ -109,6 +110,7 @@ ALTERNATIVE_LINK_NAME[montage.1] = "${mandir}/man1/montage.1" | |||
| 109 | ALTERNATIVE_TARGET[montage.1] = "${mandir}/man1/montage.im7.1" | 110 | ALTERNATIVE_TARGET[montage.1] = "${mandir}/man1/montage.im7.1" |
| 110 | ALTERNATIVE_LINK_NAME[stream.1] = "${mandir}/man1/stream.1" | 111 | ALTERNATIVE_LINK_NAME[stream.1] = "${mandir}/man1/stream.1" |
| 111 | ALTERNATIVE_TARGET[stream.1] = "${mandir}/man1/stream.im7.1" | 112 | ALTERNATIVE_TARGET[stream.1] = "${mandir}/man1/stream.im7.1" |
| 113 | ALTERNATIVE_LINK_NAME[magick] = "${bindir}/magick" | ||
| 112 | 114 | ||
| 113 | CVE_STATUS[CVE-2007-1667] = "cpe-incorrect: CVE should not include a CPE for imagemagick" | 115 | CVE_STATUS[CVE-2007-1667] = "cpe-incorrect: CVE should not include a CPE for imagemagick" |
| 114 | CVE_STATUS[CVE-2014-9804] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier than 6.9.4-0" | 116 | CVE_STATUS[CVE-2014-9804] = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions at least earlier than 6.9.4-0" |
