mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
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>
This commit is contained in:
10
meta-oe/recipes-core/meta/buildtools-imagemagick.bb
Normal file
10
meta-oe/recipes-core/meta/buildtools-imagemagick.bb
Normal file
@@ -0,0 +1,10 @@
|
||||
require recipes-core/meta/buildtools-tarball.bb
|
||||
|
||||
SUMMARY = "Standalone tarball of imagemagick binaries"
|
||||
LICENSE = "MIT"
|
||||
|
||||
# Add nativesdk equivalent of build-essentials
|
||||
TOOLCHAIN_HOST_TASK = "nativesdk-imagemagick nativesdk-sdk-provides-dummy"
|
||||
TOOLCHAIN_OUTPUTNAME = "${SDK_ARCH}-buildtools-imagemagick-nativesdk-standalone-${DISTRO_VERSION}"
|
||||
|
||||
SDK_TITLE = "Imagemagick tools"
|
||||
Reference in New Issue
Block a user