aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/recipetool
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-08-15 21:22:27 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-29 17:15:56 +0100
commiteb3eaa6970bb8c3647187593df23e2784dd26935 (patch)
treefa7b32df074d423e661f2a53d097c6195a66b632 /scripts/recipetool
parentbdf13518e79ab949c4320226a399ee4a3913ee30 (diff)
downloadopenembedded-core-contrib-eb3eaa6970bb8c3647187593df23e2784dd26935.tar.gz
module-base.bbclass: fix out-of-tree module builds with custom EXTRA_OEMAKE
Commit d2aa88a6a92985f21414fceea2dc0facbf7f8779 was meant to backport build dependencies on bc-native and openssl-native, but it also changed execution of do_make_scripts() from calling make directly to using oe_runmake. That change was made in master/sumo as part of a separate make-mod-scripts recipe. Unfortunately, that doesn't work here in rocko in the context of module-base class, as it gets executed inside out-of-tree module environment. Quite often those out-of-tree modules provide own Makefile with custom EXTRA_OEMAKE var defined. But do_make_scripts() gets executed within STAGING_KERNEL_DIR and cannot simply use custom EXTRA_OEMAKE set by a module. Move back to calling make and passing HOSTCC/HOSTCPP directly w/o using EXTRA_OEMAKE. For more details please see: http://lists.openembedded.org/pipermail/openembedded-core/2018-August/154189.html Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Anuj Mittal <anuj.mittal@intel.com> Cc: Armin Kuster <akuster808@gmail.com> Signed-off-by: Armin Kuster <akuster@mvista.com>
Diffstat (limited to 'scripts/recipetool')
0 files changed, 0 insertions, 0 deletions