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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
