[OE-core] [PATCH 0/2] Remove some uses of oe_filter_out

Joshua Lock joshua.g.lock at intel.com
Tue Jan 19 10:44:05 UTC 2016


Replace a couple of uses of oe_filter_out() with removes override syntax,
which is much clearer and better matches modern style and convention.

Furthermore this allows us to drop two uses of immediate expansion.

The following changes since commit a42229df424552955c0ac62da1063461f97f5938:

  openssh: CVE-2016-1907 (2016-01-17 11:32:21 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib joshuagl/filter
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=joshuagl/filter

Joshua Lock (2):
  gcc-runtime: switch to removal override syntax to modify CXXFLAGS
  uclibc: remove a use of immediate expansion and oe_filter_out ()

 meta/recipes-core/uclibc/uclibc.inc       | 2 +-
 meta/recipes-devtools/gcc/gcc-runtime.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.5.0




More information about the Openembedded-core mailing list