diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-15 17:16:51 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-17 13:10:10 -0700 |
| commit | 2e3a4b155cd997dca51ff4be42233ada0e54eec6 (patch) | |
| tree | dc884fbd7db1e5ab890cb86b576312d2165300bc | |
| parent | ee2001b3037a6767ad0f46721b3b8fcef140c12f (diff) | |
| download | meta-openembedded-2e3a4b155cd997dca51ff4be42233ada0e54eec6.tar.gz | |
buildtools-imagemagick: Add new recipe
This is useful on the Yocto Project autobuilder to allow automated
screenshot testing/processing during QA.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/meta/buildtools-imagemagick.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/meta/buildtools-imagemagick.bb b/meta-oe/recipes-core/meta/buildtools-imagemagick.bb new file mode 100644 index 0000000000..d59f7a7a52 --- /dev/null +++ b/meta-oe/recipes-core/meta/buildtools-imagemagick.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require recipes-core/meta/buildtools-tarball.bb | ||
| 2 | |||
| 3 | SUMMARY = "Standalone tarball of imagemagick binaries" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | |||
| 6 | # Add nativesdk equivalent of build-essentials | ||
| 7 | TOOLCHAIN_HOST_TASK = "nativesdk-imagemagick nativesdk-sdk-provides-dummy" | ||
| 8 | TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-imagemagick-nativesdk-standalone-${DISTRO_VERSION}" | ||
| 9 | |||
| 10 | SDK_TITLE = "Imagemagick tools" | ||
