All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fixes for square brackets in installed filenames
@ 2016-12-22  2:19 Paul Eggleton
  2016-12-22  2:19 ` [PATCH 1/4] classes/package_rpm: handle square brackets in filenames Paul Eggleton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul Eggleton @ 2016-12-22  2:19 UTC (permalink / raw)
  To: openembedded-core

When attempting to create a recipe for something that installs files
with square brackets in their name I stumbled across a couple of issues,
here are the fixes.


The following changes since commit 5e21afc9395060b489156d3f90505a372b713f37:

  Revert "selftest/wic: extending test coverage for WIC script options" (2016-12-20 17:06:01 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/bracket-fixes
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/bracket-fixes

Paul Eggleton (4):
  classes/package_rpm: handle square brackets in filenames
  lib/oe/path: add warning comment about oe.path.remove() with wildcarded filenames
  classes/sstate: handle filenames containing square brackets
  classes/sstate: fix file conflict message

 meta/classes/package_rpm.bbclass |  6 ++++++
 meta/classes/sstate.bbclass      | 24 +++++++++++++-----------
 meta/lib/oe/path.py              |  9 ++++++++-
 3 files changed, 27 insertions(+), 12 deletions(-)

-- 
2.5.5



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

end of thread, other threads:[~2016-12-22  2:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-22  2:19 [PATCH 0/4] Fixes for square brackets in installed filenames Paul Eggleton
2016-12-22  2:19 ` [PATCH 1/4] classes/package_rpm: handle square brackets in filenames Paul Eggleton
2016-12-22  2:19 ` [PATCH 2/4] lib/oe/path: add warning comment about oe.path.remove() with wildcarded filenames Paul Eggleton
2016-12-22  2:19 ` [PATCH 3/4] classes/sstate: handle filenames containing square brackets Paul Eggleton
2016-12-22  2:19 ` [PATCH 4/4] classes/sstate: fix file conflict message Paul Eggleton

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.