blob: a7bdecf29d11d6ff4036d69d33d6daf30d116ea5 [file] [log] [blame]
Patrick Williamsf1e5d692016-03-30 15:21:19 -05001SUMMARY = "Error Test case that fails on do_compile"
2DESCRIPTION = "This generates a compile time error to be used to for testing."
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5
6INHIBIT_DEFAULT_DEPS = "1"
7EXCLUDE_FROM_WORLD = "1"
8
9do_compile() {
10 bbfatal "Failing as expected.";
11}