Re: [OE-core] [PATCH][fido] wic: fix path parsing, use last occurrence

2015-09-15 Thread Joshua Lock
On Thu, 2015-09-10 at 12:30 -0500, George McCollister wrote: > 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. > > Signed-off-by: George McCollister Patch queued in my joshuagl/fido-next tre

Re: [OE-core] [PATCH][fido] wic: fix path parsing, use last occurrence

2015-09-14 Thread Ed Bartosh
Hi George, Thank you for the fix! Acked-by: Ed Bartosh On Thu, Sep 10, 2015 at 12:30:52PM -0500, George McCollister wrote: > 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. > > Signed-off-by:

[OE-core] [PATCH][fido] wic: fix path parsing, use last occurrence

2015-09-10 Thread George McCollister
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. Signed-off-by: George McCollister --- scripts/lib/wic/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/