[OE-core] [PATCH 0/9] remove EXTRA_OEMAKE workaround

Stefan Müller-Klieser s.mueller-klieser at phytec.de
Fri Aug 26 10:16:04 UTC 2016


Hi,

since 2-2-2016 the EXTRA_OEMAKE default has been set empty. The
"-e MAKEFLAGS=" got removed. I guess it is time to clean up the recipes
which need to work around those defaults. I tried my best to walk
through the include hierarchy to find any double workarounds. But
everything seems fine and a handful of different machines and distros
build fine. I hope this is reasonable.

Regards, Stefan

Stefan Müller-Klieser (9):
  autotools.bbclass: remove EXTRA_OEMAKE workaround
  distutils-common-base.bbclass: remove EXTRA_OEMAKE workaround
  kernel.bbclass: remove EXTRA_OEMAKE workaround
  ifupdown: remove EXTRA_OEMAKE workaround
  musl: remove EXTRA_OEMAKE workaround
  lsof: remove EXTRA_OEMAKE workaround
  linux-libc-headers: remove EXTRA_OEMAKE workaround
  systemtap: remove EXTRA_OEMAKE workaround
  x264: remove EXTRA_OEMAKE workaround

 meta/classes/autotools.bbclass                                | 2 --
 meta/classes/distutils-common-base.bbclass                    | 2 --
 meta/classes/kernel.bbclass                                   | 4 ----
 meta/recipes-core/ifupdown/ifupdown_0.8.2.bb                  | 2 --
 meta/recipes-core/musl/musl_git.bb                            | 2 --
 meta/recipes-extended/lsof/lsof_4.89.bb                       | 2 --
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 3 ---
 meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb        | 2 --
 meta/recipes-multimedia/x264/x264_git.bb                      | 2 --
 9 files changed, 21 deletions(-)

-- 
1.9.1



More information about the Openembedded-core mailing list