fs: use pseudo instead of fakeroot
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 29 Oct 2016 08:26:42 +0000 (10:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 3 Nov 2016 20:36:15 +0000 (21:36 +0100)
commit8035ceb56cc3ba2541aba0d0ead3f29900d9e310
treef01b3783e4f2eae79430e944897700b17170e872
parentd62522722921342af7ea24214e8f6eda76a4fca1
fs: use pseudo instead of fakeroot

fakeroot misbhaves when there are SElinux contexts, as reported in #9386,
and further detailed in https://bugzilla.redhat.com/show_bug.cgi?id=1238802

A proposal in the FC bug is to use pseudo instead of fakeroot. Pseudo is
a from-scratch re-implementation of fakeroot; it is used in Poky/OE
instead of fakeroot.

Fixes #9386.

Reported-by: Andrey Yurovsky <yurovsky@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Andrey Yurovsky <yurovsky@gmail.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/common.mk