]> code.ossystems Code Review - openembedded-core.git/commit
bin_package: fail if ${S} doesn't actually contain anything
authorRoss Burton <ross.burton@intel.com>
Thu, 15 Jun 2017 16:48:58 +0000 (17:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Dec 2017 11:24:35 +0000 (11:24 +0000)
commitbf5627ddbe5371eba62f73c33735fb1cf35c2194
treef9b88389e6ed360e99de67f11e34815da9ebb2ef
parentec00c2eb893b1755f9fdf89d0c74dc0e0bc3cf01
bin_package: fail if ${S} doesn't actually contain anything

If the user is trying to use bin_package but the SRC_URI hasn't extracted
anything into ${S}, which is easily done when writing a recipe by hand, instead
of silently shippping an empty package abort the build.

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