default-distrovars: missing checksums should raise an error

Set BB_STRICT_CHECKSUM in default-distrovars so that an error is raised
if no checksum is set.

(From OE-Core rev: a228103f0f36f244d29ed0ee6c470b008b3c8099)

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Lock 2011-12-05 18:18:00 -08:00 committed by Richard Purdie
parent f9c9a62395
commit f199156fe9
1 changed files with 3 additions and 0 deletions

View File

@ -48,3 +48,6 @@ NO32LIBS ??= "1"
BBINCLUDELOGS ??= "yes"
SDK_VERSION ??= "oe-core.0"
DISTRO_VERSION ??= "oe-core.0"
# Missing checksums should raise an error
BB_STRICT_CHECKSUM = "1"