mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 22:50:57 +00:00
man: remove fakeroot from do_install()
The fakeroot is already set in base.bbclass. (From OE-Core rev: 507eaacf6f3c44038c60fd312a42123dc945ff7b) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
2acea20823
commit
8d8e035daa
@ -60,7 +60,7 @@ do_configure () {
|
||||
}
|
||||
|
||||
|
||||
fakeroot do_install() {
|
||||
do_install() {
|
||||
oe_runmake install DESTDIR=${D}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user