Files
poky/meta/recipes-support
Peter Kjellerstedt 6b5baa4a29 libcap: Configure Make variables correctly without a horrible hack
Occasionally, the build would fail with:

  make[2]: execvp: mkdir: Argument list too long

This turned out to be due to a hacky solution used in the recipe to
modify the Makefile, which resulted in one more $(BUILD_CFLAGS) being
added to the immediately expanded BUILD_CFLAGS Make variable each time
do_configure was executed. After a couple of times, this lead to an
environment with a 140 kB BUILD_CFLAGS when mkdir should execute, which
resulted in the E2BIG.

(From OE-Core rev: 44900610bea76ab8983a899599f78790f6c5f659)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 116e6b61c585c6f0f7ae6f010bd490bb39914348)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-05-15 17:18:21 +01:00
..
2021-03-20 18:54:56 +00:00
2021-03-11 15:25:57 +00:00
2021-05-15 17:18:21 +01:00
2020-10-30 13:22:49 +00:00
2020-11-24 10:27:45 +00:00
2021-03-31 00:06:23 +01:00
2021-01-23 17:08:54 +00:00
2020-12-31 11:53:26 +00:00
2021-03-02 14:15:34 +00:00
2021-03-02 14:15:34 +00:00
2020-11-03 08:21:12 +00:00
2021-02-23 22:35:01 +00:00
2021-04-30 14:37:25 +01:00
2021-03-02 14:15:33 +00:00
2021-01-16 22:39:35 +00:00
2021-03-16 17:52:21 +00:00
2021-03-06 22:39:04 +00:00
2021-03-20 18:54:56 +00:00