mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
cups: remove fakeroot from do_install()
The fakeroot is already set in base.bbclass. (From OE-Core rev: 921470e9a949d296cc9b829a8002ff289f01bdb7) 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
93c9b3c40c
commit
2acea20823
@@ -71,7 +71,7 @@ do_compile () {
|
||||
"-I."
|
||||
}
|
||||
|
||||
fakeroot do_install () {
|
||||
do_install () {
|
||||
oe_runmake "DSTROOT=${D}" install
|
||||
|
||||
# Remove /var/run from package as cupsd will populate it on startup
|
||||
|
||||
Reference in New Issue
Block a user