Files
poky/meta/recipes-core
Juro Bystricky a6f0bced4c busybox: Avoid race building libbb
When building busybox, an occasional error was observed.
The error is consistently the same:

libbb/appletlib.c:164:13: error: 'NUM_APPLETS' undeclared (first use in this function)
  while (i < NUM_APPLETS) {

The reason is the include file where NUM_APPLETS is defined is not yet generated (or is being modified)
at the time libbb/appletlib.c is compiled.
The attached patchset fixes the problem by assuring libb is compiled as the last directory.

[YOCTO#10116]

(From OE-Core rev: a866a05e2c7d090a77aa6e95339c93e3592703a6)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-15 12:15:07 +01:00
..
2016-09-09 12:12:22 +01:00
2016-07-20 10:28:48 +01:00
2016-08-20 16:06:03 +01:00
2015-01-23 11:36:27 +00:00
2016-08-20 16:06:03 +01:00
2016-09-03 09:58:40 +01:00
2016-08-17 10:35:43 +01:00
2015-09-12 23:01:53 +01:00