]> code.ossystems Code Review - openembedded-core.git/commit
wic: fix path parsing, use last occurrence
authorGeorge McCollister <george.mccollister@gmail.com>
Fri, 13 May 2016 14:22:53 +0000 (09:22 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Jun 2016 18:34:42 +0000 (19:34 +0100)
commitd34a0fd910babe233d89ad9c1e9d61dcec1c4b63
tree192cdef7ba8261bd660749763c4d9b5f7c664335
parent97c447ba39a6c81f13f02b7abd43138c538285e6
wic: fix path parsing, use last occurrence

If the path contains 'scripts' more than once the first occurrence will be
incorrectly used. Use rfind instead of find to find the last occurrence.

(From OE-Core rev: f30c486c17060d2f21618612804a692512ad6a57)

Signed-off-by: George McCollister <george.mccollister@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
scripts/lib/wic/plugin.py