]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wic/engine: Fix missing parted autobuilder failures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2019 07:57:25 +0000 (07:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2019 08:17:49 +0000 (08:17 +0000)
commit7e52e59222d39dbb9c1c30a8e33d839db752a386
tree7058cd84e6af51a4f68ebd1eb4a2b09b96f8ed36
parent8d47356ad263fee8566c561cb509905e6e19ed59
wic/engine: Fix missing parted autobuilder failures

OE-Core rev: a88bcbae850a2e6d182291d3f8e167aabdbe4842 broke the ability
to find parted as it may be in sbin which is not in PATH for some users
on some distros.

Iterate on the original patch to fix this and also fix the original problem.

(From OE-Core rev: af3803e5189d7814f9dbd238fb6dab200f351e1a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/engine.py