diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-15 17:16:50 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-17 13:10:10 -0700 |
| commit | ee2001b3037a6767ad0f46721b3b8fcef140c12f (patch) | |
| tree | 46e30173e8f2f13f5f4cb62e5686860ee9afdb8e /meta-oe/recipes-support/imagemagick | |
| parent | d52c3b94068f660b729361bb969129d50eaf81a6 (diff) | |
| download | meta-openembedded-ee2001b3037a6767ad0f46721b3b8fcef140c12f.tar.gz | |
imagemagick/lcms/fftw: Allow nativesdk versions to exist
These allow the use of imagemagick in SDKs where it is useful to perform
image analysis such as on the autobuilder for screenshot processing
during QA testing.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1.bb b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1.bb index dcc951bce8..6ab8a61b9b 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1.bb | |||
| @@ -52,7 +52,7 @@ FILES:${PN}-dev += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/*.a" | |||
| 52 | 52 | ||
| 53 | FILES:${PN}-dbg += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/.debug/*" | 53 | FILES:${PN}-dbg += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/.debug/*" |
| 54 | 54 | ||
| 55 | BBCLASSEXTEND = "native" | 55 | BBCLASSEXTEND = "native nativesdk" |
| 56 | 56 | ||
| 57 | ALTERNATIVE_PRIORITY = "100" | 57 | ALTERNATIVE_PRIORITY = "100" |
| 58 | 58 | ||
