]> code.ossystems Code Review - openembedded-core.git/commitdiff
cups: remove fakeroot from do_install()
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 12 Jan 2015 03:25:24 +0000 (19:25 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 23:06:41 +0000 (23:06 +0000)
The fakeroot is already set in base.bbclass.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-extended/cups/cups.inc

index 5ff557a55e81b465eb4ebebb3c5d505ff50dc6c1..cfcd19c0f1ea69397e259bb270f8b08edc06c1e2 100644 (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