mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02: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:
committed by
Richard Purdie
parent
2acea20823
commit
8d8e035daa
@@ -60,7 +60,7 @@ do_configure () {
|
||||
}
|
||||
|
||||
|
||||
fakeroot do_install() {
|
||||
do_install() {
|
||||
oe_runmake install DESTDIR=${D}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user