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/fftw | |
| 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/fftw')
| -rw-r--r-- | meta-oe/recipes-support/fftw/fftw_3.3.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb b/meta-oe/recipes-support/fftw/fftw_3.3.10.bb index 33e8279880..af7117da7b 100644 --- a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb +++ b/meta-oe/recipes-support/fftw/fftw_3.3.10.bb | |||
| @@ -100,4 +100,4 @@ RDEPENDS:${PN}-dev = "libfftw libfftwl libfftwf" | |||
| 100 | RDEPENDS:${PN}-ptest += "perl" | 100 | RDEPENDS:${PN}-ptest += "perl" |
| 101 | RDEPENDS:${PN}-ptest:remove = "fftw" | 101 | RDEPENDS:${PN}-ptest:remove = "fftw" |
| 102 | 102 | ||
| 103 | BBCLASSEXTEND = "native" | 103 | BBCLASSEXTEND = "native nativesdk" |
