]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Fix split_and_strip_files when file has single quote (')
authorFelipe F. Tonello <eu@felipetonello.com>
Fri, 1 Nov 2013 03:51:51 +0000 (20:51 -0700)
committerSaul Wold <sgw@linux.intel.com>
Mon, 4 Nov 2013 18:01:17 +0000 (10:01 -0800)
commit212471f81d210e596798db5e5d927418090a63a2
treef8587c2bba2df787f00ac5aec4134c4bd2da445c
parent0a1efeb6260a565b6ce3abd523eabb15384570d1
package.bbclass: Fix split_and_strip_files when file has single quote (')

Fix false error report when a file that has a single quote by escaping
the single quote. Some packages might install files with quotes, such
as music files and other types, that will cause the problem.

Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/package.bbclass