diff options
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" |
