mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
11 lines
375 B
BlitzBasic
11 lines
375 B
BlitzBasic
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"
|