citadel/meta-citadel-distro/recipes-misc/showvars/showvars.bb
brl 42c341cbb9 Added showvars utility class for debugging.
Class can be added to any recipe and will create a target
called 'showvars' which will dump out all of the variable
values in a much simpler list than 'bitbake -e'
2017-12-12 15:28:19 -05:00

18 lines
259 B
BlitzBasic

SUMMARY = "Display variables"
LICENSE = "MIT"
INHIBIT_DEFAULT_DEPS = "1"
PACKAGES = ""
deltask do_fetch
deltask do_unpack
deltask do_patch
deltask do_configure
deltask do_compile
deltask do_install
deltask do_populate_sysroot
inherit showvars nopackages