]> code.ossystems Code Review - openembedded-core.git/commit
sanity.bbclass: remove ASSUME_PROVIDED checks that can't succeed
authorRoss Burton <ross.burton@intel.com>
Wed, 28 Jun 2017 14:38:36 +0000 (15:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Jul 2017 13:38:05 +0000 (14:38 +0100)
commita8d8b0d9e1c2346d5a314ed0a7bf5be66044a51d
tree1690215107a39a2705cfca8e2ad1393664775be2
parentb0c65c8a64cd0b77629c9f3c65fc827d4cdcf026
sanity.bbclass: remove ASSUME_PROVIDED checks that can't succeed

qemu-arm and libsdl-native are not in HOSTTOOLS, so there's no point in
checking that they're on PATH.

Also qemu uses pkg-config to find SDL, so libsdl-native isn't required.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/sanity.bbclass