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:
Robert Yang
2015-01-11 19:25:24 -08:00
committed by Richard Purdie
parent 93c9b3c40c
commit 2acea20823

View File

@@ -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