From: Robert Yang Date: Mon, 12 Jan 2015 03:25:24 +0000 (-0800) Subject: cups: remove fakeroot from do_install() X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31583 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=921470e9a949d296cc9b829a8002ff289f01bdb7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cups: remove fakeroot from do_install() The fakeroot is already set in base.bbclass. Signed-off-by: Robert Yang --- diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 5ff557a55e8..cfcd19c0f1e 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc @@ -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