All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove some uses of oe_filter_out
@ 2016-01-19 10:44 Joshua Lock
  2016-01-19 10:44 ` [PATCH 1/2] gcc-runtime: switch to removal override syntax to modify CXXFLAGS Joshua Lock
  2016-01-19 10:44 ` [PATCH 2/2] uclibc: remove a use of immediate expansion and oe_filter_out () Joshua Lock
  0 siblings, 2 replies; 5+ messages in thread
From: Joshua Lock @ 2016-01-19 10:44 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-19 15:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 10:44 [PATCH 0/2] Remove some uses of oe_filter_out Joshua Lock
2016-01-19 10:44 ` [PATCH 1/2] gcc-runtime: switch to removal override syntax to modify CXXFLAGS Joshua Lock
2016-01-19 15:20   ` Khem Raj
2016-01-19 10:44 ` [PATCH 2/2] uclibc: remove a use of immediate expansion and oe_filter_out () Joshua Lock
2016-01-19 15:20   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.