[OE-core] [PATCH] bin_package: fail if ${S} doesn't actually contain anything

2017-11-21 Thread Ross Burton
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 --- meta/classes/bin_package.bbclass | 5 - 1 file chan

Re: [OE-core] [PATCH] bin_package: fail if ${S} doesn't actually contain anything

2017-11-22 Thread Christopher Larson
On Tue, Nov 21, 2017 at 4:53 PM, Ross Burton wrote: > 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. > I was thinking about thi